Set to Cool Mode
POST /thermostats/cool β { action_attempt }await seam.thermostats.cool({
device_id: "123e4567-e89b-12d3-a456-426614174000",
cooling_set_point_celsius: 25,
});{
"action_attempt_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"action_type": "SET_COOL"
}seam.thermostats.cool(
device_id="123e4567-e89b-12d3-a456-426614174000", cooling_set_point_celsius=25
)ActionAttempt(
action_attempt_id="123e4567-e89b-12d3-a456-426614174000",
status="pending",
action_type="SET_COOL",
)Authentication Methods
Request Parameters
cooling_set_point_celsius
cooling_set_point_celsiuscooling_set_point_fahrenheit
cooling_set_point_fahrenheitdevice_id
device_idReturn Type
SET_HVAC_MODE
SET_HVAC_MODEaction_attempt_id
action_attempt_idaction_type
action_typeerror
errorresult
resultstatus
statusLast updated
Was this helpful?

