v1

latestOpenAPI 3.0.02026-07-22201291.8 MB
/thermostats

Update the Thermostat Weekly Program

Updates the thermostat weekly program for a thermostat device. To configure a weekly program, specify the ID of the daily program that you want to use for each day of the week. When you update a weekly program, the set of programs that you specify overwrites any previous weekly program for the thermostat.

post/thermostats/update_weekly_program

Request body

device_idstring uuid required

ID of the thermostat device for which you want to update the weekly program.

friday_program_idstring uuid nullable

ID of the thermostat daily program to run on Fridays.

monday_program_idstring uuid nullable

ID of the thermostat daily program to run on Mondays.

saturday_program_idstring uuid nullable

ID of the thermostat daily program to run on Saturdays.

sunday_program_idstring uuid nullable

ID of the thermostat daily program to run on Sundays.

thursday_program_idstring uuid nullable

ID of the thermostat daily program to run on Thursdays.

tuesday_program_idstring uuid nullable

ID of the thermostat daily program to run on Tuesdays.

wednesday_program_idstring uuid nullable

ID of the thermostat daily program to run on Wednesdays.

Response

OK