HVAC Mode Adjusted
Last updated
Was this helpful?
Last updated
Was this helpful?
Simulates having adjusted the for a . Only applicable for . See also .
API key
Personal access token
Must also include the seam-workspace
header in the request.
device_id
Format: UUID
Required: Yes
ID of the desired thermostat device.
hvac_mode
Format: Enum
Required: Yes
Desired to simulate.
Possible enum values:
off
cool
heat
heat_cool
cooling_set_point_celsius
Format: Number
Required: No
cooling_set_point_fahrenheit
Format: Number
Required: No
heating_set_point_celsius
Format: Number
Required: No
heating_set_point_fahrenheit
Format: Number
Required: No
void
Desired simulated cooling in °C. You must set cooling_set_point_celsius
or cooling_set_point_fahrenheit
.
Desired simulated cooling in °F. You must set cooling_set_point_fahrenheit
or cooling_set_point_celsius
.
Desired simulated heating in °C. You must set heating_set_point_celsius
or heating_set_point_fahrenheit
.
Desired simulated heating in °F. You must set heating_set_point_fahrenheit
or heating_set_point_celsius
.