Skip to content

Commit b7ce3ec

Browse files
louis-preclaude
andcommitted
Fix broken links in hand-written guide pages
- Fix escaped underscores in thermostat set_temperature_threshold URLs - Fix mobile/ios/quickstart → developer-tools/mobile-sdks/ios-sdk Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 45a22cb commit b7ce3ec

2 files changed

Lines changed: 5 additions & 5 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

docs/guides/ui-components/seam-mobile-components/seam-mobile-components-for-ios/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: >-
1212
* Xcode 15+
1313
* iOS 16+ target
1414

15-
You should already have a Seam workspace and API key set up. If you’re new to Seam, start with the [Seam Mobile SDK](https://docs.seam.co/latest/mobile/ios/quickstart).
15+
You should already have a Seam workspace and API key set up. If you’re new to Seam, start with the [Seam Mobile SDK](https://docs.seam.co/latest/developer-tools/mobile-sdks/ios-sdk).
1616

1717
***
1818

@@ -92,4 +92,4 @@ By default, components are styled with Seam’s design system, but theming lets
9292

9393
### See Also
9494

95-
* Explore [Seam Mobile SDK](https://docs.seam.co/latest/mobile/ios/quickstart)
95+
* Explore [Seam Mobile SDK](https://docs.seam.co/latest/developer-tools/mobile-sdks/ios-sdk)

0 commit comments

Comments
 (0)