iobroker.enocean
Version:
Connects EnOcean devices via USB/Serial devices with TCM300 Chips
84 lines • 1.55 kB
JSON
{
"eep": "TF-13-19",
"rorg_number": "0xF6",
"telegram": "RPS",
"func_number": "0x00",
"type_number": "0x00",
"type_title": "Switch",
"bidirectional": false,
"objects": {
"CMD": {
"type": "state",
"common": {
"name": {
"en": "Command",
"de": "Befehl"
},
"role": "state",
"type": "number",
"read": false,
"write": true,
"states": {
"0": "OFF",
"1": "ON"
},
"def": 0
},
"native": {}
}
},
"case": [
{
"send": true,
"condition": {
"command": [
{
"value": 0
}
]
},
"datafield": [
{
"data": "Command ID",
"shortcut": "CMD",
"bitoffs": "0",
"bitsize": "3",
"value": 3
},
{
"data": "fixed parameter",
"description": "OFF",
"bitoffs": "3",
"bitsize": "1",
"value": 0
}
]
},
{
"send": true,
"condition": {
"command": [
{
"value": 1
}
]
},
"datafield": [
{
"data": "fixed parameter",
"description": "ON",
"bitoffs": "0",
"bitsize": "3",
"value": 1
},
{
"data": "fixed parameter",
"description": "released",
"bitoffs": "3",
"bitsize": "1",
"value": 1
}
]
}
]
}