From one of mine
"serial": "xxxx-xxxx-xxxx",
"network": {
"id": "networkID",
"name": ".core"
},
"readings": [
{
"ts": "2022-07-03T15:41:56Z",
"metric": "pm25",
"pm25": {
"concentration": 3
}
},
{
"ts": "2022-07-03T15:41:55Z",
"metric": "tvoc",
"tvoc": {
"concentration": 4310
}
},
{
"ts": "2022-07-03T15:41:46Z",
"metric": "humidity",
"humidity": {
"relativePercentage": 48
}
},
{
"ts": "2022-07-03T15:41:36Z",
"metric": "temperature",
"temperature": {
"fahrenheit": 76.6,
"celsius": 24.78
}
},
{
"ts": "2022-07-03T15:41:36Z",
"metric": "noise",
"noise": {
"ambient": {
"level": 33
}
}
},
{
"ts": "2022-07-03T15:41:30Z",
"metric": "indoorAirQuality",
"indoorAirQuality": {
"score": 82
}
},
{
"ts": "2022-05-07T22:44:46Z",
"metric": "battery",
"battery": {
"percentage": 100
Ryan If you found this post helpful, please give it
Kudos. If my answer solves your problem please click
Accept as Solution so others can benefit from it.