UNPKG

iobroker.enocean

Version:

Connects EnOcean devices via USB/Serial devices with TCM300 Chips

79 lines (78 loc) 1.73 kB
{ "eep": "A5-06-02", "rorg_number": "0xA5", "telegram": "4BS", "func_number": "0x06", "type_number": "0x02", "type_title": "Light Sensor Range 0lx to 1.020lx", "bidirectional": false, "objects": { "preDefined": ["ILL", "SVC"] }, "case": [ { "send": false, "condition": { "range": { "bitoffs": "31", "bitsize": "1", "value": 0 } }, "datafield": [ { "data": "Illumination", "shortcut": "ILL", "bitoffs": "8", "bitsize": "8", "value": { "+": [ { "*": [ { "-": [ { "var": "value" }, 0 ] }, 2 ] }, 0] }, "decimals": 2 }, { "data": "Supply Voltage 0...5.1V", "shortcut": "SVC", "bitoffs": "0", "bitsize": "8", "value": { "+": [{"*":[{"-":[{"var": "value"}, 0]},0.02]}, 0] }, "decimals": 2 } ] }, { "send": false, "condition": { "range": { "bitoffs": "31", "bitsize": "1", "value": 1 } }, "datafield": [ { "data": "Illumination", "shortcut": "ILL", "bitoffs": "16", "bitsize": "8", "value": { "+": [ { "*": [ { "-": [ { "var": "value" }, 0 ] }, 4 ] }, 0] }, "decimals": 2 }, { "data": "Supply Voltage 0...5.1V", "shortcut": "SVC", "bitoffs": "0", "bitsize": "8", "value": { "+": [{"*":[{"-":[{"var": "value"}, 0]},0.02]}, 0] }, "decimals": 2 } ] } ] }