V1.0 Measurements data model
Measurements data model
Data structure of response file obtained from async endpoint:
Field | Format | Description |
---|---|---|
uuid | string | Unique identifier of the measurement |
sensor_uuid | string | Unique identifier of the sensor who took the measurement |
device_uuid | string | Unique Identifier of the device the sensor measurement belongs to |
channel_id | int | Unique Identifier of the channel the measurement was taken on |
device_serial_no | string | Serial Number of the device |
sensor_serial_no | string | Serial Number of the sensor who took the measurement |
tenant_uuid | string | Unique identifier of the tenant account in which the datalogger is registered |
customer_site | string | Site underneath of the tenant which operates the logger |
timestamp | string | Time the measurement was taken by the datalogger “YYYY-MM- DDThh:mm:ssZ” in UTC |
timestamp_local | string | Time the measurement was taken by the datalogger “YYYY-MM- DDThh:mm:ssZ” in local timezone |
measurement | double | Measurement value |
physical_property_name | string | Property name of channel (e.g.Temperature, Door) |
physical_unit | string | The measurement unit (e.g. CELSIUS, FAHRENHEIT) |
physical_extension | string | Physical value and physical extension defines channel of alarm |
processed_at | string | Time the measurement was received by the Testo Cloud |