Create a Thermostat Schedule
Creates a thermostat schedule for a specified thermostat.
Code
Specify the device_id
of the desired thermostat and the climate_preset_key
of the desired climate preset, as well as the desired starts_at
and ends_at
times.
Output
Request Parameters
climate_preset_key
String (Required)
Key of the climate preset to use for the thermostat schedule.
device_id
String (Required)
ID of the desired thermostat device.
ends_at
String (Required)
Date and time at which the thermostat schedule ends, in ISO 8601 format.
starts_at
String (Required)
Date and time at which the thermostat schedule starts, in ISO 8601 format.
is_override_allowed
Boolean
Indicates whether a person at the thermostat or using the API can change the thermostat's settings while the schedule is active. See also Specifying Manual Override Permissions.
max_override_period_minutes
Number
Number of minutes for which a person at the thermostat or using the API can change the thermostat's settings after the activation of the scheduled climate preset. See also Specifying Manual Override Permissions.
name
String
User-friendly name to identify the thermostat schedule.
Response
Examples
Last updated
Was this helpful?