Temperature Reached

Simulates a thermostat reaching a specified temperature. Only applicable for sandbox devices. See also Testing Your Thermostat App with Simulate Endpoints.

POST /thermostats/simulate/temperature_reached ⇒ 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

device_id String (Required)

ID of the desired thermostat device.


temperature_celsius Number

Desired simulated temperature in °C. You must set temperature_celsius or temperature_fahrenheit.


temperature_fahrenheit Number

Desired simulated temperature in °F. You must set temperature_fahrenheit or temperature_celsius.


Response

void

Last updated

Was this helpful?

Revision created

ci: Generate docs