Set to Heat Mode
await seam.thermostats.heat({
device_id: "e4b111b8-e2bd-4f49-a9c8-96ed5390e1d5",
heating_set_point_fahrenheit: 65,
});{
"action_attempt_id": "b0e1d2c3-4f5e-6a7b-8c9d-0e1f2a3b4c5d",
"action_type": "SET_HVAC_MODE",
"error": null,
"result": {},
"status": "success"
}curl --include --request POST "https://connect.getseam.com/thermostats/heat" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"device_id": "e4b111b8-e2bd-4f49-a9c8-96ed5390e1d5",
"heating_set_point_fahrenheit": 65
}
EOF{
"action_attempt": {
"action_attempt_id": "b0e1d2c3-4f5e-6a7b-8c9d-0e1f2a3b4c5d",
"action_type": "SET_HVAC_MODE",
"error": null,
"result": {},
"status": "success"
}
}Request Parameters
Response
Last updated
Was this helpful?

