Update a Thermostat Schedule
Updates a specified thermostat schedule.
Request
Response
Request Parameters
climate_preset_key
climate_preset_key
Type: string
Required: No
Key of the climate preset to use for the thermostat schedule.
ends_at
ends_at
Type: string
Required: No
Date and time at which the thermostat schedule ends, in ISO 8601 format.
is_override_allowed
is_override_allowed
Type: boolean
Required: No
max_override_period_minutes
max_override_period_minutes
Type: number
Required: No
Number of minutes for which a person at the thermostat can change the thermostat's settings after the activation of the scheduled climate preset. See also Specifying Manual Override Permissions.
name
name
Type: string
Required: No
User-friendly name to identify the thermostat schedule.
starts_at
starts_at
Type: string
Required: No
Date and time at which the thermostat schedule starts, in ISO 8601 format.
thermostat_schedule_id
thermostat_schedule_id
Type: string
Required: Yes
ID of the desired thermostat schedule.
Return Type
void
Last updated