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

