Program Object
The thermostat Program is a container for the Schedule and its Climates.
See Core Concepts for details on how the program is structured. The schedule property is a two dimensional array containing the climate names.
Properties
| Name | Type | Read Only | Required | Description |
|---|---|---|---|---|
| schedule | String[][] | no | yes | The Schedule object defining the program schedule. |
| climates | Climate[] | no | yes | The list of Climate objects defining all the climates in the program schedule. |
| currentClimateRef | String | yes | no | The currently active climate, identified by its ClimateRef. |