Set to Heat Mode
POST /thermostats/heat β { action_attempt }await seam.thermostats.heat({
device_id: "123e4567-e89b-12d3-a456-426614174000",
heating_set_point_celsius: 20,
});{
"action_attempt_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"action_type": "SET_HEAT"
}seam.thermostats.heat(
device_id="123e4567-e89b-12d3-a456-426614174000", heating_set_point_celsius=20
)ActionAttempt(
action_attempt_id="123e4567-e89b-12d3-a456-426614174000",
status="pending",
action_type="SET_HEAT",
)Authentication Methods
Request Parameters
device_id
device_idheating_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?

