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
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
sync
boolean
default:false

Response

OK

action_attempt
object
required

Tracks the progress of this operation. Poll using the action_attempt_id.

ok
boolean
required