Measurements represent regularly acquired readings and statistics from sensors.
Measurements consist of a time when the measurement was taken, the unique identifiers of the source of the measurement, and a list of fragments. Here is an example of a measurement:
{
"deviceid": "shellyflood-7659D9",
"timestamp": "2021-11-11 12:40:58.701+00",
"value": "22.12",
"unit": "C",
"timestamp_raw": "2021-11-11T12:40:58.701Z"
}
The measurement common fields are:
– Deviceid
– Timestamp – stored on the Cloud – see time convention – this data is affected by Time zone transformation.
– Timestamp_raw – how data was acquired by your device.