Set the HVAC Mode
Last updated
Was this helpful?
Last updated
Was this helpful?
Sets the for a specified .
Specify the desired heating and cooling set points in °C or °F.
Code
Output
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
cooling_set_point_fahrenheit
Number
heating_set_point_celsius
Number
heating_set_point_fahrenheit
Number
in °C that you want to set for the thermostat. You must set one of the cooling_set_point
parameters.
in °F that you want to set for the thermostat. You must set one of the cooling_set_point
parameters.
in °C that you want to set for the thermostat. You must set one of the heating_set_point
parameters.
in °F that you want to set for the thermostat. You must set one of the heating_set_point
parameters.