Set a Fallback Climate Preset

Sets a specified climate preset as the "fallback" preset for a specified thermostat.

Sets a specified climate preset as the "fallback" preset for a specified thermostat.

Code

await seam.thermostats.setFallbackClimatePreset({
  device_id: "9a21ddcb-8eeb-4351-8770-1835c3db8b2e",
  climate_preset_key: "Eco",
});

Output

// void
Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

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 (Required)

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


Response

void

Last updated

Was this helpful?