Multipurpose Button LoRaWAN
Get device data
POST /provider/fetchContent-Type: application/json
Authorization: Bearer {access_token}{
"serial_number" : "{Sensor Device Serial Number}"
}{
"provider": {
"network_provider": "the_things_industries",
"application": "mclimate-dev",
"keepAliveTime": 2,
"extSensorOn": [],
"extSensorIs": "",
"webhook_url": "",
"rssi": -51,
"spf": "7",
"joinRequestCount": 19,
"frameCount": 4483,
"deviceVersions": {
"hardware": 13,
"software": 10
},
"lastActive": "2023-11-14 12:40:14",
"activeFrom": "2022-11-22 09:03:42",
"uplinkType": "00",
"thermistorProperlyConnected": true,
"batteryVoltage": 3.28,
"counter": 6,
"status": 0,
"notificationBlindTime": 2,
"sensorTemperature": 19.8,
"watchDogParams": {
"wdpC": 17,
"wdpUc": 24
},
"joinRetryPeriod": 10,
"vickies": [],
"mac": "70B3D52DD700000F",
"online": true,
"scheduleInfo": {
"inSchedule": false,
"mainTarget": null,
"inPriority": false
}
},
"_links": {
"self": {
"href": "/v1/provider/fetch"
}
}
}Set KeepAlive Time
Get Device Version
Set Join Retry Period
Set Uplink Type
Set Watch Dog Params
Set Send event button later
Last updated