Set to Heat Mode
POST /thermostats/heat β { action_attempt }await seam.thermostats.heat({
device_id: "123e4567-e89b-12d3-a456-426614174000",
heating_set_point_celsius: 25,
});{
"action_attempt_id": "123e4567-e89b-12d3-a456-426614174000",
"status": "pending",
"action_type": "SET_HEAT"
}seam.thermostats.heat(
device_id="123e4567-e89b-12d3-a456-426614174000", heating_set_point_celsius=25
)ActionAttempt(
action_attempt_id="123e4567-e89b-12d3-a456-426614174000",
status="pending",
action_type="SET_HEAT",
)Request Parameters
device_id
device_idheating_set_point_celsius
heating_set_point_celsiusheating_set_point_fahrenheit
heating_set_point_fahrenheitReturn Type
Last updated
Was this helpful?

