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

Format: UUID Required: Yes

ID of the desired thermostat device.


hvac_mode

Format: Enum Required: Yes

Desired HVAC mode to simulate.

Possible enum values:

  • off

  • cool

  • heat

  • heat_cool


cooling_set_point_celsius

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

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

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

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