RuntimeReport Object

The runtime report contains the historical runtime information for a thermostat.

The date/times returned in the runtime report are always in thermostat time

Properties

Name Type Read Only Required Description
thermostatIdentifier String yes no The thermostat identifier for the report.
rowCount Integer yes no The number of report rows in this report
rowList String[] yes no A list of CSV report strings based on the columns requested.

The runtime report row is composed of a CSV string containing the Date, Time and the user selected columns.

Back To Top