Set Fan Mode
POST /thermostats/set_fan_mode β { action_attempt }await seam.thermostats.setFanMode({
device_id: "123e4567-e89b-12d3-a456-426614174000",
fan_mode_setting: "auto",
});{
"action_attempt_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"action_type": "SET_FAN_MODE"
}seam.thermostats.set_fan_mode(
device_id="123e4567-e89b-12d3-a456-426614174000", fan_mode_setting="auto"
)ActionAttempt(
action_attempt_id="123e4567-e89b-12d3-a456-426614174000",
status="pending",
action_type="SET_FAN_MODE",
)Authentication Methods
Request Parameters
device_id
device_idfan_mode
fan_modefan_mode_setting
fan_mode_settingReturn Type
SET_FAN_MODE
SET_FAN_MODEaction_attempt_id
action_attempt_idaction_type
action_typeerror
errorresult
resultstatus
statusLast updated
Was this helpful?

