Skip to content

Commit 239e004

Browse files
committed
ci: Generate docs
1 parent d480602 commit 239e004

File tree

6 files changed

+391
-77
lines changed

6 files changed

+391
-77
lines changed

docs/api/_blueprint.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99630,6 +99630,63 @@
9963099630
}
9963199631
],
9963299632
"description": "Indicates that the key is in a locker that does not support the access codes API."
99633+
},
99634+
{
99635+
"variantGroupKey": "locks",
99636+
"properties": [
99637+
{
99638+
"name": "created_at",
99639+
"description": "Date and time at which Seam created the warning.",
99640+
"isDeprecated": false,
99641+
"deprecationMessage": "",
99642+
"isUndocumented": false,
99643+
"undocumentedMessage": "",
99644+
"isDraft": false,
99645+
"draftMessage": "",
99646+
"propertyGroupKey": null,
99647+
"format": "datetime",
99648+
"jsonType": "string"
99649+
},
99650+
{
99651+
"name": "message",
99652+
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
99653+
"isDeprecated": false,
99654+
"deprecationMessage": "",
99655+
"isUndocumented": false,
99656+
"undocumentedMessage": "",
99657+
"isDraft": false,
99658+
"draftMessage": "",
99659+
"propertyGroupKey": null,
99660+
"format": "string",
99661+
"jsonType": "string"
99662+
},
99663+
{
99664+
"name": "warning_code",
99665+
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
99666+
"isDeprecated": false,
99667+
"deprecationMessage": "",
99668+
"isUndocumented": false,
99669+
"undocumentedMessage": "",
99670+
"isDraft": false,
99671+
"draftMessage": "",
99672+
"propertyGroupKey": null,
99673+
"format": "enum",
99674+
"jsonType": "string",
99675+
"values": [
99676+
{
99677+
"name": "accessory_keypad_setup_required",
99678+
"description": "",
99679+
"isDeprecated": false,
99680+
"deprecationMessage": "",
99681+
"isUndocumented": false,
99682+
"undocumentedMessage": "",
99683+
"isDraft": false,
99684+
"draftMessage": ""
99685+
}
99686+
]
99687+
}
99688+
],
99689+
"description": "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."
9963399690
}
9963499691
]
9963599692
},
@@ -116586,6 +116643,63 @@
116586116643
}
116587116644
],
116588116645
"description": "Indicates that the key is in a locker that does not support the access codes API."
116646+
},
116647+
{
116648+
"variantGroupKey": "locks",
116649+
"properties": [
116650+
{
116651+
"name": "created_at",
116652+
"description": "Date and time at which Seam created the warning.",
116653+
"isDeprecated": false,
116654+
"deprecationMessage": "",
116655+
"isUndocumented": false,
116656+
"undocumentedMessage": "",
116657+
"isDraft": false,
116658+
"draftMessage": "",
116659+
"propertyGroupKey": null,
116660+
"format": "datetime",
116661+
"jsonType": "string"
116662+
},
116663+
{
116664+
"name": "message",
116665+
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
116666+
"isDeprecated": false,
116667+
"deprecationMessage": "",
116668+
"isUndocumented": false,
116669+
"undocumentedMessage": "",
116670+
"isDraft": false,
116671+
"draftMessage": "",
116672+
"propertyGroupKey": null,
116673+
"format": "string",
116674+
"jsonType": "string"
116675+
},
116676+
{
116677+
"name": "warning_code",
116678+
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
116679+
"isDeprecated": false,
116680+
"deprecationMessage": "",
116681+
"isUndocumented": false,
116682+
"undocumentedMessage": "",
116683+
"isDraft": false,
116684+
"draftMessage": "",
116685+
"propertyGroupKey": null,
116686+
"format": "enum",
116687+
"jsonType": "string",
116688+
"values": [
116689+
{
116690+
"name": "accessory_keypad_setup_required",
116691+
"description": "",
116692+
"isDeprecated": false,
116693+
"deprecationMessage": "",
116694+
"isUndocumented": false,
116695+
"undocumentedMessage": "",
116696+
"isDraft": false,
116697+
"draftMessage": ""
116698+
}
116699+
]
116700+
}
116701+
],
116702+
"description": "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."
116589116703
}
116590116704
]
116591116705
},

0 commit comments

Comments
 (0)