You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix lock description linking to thermostats instead of smart-locks
- Remove .md extension from API URL
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: codegen/data/paths.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@
75
75
76
76
Represents a [noise sensor](https://docs.seam.co/latest/capability-guides/noise-sensors).
77
77
78
-
Noise sensors are devices that measure that sound level in a given area. You can use noise sensors to monitor noise levels remotely and receive notifications when the noise volume is too loud. The Seam API enables you to configure the [noise thresholds](https://docs.seam.co/latest/capability-guides/noise-sensors/configure-noise-threshold-settings) of a noise sensor and receive events when a disturbance is detected. You can also [simulate triggering a noise threshold](https://docs.seam.co/latest/api/noise_sensors/simulate/trigger_noise_threshold.md).
78
+
Noise sensors are devices that measure that sound level in a given area. You can use noise sensors to monitor noise levels remotely and receive notifications when the noise volume is too loud. The Seam API enables you to configure the [noise thresholds](https://docs.seam.co/latest/capability-guides/noise-sensors/configure-noise-threshold-settings) of a noise sensor and receive events when a disturbance is detected. You can also [simulate triggering a noise threshold](https://docs.seam.co/latest/api/noise_sensors/simulate/trigger_noise_threshold).
79
79
80
80
The Seam API represents a noise sensor as a `device` resource that includes both basic device properties and noise sensor-specific properties.
81
81
@@ -148,7 +148,7 @@
148
148
- [Events](./#events)
149
149
- [Endpoints](./#endpoints)
150
150
151
-
Represents a [lock](https://docs.seam.co/latest/capability-guides/thermostats).
151
+
Represents a [lock](https://docs.seam.co/latest/capability-guides/smart-locks).
152
152
153
153
The Seam API enables you to control connected smart locks from a wide variety of manufacturers, including locks that provide online and offline [access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes) programming.
0 commit comments