Set the HVAC Mode
POST /thermostats/set_hvac_mode โ { action_attempt }await seam.thermostats.setHvacMode({
device_id: "123e4567-e89b-12d3-a456-426614174000",
hvac_mode_setting: "heat_cool",
heating_set_point_celsius: 20,
cooling_set_point_celsius: 25,
});{
"action_attempt_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "success",
"action_type": "SET_HVAC_MODE"
}seam.thermostats.set_hvac_mode(
device_id="123e4567-e89b-12d3-a456-426614174000",
hvac_mode_setting="heat_cool",
heating_set_point_celsius=20,
cooling_set_point_celsius=25,
)ActionAttempt(
action_attempt_id="123e4567-e89b-12d3-a456-426614174000",
status="success",
action_type="SET_HVAC_MODE",
)Authentication Methods
Request Parameters
device_id
device_idhvac_mode_setting
hvac_mode_settingcooling_set_point_celsius
cooling_set_point_celsiuscooling_set_point_fahrenheit
cooling_set_point_fahrenheitheating_set_point_celsius
heating_set_point_celsiusheating_set_point_fahrenheit
heating_set_point_fahrenheitReturn Type
SET_HVAC_MODE
SET_HVAC_MODEaction_attempt_id
action_attempt_idaction_type
action_typeerror
errorresult
resultstatus
statusLast updated
Was this helpful?

