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
Type: string
Required: Yes
ID of the desired thermostat device.
temperature_celsius
temperature_celsius
Type: number
Required: No
Desired simulated temperature in °C. You must set temperature_celsius
or temperature_fahrenheit
.
temperature_fahrenheit
temperature_fahrenheit
Type: number
Required: No
Desired simulated temperature in °F. You must set temperature_fahrenheit
or temperature_celsius
.
Return Type
void
Last updated
Was this helpful?