HVAC Mode Adjusted

POST /thermostats/simulate/hvac_mode_adjusted ⇒ void

Simulates 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-workspace header in the request.

Request Parameters

device_id

Type: string Required: Yes

ID of the desired thermostat device.


hvac_mode

Type: string Required: Yes

Desired HVAC mode to simulate.


cooling_set_point_celsius

Type: 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

Type: 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

Type: 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

Type: 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?

Revision created

ci: Generate docs