Skip to content

Commit 7ebae2b

Browse files
louis-preclaude
andcommitted
Revert escaped underscore changes in thermostat URLs
The \_ escaping is intentional GitBook markdown to prevent italic rendering. The validator should handle this, not the content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9c87549 commit 7ebae2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/capability-guides/thermostats/setting-and-monitoring-temperature-thresholds.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ description: >-
88

99
You can configure Seam to emit a [`thermostat.temperature_threshold_exceeded` event](https://docs.seam.co/latest/api/events/) if a thermostat reports a temperature outside a specific threshold range. This capability helps you to monitor your thermostats proactively, alerting you to potential HVAC system misuse or malfunctioning.
1010

11-
Use the [`/thermostats/set_temperature_threshold`](https://docs.seam.co/latest/api/thermostats/set_temperature_threshold) endpoint to set upper and lower acceptable temperature bounds. Then, you can use a [webhook](../../developer-tools/webhooks.md) to monitor for `thermostat.temperature_threshold_exceeded` events.
11+
Use the [`/thermostats/set_temperature_threshold`](https://docs.seam.co/latest/api/thermostats/set\_temperature\_threshold) endpoint to set upper and lower acceptable temperature bounds. Then, you can use a [webhook](../../developer-tools/webhooks.md) to monitor for `thermostat.temperature_threshold_exceeded` events.
1212

1313
When the thermostat reports a temperature outside the threshold range, Seam also adds a warning on the thermostat. You can use the [`/devices/get`](https://docs.seam.co/latest/api/devices/get) endpoint to get the thermostat and then inspect its `device.warnings` property.
1414

1515
***
1616

1717
## Set a Temperature Threshold
1818

19-
To set a temperature threshold for a thermostat, issue a [`/thermostats/set_temperature_threshold`](https://docs.seam.co/latest/api/thermostats/set_temperature_threshold) request, providing the `device_id` of the desired thermostat. Also, include the following parameters:
19+
To set a temperature threshold for a thermostat, issue a [`/thermostats/set_temperature_threshold`](https://docs.seam.co/latest/api/thermostats/set\_temperature\_threshold) request, providing the `device_id` of the desired thermostat. Also, include the following parameters:
2020

2121
* `lower_limit_celsius` or `lower_limit_fahrenheit`
2222
* `upper_limit_celsius` or `upper_limit_fahrenheit`
@@ -285,7 +285,7 @@ $seam->devices->get(
285285

286286
## Change a Temperature Threshold
287287

288-
To change the temperature threshold range for a thermostat, issue a new [`/thermostats/set_temperature_threshold`](https://docs.seam.co/latest/api/thermostats/set_temperature_threshold) request. The new threshold values replace the previous ones.
288+
To change the temperature threshold range for a thermostat, issue a new [`/thermostats/set_temperature_threshold`](https://docs.seam.co/latest/api/thermostats/set\_temperature\_threshold) request. The new threshold values replace the previous ones.
289289

290290
***
291291

0 commit comments

Comments
 (0)