Skip to main content
POST
/
thermostats
/
set_fallback_climate_preset
await seam.thermostats.setFallbackClimatePreset({ device_id: "9a21ddcb-8eeb-4351-8770-1835c3db8b2e", climate_preset_key: "Eco", }); /* // void */
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
climate_preset_key
string
required

Climate preset key of the climate preset that you want to set as the fallback climate preset.

device_id
string<uuid>
required

ID of the thermostat device for which you want to set the fallback climate preset.

Response

OK

ok
boolean
required