Temperature Reached
POST /thermostats/simulate/temperature_reached ⇒ voidSimulates a thermostat reaching a specified temperature. Only applicable for sandbox devices. See also Testing Your Thermostat App with Simulate Endpoints.
Authentication Methods
API key
Personal access token Must also include the
seam-workspaceheader in the request.
Request Parameters
device_id
device_idType: string Required: Yes
ID of the desired thermostat device.
temperature_celsius
temperature_celsiusType: number Required: No
Desired simulated temperature in °C. You must set temperature_celsius or temperature_fahrenheit.
temperature_fahrenheit
temperature_fahrenheitType: number Required: No
Desired simulated temperature in °F. You must set temperature_fahrenheit or temperature_celsius.
Return Type
void
Last updated
Was this helpful?

