HT Sensor LoRa
Get device data
POST /provider/fetchContent-Type: application/json
Authorization: Bearer {access_token}{
"serial_number" : "{HT Sensor Serial Number}"
}{
"provider": {
"mac": "8******8",
"version": 1,
"uptime": "2021-03-29T14:01:20.662Z",
"temperature": 23.4,
"humidity": 15.234375,
"batteryVoltage": 3.5,
"externalThermistor": {
"thermistorProperlyConnected": true,
"thermistorTemperature": 23.5
},
"ip": "78.130.149.149",
"port": 40342,
"timeOfRecord": "2021-03-29T14:06:24.729Z"
},
"_links": {
"self": {
"href": "/v1/provider/fetch"
}
}
}Set KeepAlive Time
Last updated