Runtime Sensor Report Object

The Runtime Sensor Report object is a container for the sensor metadata and runtime data for a single thermostat.

Properties

Name Type Read Only Required Description
thermostatIdentifier String yes no The thermostat identifier for the report.
sensors RuntimeSensorMetadata[] yes no The list of sensor metadata configured in the thermostat.
columns String[] yes no The list of column names returned in the data property. The sensor data column names match the sensorId within the sensor metadata. The first two columns are the date and time, the following are the defined sensorIds.
data String[] yes no The list of CSV rows containing the column data as defined in the columns property.

Back To Top