HVAC Mode Adjusted
POST /thermostats/simulate/hvac_mode_adjusted ⇒ voidSimulates having adjusted the HVAC mode for a thermostat. 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.
hvac_mode
hvac_modeType: string Required: Yes
Desired HVAC mode to simulate.
cooling_set_point_celsius
cooling_set_point_celsiusType: number Required: No
Desired simulated cooling set point in °C. You must set cooling_set_point_celsius or cooling_set_point_fahrenheit.
cooling_set_point_fahrenheit
cooling_set_point_fahrenheitType: number Required: No
Desired simulated cooling set point in °F. You must set cooling_set_point_fahrenheit or cooling_set_point_celsius.
heating_set_point_celsius
heating_set_point_celsiusType: number Required: No
Desired simulated heating set point in °C. You must set heating_set_point_celsius or heating_set_point_fahrenheit.
heating_set_point_fahrenheit
heating_set_point_fahrenheitType: number Required: No
Desired simulated heating set point in °F. You must set heating_set_point_fahrenheit or heating_set_point_celsius.
Return Type
void
Last updated
Was this helpful?

