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.

8 lines
368 B

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