Temperature Reached
Simulates 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-workspace
header in the request.
Request Parameters
device_id
device_id
Format: UUID
Required: Yes
ID of the desired thermostat device.
temperature_celsius
temperature_celsius
Format: Number
Required: No
Desired simulated temperature in °C. You must set temperature_celsius
or temperature_fahrenheit
.
temperature_fahrenheit
temperature_fahrenheit
Format: Number
Required: No
Desired simulated temperature in °F. You must set temperature_fahrenheit
or temperature_celsius
.
Return Type
void
Last updated
Was this helpful?