Set the HVAC Mode
Sets the HVAC mode for a specified thermostat.
Code
Specify the desired heating and cooling set points in °C or °F.
Output
Request Parameters
device_id
String (Required)
ID of the thermostat device for which you want to set the HVAC mode.
hvac_mode_setting
String (Required)
cooling_set_point_celsius
Number
Desired cooling set point in °C. You must set one of the cooling_set_point
parameters.
cooling_set_point_fahrenheit
Number
Desired cooling set point in °F. You must set one of the cooling_set_point
parameters.
heating_set_point_celsius
Number
Desired heating set point in °C. You must set one of the heating_set_point
parameters.
heating_set_point_fahrenheit
Number
Desired heating set point in °F. You must set one of the heating_set_point
parameters.
Response
Examples
Last updated
Was this helpful?