UncleSamSwiss/ioBroker.loxone

Unsupported Control Type: UpDownAnalog

Closed this issue · 0 comments

Would be great to see this control type also in loxone adapter:

UpDownAnalog

{
  "from": "system.adapter.loxone.0",
  "user": "system.user.admin",
  "ts": 1606048561799,
  "common": {
    "name": "Solltemperatur",
    "type": "string",
    "role": "text",
    "read": true,
    "write": false
  },
  "native": {
    "name": "",
    "type": "UpDownAnalog",
    "uuidAction": "0cdf2c54-029f-90c1-ffffeee000000000",
    "room": "4a745fda-029e-002c-0f00000000000000",
    "cat": "4a745fda-029e-0008-0d00000000000000",
    "defaultRating": 0,
    "isFavorite": false,
    "isSecured": false,
    "defaultIcon": null,
    "details": {
      "format": "%.1f °C",
      "min": -10,
      "max": 30,
      "step": 0.5
    },
    "states": {
      "value": "0cdf2c54-029f-90c1-ffffeee000000000",
      "error": "0cdf2c54-029f-90c0-ffffc76d8ce9db5a"
    },
    "control": {
      "name": "",
      "type": "UpDownAnalog",
      "uuidAction": "0cdf2c54-029f-90c1-ffffeee000000000",
      "room": "4a745fda-029e-002c-0f00000000000000",
      "cat": "4a745fda-029e-0008-0d00000000000000",
      "defaultRating": 0,
      "isFavorite": false,
      "isSecured": false,
      "defaultIcon": null,
      "details": {
        "format": "%.1f °C",
        "min": -10,
        "max": 30,
        "step": 0.5
      },
      "states": {
        "value": "0cdf2c54-029f-90c1-ffffeee000000000",
        "error": "0cdf2c54-029f-90c0-ffffc76d8ce9db5a"
      }
    }
  },
  "acl": {
    "object": 1638,
    "owner": "system.user.admin",
    "ownerGroup": "system.group.administrator",
    "state": 1638
  },
  "_id": "loxone.0.Unsupported.0cdf2c54-029f-90c1-ffffeee000000000",
  "type": "state"
}

Thanks

MOD Edit: formatting