iobroker.lorawan
Version:
converts the desired lora gateway data to a ioBroker structure
53 lines • 1.09 kB
JSON
{
"deviceType": "Dragino",
"sendWithUplink": "disabled",
"port": 2,
"priority": "NORMAL",
"confirmed": false,
"downlinkParameter": [
{
"name": "Intervall",
"port": 1,
"priority": "NORMAL",
"type": "number",
"confirmed": false,
"front": "01",
"end": "",
"lengthInByte": 3,
"on": "",
"off": "",
"multiplyfaktor": 60,
"unit": "min",
"crc": "noCrc",
"onClick": "",
"limitMin": true,
"limitMinValue": 0,
"limitMax": true,
"limitMaxValue": 1440,
"swap": false,
"decimalPlaces": 0
},
{
"name": "Reboot",
"port": 1,
"priority": "NORMAL",
"type": "button",
"confirmed": false,
"front": "",
"end": "",
"lengthInByte": 2,
"on": "",
"off": "",
"onClick": "04FF",
"multiplyfaktor": 1,
"unit": "",
"crc": "noCrc",
"decimalPlaces": 0,
"limitMin": false,
"limitMinValue": 0,
"limitMax": false,
"limitMaxValue": 0,
"swap": false
}
]
}