CO2 Sensor LoRaWAN
Get device data
POST /provider/fetchContent-Type: application/json
Authorization: Bearer {access_token}{
"serial_number" : "{CO2-Sensor Serial Number}"
}{
"provider": {
"network_provider": "the_things_industries",
"extSensorOn": [],
"extSensorIs": "",
"rssi": -66,
"spf": "7",
"CO2": 621,
"temperature": 23.9,
"humidity": 60.55,
"voltage": 3.51,
"uplinkType": "00",
"keepAliveTime": 3,
"joinRetryPeriod": 5,
"deviceVersions": {
"hardware": 0,
"software": 0
},
"watchDogParams": {
"wdpC": 0,
"wdpUc": 0
},
"createdAt": "2021-07-19T13:09:02.556Z",
"lastActive": "2021-07-20T15:36:03.672Z",
"boundaryLevels": {
"good_medium": 901,
"medium_bad": 1501
},
"autoZeroValue": 366,
"notifyPeriod": {
"good_zone": 0,
"medium_zone": 10,
"bad_zone": 10
},
"measurementPeriod": {
"good_zone": 10,
"medium_zone": 10,
"bad_zone": 10
},
"buzzerNotification": {
"duration_good_beeping": 0,
"duration_good_loud": 500,
"duration_good_silent": 500,
"duration_medium_beeping": 0,
"duration_medium_loud": 500,
"duration_medium_silent": 500,
"duration_bad_beeping": 2,
"duration_bad_loud": 500,
"duration_bad_silent": 500
},
"ledNotification": {
"red_good": 0,
"green_good": 2,
"blue_good": 0,
"duration_good": 210,
"red_medium": 3,
"green_medium": 2,
"blue_medium": 0,
"duration_medium": 4020,
"red_bad": 3,
"green_bad": 0,
"blue_bad": 0,
"duration_bad": 4020
},
"autoZeroPeriod": 192,
"online": true,
"mac": "70B3D52DD500000D"
},
"_links": {
"self": {
"href": "/v1/provider/fetch"
}
}
}Set KeepAlive Time
Get KeepAlive Time
Get Device Version
Set Join Retry Period
Get Join Retry Period
Set Uplink Type
Get Uplink Type
Set Watch Dog Params
Get Watch Dog Params
Set Co2 Boundary Levels
Get Co2 Boundary Levels
Set CO2 Auto Zero Value
Get CO2 Auto Zero Value
Set CO2 Auto Zero Period
Get CO2 Auto Zero Value
Set Notify Period
Get Notify Period
Set Measurement Period
Get Measurement Period
Set Buzzer Notification
Get Buzzer Notification
Set LED Notification
Get LED Notification
Get Pending Commands
Last updated