Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
device_id
string<uuid>
required

ID of the thermostat device that you want to set to heat-cool mode.

cooling_set_point_celsius
number<float>

Cooling set point in °C that you want to set for the thermostat. You must set one of the cooling_set_point parameters.

cooling_set_point_fahrenheit
number<float>

Cooling set point in °F that you want to set for the thermostat. You must set one of the cooling_set_point parameters.

heating_set_point_celsius
number<float>

Heating set point in °C that you want to set for the thermostat. You must set one of the heating_set_point parameters.

heating_set_point_fahrenheit
number<float>

Heating set point in °F that you want to set for the thermostat. You must set one of the heating_set_point parameters.

Response

OK

action_attempt
object
required

Tracks the progress of this operation. Poll using the action_attempt_id. See the action_attempt object.