Weather Object
The Weather object contains the weather and forecast information for the thermostat's location.
Properties
Name | Type | Read Only | Required | Description |
---|---|---|---|---|
timestamp | String | yes | no | The time stamp in UTC of the weather forecast. |
weatherStation | String | yes | no | The weather station identifier. |
forecasts | WeatherForecast[] | yes | no | The list of latest weather station forecasts. |