Hi,
i just discovered this amazing software and i would like to use it to view data coming from a Lorawan network.
Is it possible to configure devices directly from a restfull API call?
Through the call Rest I get a json containing the list of devices.
Sorry for the trivial question but I’m just a beginner. Thanks
{
"totalCount": "3",
"result": [
{
"devEUI": "xxx",
"name": "NODE_03",
"applicationID": "1",
"description": "NODE_03",
"deviceProfileID": "07638af8-bce6-4650-9735-80f486c6d884",
"deviceProfileName": "TERA_DEVICE_PROFILE",
"deviceStatusBattery": 255,
"deviceStatusMargin": 256,
"deviceStatusExternalPowerSource": false,
"deviceStatusBatteryLevelUnavailable": true,
"deviceStatusBatteryLevel": 0,
"lastSeenAt": "2021-09-13T10:52:21.603096Z"
},
{
"devEUI": "xxx",
"name": "NODE_04",
"applicationID": "1",
"description": "NODE_04",
"deviceProfileID": "07638af8-bce6-4650-9735-80f486c6d884",
"deviceProfileName": "TERA_DEVICE_PROFILE",
"deviceStatusBattery": 255,
"deviceStatusMargin": 256,
"deviceStatusExternalPowerSource": false,
"deviceStatusBatteryLevelUnavailable": true,
"deviceStatusBatteryLevel": 0,
"lastSeenAt": "2021-09-13T10:47:20.391754Z"
},
{
"devEUI": "xxxx",
"name": "NODE_05",
"applicationID": "1",
"description": "NODE_05",
"deviceProfileID": "07638af8-bce6-4650-9735-80f486c6d884",
"deviceProfileName": "TERA_DEVICE_PROFILE",
"deviceStatusBattery": 255,
"deviceStatusMargin": 256,
"deviceStatusExternalPowerSource": false,
"deviceStatusBatteryLevelUnavailable": true,
"deviceStatusBatteryLevel": 0,
"lastSeenAt": "2021-09-13T10:36:21.796420Z"
}
]
}