Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the thermostat device for which you want to set the fan mode.

fan_mode
enum<string>
deprecated

Deprecated. Use fan_mode_setting instead.

Fan mode setting for the thermostat, such as auto, on, or circulate.

Available options:
auto,
on,
circulate
fan_mode_setting
enum<string>

Fan mode setting that you want to set for the thermostat.

Available options:
auto,
on,
circulate

Response

OK

action_attempt
object
required

Tracks the progress of this operation. Poll using the action_attempt_id. See the action_attempt object.