The thermostat_daily_program Object
Represents a thermostat daily program, consisting of a set of periods, each of which has a starting time and the key that identifies the climate preset to apply at the starting time.- Thermostat Daily Program
A thermostat daily program resource.
Properties
created_at Datetime
Date and time at which the thermostat daily program was created.
device_id UUID
ID of the thermostat device on which the thermostat daily program is configured.
name String
User-friendly name to identify the thermostat daily program.
periods List of Objects
Array of thermostat daily program periods.
thermostat_daily_program_id UUID
ID of the thermostat daily program.
workspace_id UUID
ID of the workspace that contains the thermostat daily program.
Endpoints
/thermostats/daily_programs/create
Creates a new thermostat daily program. A daily program consists of a set of periods, where each period includes a start time and the key of a configured climate preset. Once you have defined a daily program, you can assign it to one or more days within a weekly program.
/thermostats/daily_programs/delete
Deletes a thermostat daily program.
/thermostats/daily_programs/update
Updates a specified thermostat daily program. The periods that you specify overwrite any existing periods for the daily program.
