UNPKG

iobroker.enocean

Version:

Connects EnOcean devices via USB/Serial devices with TCM300 Chips

245 lines 5.11 kB
{ "eep": "TF-13-03", "rorg_number": "0xA5", "telegram": "4BS", "func_number": "0x3F", "type_number": "0x7F", "type_title": "Deprecated, same as TF-14-04. Hold for legacy reasons until v1.0.0. Blind actuator", "bidirectional": true, "objects": { "CMD": { "type": "state", "common": { "name": { "en": "Command", "de": "Befehl" }, "role": "state", "type": "number", "read": true, "write": true, "states": { "0": "Stop", "1": "Up", "2": "Down", "3": "Teach-in" }, "def": 0 }, "native": {} }, "RT": { "type": "state", "common": { "name": { "en": "Running time", "de": "Laufzeit" }, "role": "state", "type": "number", "read": true, "write": true, "unit": "100ms", "def": 0 }, "native": {} }, "BS": { "type": "state", "common": { "name": { "en": "Block local switch", "de": "Lokale Schalter sperren" }, "role": "state", "type": "boolean", "read": true, "write": true, "def": false }, "native": {} } }, "case": [ { "send": true, "condition": { "command": [ { "bitoffs": "16", "bitsize": "8", "value": 0 } ] }, "datafield": [ { "data": "Command ID", "shortcut": "CMD", "bitoffs": "16", "bitsize": "8", "value": 0 }, { "data": "Running time", "shortcut": "RT", "bitoffs": "0", "bitsize": "16", "value": { "var": "value" } }, { "data": "fixed parameter", "description": "Represents the learnbit", "bitoffs": "28", "bitsize": "1", "value": 1 }, { "data": "Block local switch", "shortcut": "BS", "bitoffs": "29", "bitsize": "1", "value": { "var": "value" } }, { "data": "fixed parameter", "description": "100ms", "bitoffs": "30", "bitsize": "1", "value": 1 } ] }, { "send": true, "condition": { "command": [ { "bitoffs": "16", "bitsize": "8", "value": 1 } ] }, "datafield": [ { "data": "Command ID", "shortcut": "CMD", "bitoffs": "16", "bitsize": "8", "value": 1 }, { "data": "Running time", "shortcut": "RT", "bitoffs": "0", "bitsize": "16", "value": { "var": "value" } }, { "data": "fixed parameter", "description": "Represents the learnbit", "bitoffs": "28", "bitsize": "1", "value": 1 }, { "data": "Block local switch", "shortcut": "BS", "bitoffs": "29", "bitsize": "1", "value": { "var": "value" } }, { "data": "fixed parameter", "description": "100ms", "bitoffs": "30", "bitsize": "1", "value": 1 } ] }, { "send": true, "condition": { "command": [ { "bitoffs": "16", "bitsize": "8", "value": 2 } ] }, "datafield": [ { "data": "Command ID", "shortcut": "CMD", "bitoffs": "16", "bitsize": "8", "value": 2 }, { "data": "Running time", "shortcut": "RT", "bitoffs": "0", "bitsize": "16", "value": { "var": "value" } }, { "data": "fixed parameter", "description": "Represents the learnbit", "bitoffs": "28", "bitsize": "1", "value": 1 }, { "data": "Block local switch", "shortcut": "BS", "bitoffs": "29", "bitsize": "1", "value": { "var": "value" } }, { "data": "fixed parameter", "description": "100ms", "bitoffs": "30", "bitsize": "1", "value": 1 } ] }, { "send": true, "condition": { "command": [ { "bitoffs": "16", "bitsize": "8", "value": 3 } ] }, "datafield": [ { "data": "fixed parameter", "description": "teachin", "bitoffs": "0", "bitsize": "31", "value": 4294446464 } ] } ] }