Set a Fallback Climate Preset

POST /thermostats/set_fallback_climate_preset ⇒ void

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

Request

await seam.thermostats.setFallbackClimatePreset({
  device_id: "123e4567-e89b-12d3-a456-426614174000",
  climate_preset_key: "eco",
});

Response

// void

Request Parameters

climate_preset_key

Type: string Required: Yes

Climate preset key of the desired climate preset.


device_id

Type: string Required: Yes

ID of the desired thermostat device.


Return Type

void

Last updated

Logo

© Seam Labs, Inc. All rights reserved.