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
"The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
Copy file name to clipboardExpand all lines: src/lib/seam/connect/openapi.ts
+50Lines changed: 50 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1753,6 +1753,31 @@ export default {
1753
1753
required: ['message', 'warning_code'],
1754
1754
type: 'object',
1755
1755
},
1756
+
{
1757
+
description:
1758
+
"The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
1759
+
properties: {
1760
+
created_at: {
1761
+
description:
1762
+
'Date and time at which Seam created the warning.',
1763
+
format: 'date-time',
1764
+
type: 'string',
1765
+
},
1766
+
message: {
1767
+
description:
1768
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
1769
+
type: 'string',
1770
+
},
1771
+
warning_code: {
1772
+
description:
1773
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
'Code was modified or removed externally after Seam successfully set it on the device.',
@@ -27457,6 +27482,31 @@ export default {
27457
27482
required: ['message', 'warning_code'],
27458
27483
type: 'object',
27459
27484
},
27485
+
{
27486
+
description:
27487
+
"The Schlage device's timezone is ambiguous and this code's schedule crosses a daylight-saving transition in at least one plausible timezone. A 1-hour safety buffer has been applied to the side of the schedule affected by the transition (`ends_at` for spring-forward, `starts_at` for fall-back) so the code stays active through the shift — the code may be usable up to 1 hour beyond your requested window. Set the device's timezone via `/devices/report_provider_metadata` to clear the buffer and guarantee exact DST handling.",
27488
+
properties: {
27489
+
created_at: {
27490
+
description:
27491
+
'Date and time at which Seam created the warning.',
27492
+
format: 'date-time',
27493
+
type: 'string',
27494
+
},
27495
+
message: {
27496
+
description:
27497
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
27498
+
type: 'string',
27499
+
},
27500
+
warning_code: {
27501
+
description:
27502
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
0 commit comments