---
title: "Set the Fallback Climate Preset"
method: POST
path: "/thermostats/set_fallback_climate_preset"
tags: ["/thermostats"]
---

# Set the Fallback Climate Preset

`POST /thermostats/set_fallback_climate_preset`

Sets a specified [climate preset](/capability-guides/thermostats/creating-and-managing-climate-presets) as the ["fallback"](/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) preset for a specified [thermostat](/capability-guides/thermostats).

## Request body

- object
  - `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 `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
