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
Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.
Copy file name to clipboardExpand all lines: src/lib/seam/connect/openapi.ts
+52Lines changed: 52 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13435,6 +13435,32 @@ export default {
13435
13435
type: 'object',
13436
13436
'x-variant-group-key': 'locks',
13437
13437
},
13438
+
{
13439
+
description:
13440
+
'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
13441
+
properties: {
13442
+
created_at: {
13443
+
description:
13444
+
'Date and time at which Seam created the warning.',
13445
+
format: 'date-time',
13446
+
type: 'string',
13447
+
},
13448
+
message: {
13449
+
description:
13450
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
13451
+
type: 'string',
13452
+
},
13453
+
warning_code: {
13454
+
description:
13455
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
'Indicates that the accessory keypad exists, but is not linked to the Igloohome Bridge. Online access code programming will fail until the keypad is linked to the Igloohome Bridge in the Igloohome app.',
26077
+
properties: {
26078
+
created_at: {
26079
+
description:
26080
+
'Date and time at which Seam created the warning.',
26081
+
format: 'date-time',
26082
+
type: 'string',
26083
+
},
26084
+
message: {
26085
+
description:
26086
+
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
26087
+
type: 'string',
26088
+
},
26089
+
warning_code: {
26090
+
description:
26091
+
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
0 commit comments