Device Object

Represents a device attached to the thermostat. Devices may not be modified remotely, all changes must occur on the thermostat.

Properties

Name Type Read Only Required Description
deviceId Integer yes no A unique ID for the device
name String yes no The user supplied device name
sensors Sensor[] yes no The list of Sensor Objects associated with the device.
outputs Output[] yes no Ths list of Output Objects associated with the device

Back To Top