Activate a Climate Preset
await seam.thermostats.activateClimatePreset({
device_id: "52b88155-5b81-47d2-b04d-28a802bd7395",
climate_preset_key: "Eco",
});{
"action_attempt_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"action_type": "ACTIVATE_CLIMATE_PRESET",
"error": null,
"result": {},
"status": "success"
}curl --include --request POST "https://connect.getseam.com/thermostats/activate_climate_preset" \
--header "Authorization: Bearer $SEAM_API_KEY" \
--json @- <<EOF
{
"device_id": "52b88155-5b81-47d2-b04d-28a802bd7395",
"climate_preset_key": "Eco"
}
EOF{
"action_attempt": {
"action_attempt_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
"action_type": "ACTIVATE_CLIMATE_PRESET",
"error": null,
"result": {},
"status": "success"
}
}Request Parameters
Response
Last updated
Was this helpful?

