iobroker.lorawan
Version:
converts the desired lora gateway data to a ioBroker structure
75 lines • 1.61 kB
JSON
{
"deviceType": "LOB-S-HYB-1WIRE",
"sendWithUplink": "disabled",
"port": 2,
"priority": "NORMAL",
"confirmed": false,
"downlinkParameter": [
{
"name": "Get Firmware",
"port": 128,
"priority": "NORMAL",
"type": "button",
"swap": false,
"confirmed": false,
"front": "3F",
"end": "",
"lengthInByte": 2,
"on": "01",
"off": "11",
"onClick": "3F",
"multiplyfaktor": 1,
"decimalPlaces": 0,
"unit": "",
"crc": "off",
"limitMin": false,
"limitMinValue": 0,
"limitMax": false,
"limitMaxValue": 0
},
{
"name": "Get Value",
"port": 128,
"priority": "NORMAL",
"type": "string",
"swap": false,
"confirmed": false,
"front": "g",
"end": "",
"lengthInByte": 2,
"on": "gMeasureCron",
"off": "11",
"onClick": "030111",
"multiplyfaktor": 1,
"decimalPlaces": 0,
"unit": "",
"crc": "off",
"limitMin": false,
"limitMinValue": 0,
"limitMax": false,
"limitMaxValue": 0
},
{
"name": "Set MeasureCron",
"port": 128,
"priority": "NORMAL",
"type": "string",
"swap": false,
"confirmed": false,
"front": "SMeasureCron=",
"end": "",
"lengthInByte": 2,
"on": "01",
"off": "11",
"onClick": "030111",
"multiplyfaktor": 1,
"decimalPlaces": 0,
"unit": "",
"crc": "noCrc",
"limitMin": false,
"limitMinValue": 0,
"limitMax": false,
"limitMaxValue": 0
}
]
}