Setting and Monitoring Temperature Thresholds
Learn how to use temperature thresholds to monitor your thermostat for potential HVAC system misuse or malfunctioning.
Set a Temperature Threshold
seam.thermostats.set_temperature_threshold(
device_id = "2d488679-6f07-4810-aed2-e726872c1dd5",
lower_limit_celsius = 4,
upper_limit_celsius = 30
)Nonecurl -X 'POST' \
'https://connect.getseam.com/thermostats/set_temperature_threshold' \
-H 'accept: application/json' \
-H "Authorization: Bearer ${SEAM_API_KEY}" \
-H 'Content-Type: application/json' \
-d '{
"device_id": "2d488679-6f07-4810-aed2-e726872c1dd5",
"lower_limit_celsius": 4,
"upper_limit_celsius": 30
}'{
"ok": true
}View a Temperature Threshold
Change a Temperature Threshold
Monitor a Temperature Threshold
Delete a Temperature Threshold
Last updated
Was this helpful?

