Skip to content

Commit 7d40377

Browse files
committed
Document max_override_period_minutes null not 0
1 parent cf60acd commit 7d40377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/capability-guides/thermostats/creating-and-managing-thermostat-schedules.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When creating a schedule for a thermostat, you can specify `is_override_allowed`
3030

3131
Through these override period settings, the Seam API provides you with the flexibility to customize the thermostat behavior to suit your needs. For example, a multifamily property manager may want to give complete control of the thermostat to a unit's residents as soon as they move into the unit. However, a short-term rental host may want to enforce stricter rules to ensure that their guests are using the associated HVAC system in a reasonable manner.
3232

33-
To allow complete control at the thermostat, set `is_override_allowed` to `true` and `max_override_period_minutes` to `0`. To disable manual overrides entirely, set `is_override_allowed` to `false`.
33+
To allow complete control at the thermostat, set `is_override_allowed` to `true` and `max_override_period_minutes` to `null`. To disable manual overrides entirely, set `is_override_allowed` to `false`.
3434

3535
***
3636

0 commit comments

Comments
 (0)