Temperature Reached
Simulates a thermostat reaching a specified temperature. Only applicable for sandbox devices. See also Testing Your Thermostat App with Simulate Endpoints.
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?