You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

9 lines
368 B

//This would be published to the mqtt path of "{macAddress}/readings"
//Most compact version with assuming data alignment
//First reading is in epoch time as it is smaller than any other time variant
//Sensor format is "SensorIdentifier": "offset,reading,..."
{
"firstReading": "1619043239",
"0.4": "0,12121212,2,12121212",
"1.1": "1,13131313,4,13131313"
}