Set Fan Mode
Sets the fan mode setting for a specified thermostat.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
device_idstring · uuidRequired
ID of the thermostat device for which you want to set the fan mode.
fan_modestring · enumOptionalDeprecatedPossible values:
fan_mode_settingstring · enumOptionalPossible values:
Fan mode setting that you want to set for the thermostat.
syncbooleanOptionalDefault:
falseResponses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
/thermostats/set_fan_modeCode Example
curl --request POST 'https://connect.getseam.com/thermostats/set_fan_mode' \
--header 'Authorization: Bearer ${API_KEY}' \
--header 'Content-Type: application/json' \
--header 'Seam-Workspace: 00000000-0000-0000-0000-000000000000' \
--data-raw '{
"device_id": "11111111-1111-1111-1111-111111111111",
"fan_mode_setting": "auto"
}'Parameters
Response
JSON format
Last updated
Was this helpful?

