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 @@ -99517,6 +99517,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": null,
"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": "ultraloq_time_zone_unknown",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
}
],
"description": "Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes."
},
{
"variantGroupKey": "locks",
"properties": [
Expand Down Expand Up @@ -116530,6 +116587,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": null,
"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": "ultraloq_time_zone_unknown",
"description": "",
"isDeprecated": false,
"deprecationMessage": "",
"isUndocumented": false,
"undocumentedMessage": "",
"isDraft": false,
"draftMessage": ""
}
]
}
],
"description": "Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes."
},
{
"variantGroupKey": "locks",
"properties": [
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 @@ -1767,6 +1767,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>ultraloq_time_zone_unknown</code></summary>

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

**`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>ultraloq_time_zone_unknown</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
Expand Down Expand Up @@ -4474,6 +4506,12 @@ Indicates that the gateway signal is weak.

---

**`ultraloq_time_zone_unknown`**

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

---

**`wyze_device_missing_gateway`**

Indicates that the Wyze Lock is not connected to a gateway.
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 @@ -1481,6 +1481,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>ultraloq_time_zone_unknown</code></summary>

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

**`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>ultraloq_time_zone_unknown</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
Expand Down Expand Up @@ -1938,6 +1970,12 @@ Indicates that the gateway signal is weak.

---

**`ultraloq_time_zone_unknown`**

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

---

**`wyze_device_missing_gateway`**

Indicates that the Wyze Lock is not connected to a gateway.
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 @@ -1526,6 +1526,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>ultraloq_time_zone_unknown</code></summary>

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

**`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>ultraloq_time_zone_unknown</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
Expand Down Expand Up @@ -3313,6 +3345,12 @@ Indicates that the gateway signal is weak.

---

**`ultraloq_time_zone_unknown`**

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

---

**`wyze_device_missing_gateway`**

Indicates that the Wyze Lock is not connected to a gateway.
Expand Down
38 changes: 38 additions & 0 deletions docs/api/thermostats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,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>ultraloq_time_zone_unknown</code></summary>

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

**`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>ultraloq_time_zone_unknown</code>


</details>
<details>
<summary><code>hub_required_for_addtional_capabilities</code></summary>
Expand Down Expand Up @@ -4004,6 +4036,12 @@ Indicates that the gateway signal is weak.

---

**`ultraloq_time_zone_unknown`**

Indicates that Seam does not know the time zone of the Ultraloq device. Set a time zone to enable time-bound access codes.

---

**`wyze_device_missing_gateway`**

Indicates that the Wyze Lock is not connected to a gateway.
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.53.0",
"@seamapi/smith": "^0.5.2",
"@seamapi/types": "1.690.0",
"@seamapi/types": "1.691.0",
"@types/command-exists": "^1.2.3",
"change-case": "^5.4.4",
"command-exists": "^1.2.9",
Expand Down
Loading