---
title: "Temperature Reached"
method: POST
path: "/thermostats/simulate/temperature_reached"
tags: ["/thermostats"]
---

# Temperature Reached

`POST /thermostats/simulate/temperature_reached`

Simulates a [thermostat](/capability-guides/thermostats) reaching a specified temperature. Only applicable for [sandbox devices](/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your Thermostat App with Simulate Endpoints](/capability-guides/thermostats/testing-your-thermostat-app-with-simulate-endpoints).

## Request body

- object
  - `device_id` string, uuid, required — ID of the thermostat device that you want to simulate reaching a specified temperature.
  - `temperature_celsius` number, float — Temperature in °C that you want simulate the thermostat reaching. You must set `temperature_celsius` or `temperature_fahrenheit`.
  - `temperature_fahrenheit` number, float — Temperature in °F that you want simulate the thermostat reaching. You must set `temperature_fahrenheit` or `temperature_celsius`.

## 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)
