UNPKG

iobroker.enocean

Version:

Connects EnOcean devices via USB/Serial devices with TCM300 Chips

101 lines (99 loc) 2.9 kB
{ "eep": "F6-02-02", "rorg_number": "0xF6", "telegram": "RPS", "func_number": "0x02", "type_number": "0x02", "type_title": "Switch", "bidirectional": false, "objects": { "preDefined": ["AI", "A0", "BI", "B0"] }, "case": [ { "send": false, "condition": { "statusfield": [ { "bitoffs": "2", "bitsize": "1", "value": "1" }, { "bitoffs": "3", "bitsize": "1", "value": "1" } ] }, "datafield": [ { "data": "Button AI", "shortcut": "AI", "bitoffs": "0", "bitsize": "3", "value": {"==": [{"var": "value"}, 0]} }, { "data": "Button A0", "shortcut": "A0", "bitoffs": "0", "bitsize": "3", "value": {"==": [{"var": "value"}, 1]} }, { "data": "Button BI", "shortcut": "BI", "bitoffs": "0", "bitsize": "3", "value": {"==": [{"var": "value"}, 2]} }, { "data": "Button B0", "shortcut": "B0", "bitoffs": "0", "bitsize": "3", "value": {"==": [{"var": "value"}, 3]} } ] }, { "send": false, "condition": [{ "bitoffs": "3", "bitsize": "1", "value": "0" }], "datafield": [ { "data": "Button AI", "shortcut": "AI", "bitoffs": "0", "bitsize": "3", "value": false }, { "data": "Button A0", "shortcut": "A0", "bitoffs": "0", "bitsize": "3", "value": false }, { "data": "Button BI", "shortcut": "BI", "bitoffs": "0", "bitsize": "3", "value": false }, { "data": "Button B0", "shortcut": "B0", "bitoffs": "0", "bitsize": "3", "value": false } ] } ] }