Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 114 additions & 0 deletions docs/api/_blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -92765,6 +92765,63 @@
}
],
"description": "Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected."
},
{
"variantGroupKey": "locks",
"properties": [
{
"name": "created_at",
"description": "Date and time at which Seam created the warning.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "datetime",
"jsonType": "string"
},
{
"name": "message",
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "string",
"jsonType": "string"
},
{
"name": "warning_code",
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "enum",
"jsonType": "string",
"values": [
{
"name": "hub_required_for_addtional_capabilities",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
}
],
"description": "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock."
}
]
},
Expand Down Expand Up @@ -109584,6 +109641,63 @@
}
],
"description": "Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected."
},
{
"variantGroupKey": "locks",
"properties": [
{
"name": "created_at",
"description": "Date and time at which Seam created the warning.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "datetime",
"jsonType": "string"
},
{
"name": "message",
"description": "Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "string",
"jsonType": "string"
},
{
"name": "warning_code",
"description": "Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": "",
"propertyGroupKey": null,
"format": "enum",
"jsonType": "string",
"values": [
{
"name": "hub_required_for_addtional_capabilities",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
}
],
"description": "Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock."
}
]
},
Expand Down
38 changes: 38 additions & 0 deletions docs/api/devices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1799,6 +1799,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
- <code>lockly_time_zone_not_configured</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

**`created_at`** *Datetime*


Date and time at which Seam created the warning.


---

**`message`** *String*


Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.


---

**`warning_code`** *Enum*


Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.

Enum values:

- <code>hub_required_for_addtional_capabilities</code>


</details>

---
Expand Down Expand Up @@ -4432,6 +4464,12 @@ Indicates that the Salto KS lock is in Privacy Mode. Access Codes will not unloc
---

### Locks
**`hub_required_for_addtional_capabilities`**

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

---

**`power_saving_mode`**

Indicates that the device is in power saving mode and may have limited functionality.
Expand Down
38 changes: 38 additions & 0 deletions docs/api/devices/unmanaged/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
- <code>lockly_time_zone_not_configured</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

**`created_at`** *Datetime*


Date and time at which Seam created the warning.


---

**`message`** *String*


Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.


---

**`warning_code`** *Enum*


Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.

Enum values:

- <code>hub_required_for_addtional_capabilities</code>


</details>

---
Expand Down Expand Up @@ -1912,6 +1944,12 @@ Indicates that the Salto KS lock is in Privacy Mode. Access Codes will not unloc
---

### Locks
**`hub_required_for_addtional_capabilities`**

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

---

**`power_saving_mode`**

Indicates that the device is in power saving mode and may have limited functionality.
Expand Down
38 changes: 38 additions & 0 deletions docs/api/locks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
- <code>lockly_time_zone_not_configured</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

**`created_at`** *Datetime*


Date and time at which Seam created the warning.


---

**`message`** *String*


Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.


---

**`warning_code`** *Enum*


Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.

Enum values:

- <code>hub_required_for_addtional_capabilities</code>


</details>

---
Expand Down Expand Up @@ -3155,6 +3187,12 @@ Indicates that the device is offline but has some functionality available.

---

**`hub_required_for_addtional_capabilities`**

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

---

**`lockly_time_zone_not_configured`**

Indicates that Seam detected that the Lockly device does not have a time zone configured. Time-bound codes may not work as expected.
Expand Down
32 changes: 32 additions & 0 deletions docs/api/thermostats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1674,6 +1674,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co
- <code>lockly_time_zone_not_configured</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>

Indicates that a hub or relay must be connected to unlock additional capabilities such as remote unlock.

**`created_at`** *Datetime*


Date and time at which Seam created the warning.


---

**`message`** *String*


Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.


---

**`warning_code`** *Enum*


Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.

Enum values:

- <code>hub_required_for_addtional_capabilities</code>


</details>

---
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@prettier/plugin-ruby": "^4.0.4",
"@seamapi/blueprint": "^0.51.3",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.632.0",
"@seamapi/types": "1.633.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading