diff --git a/docs/api/_blueprint.json b/docs/api/_blueprint.json index f22f2d570..95f60ed00 100644 --- a/docs/api/_blueprint.json +++ b/docs/api/_blueprint.json @@ -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": [ @@ -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": [ diff --git a/docs/api/devices/README.md b/docs/api/devices/README.md index c225d566a..a8248b0ba 100644 --- a/docs/api/devices/README.md +++ b/docs/api/devices/README.md @@ -1767,6 +1767,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured + +
+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. + + **`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: + + - ultraloq_time_zone_unknown + +
hub_required_for_addtional_capabilities @@ -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. diff --git a/docs/api/devices/unmanaged/README.md b/docs/api/devices/unmanaged/README.md index 080968aae..48134b665 100644 --- a/docs/api/devices/unmanaged/README.md +++ b/docs/api/devices/unmanaged/README.md @@ -1481,6 +1481,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured +
+
+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. + + **`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: + + - ultraloq_time_zone_unknown + +
hub_required_for_addtional_capabilities @@ -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. diff --git a/docs/api/locks/README.md b/docs/api/locks/README.md index 25ba6b506..1ad7ecb8e 100644 --- a/docs/api/locks/README.md +++ b/docs/api/locks/README.md @@ -1526,6 +1526,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured +
+
+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. + + **`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: + + - ultraloq_time_zone_unknown + +
hub_required_for_addtional_capabilities @@ -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. diff --git a/docs/api/thermostats/README.md b/docs/api/thermostats/README.md index a740d833c..02b0c1eab 100644 --- a/docs/api/thermostats/README.md +++ b/docs/api/thermostats/README.md @@ -1642,6 +1642,38 @@ Indicates that Seam detected that the Lockly device does not have a time zone co - lockly_time_zone_not_configured +
+
+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. + + **`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: + + - ultraloq_time_zone_unknown + +
hub_required_for_addtional_capabilities @@ -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. diff --git a/package-lock.json b/package-lock.json index cca7ac6e0..ae11f937d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,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", @@ -983,9 +983,9 @@ } }, "node_modules/@seamapi/types": { - "version": "1.690.0", - "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.690.0.tgz", - "integrity": "sha512-Zz1pNhvezbiPQFUIxR8h7GCaCTQWPkttLevERmRLtxj1H3tK51nvNoLwjrLLjG16kElu4Mul2Un4tAlIEjVRbA==", + "version": "1.691.0", + "resolved": "https://registry.npmjs.org/@seamapi/types/-/types-1.691.0.tgz", + "integrity": "sha512-TZ3CSwRqps5LcXIhBIa1vmCprqKDFvGp1ffyuk85qHsO9SsCsHkm7qR2pKV+VP6PPKVtTEgIMPnV1aDiTGUz5g==", "dev": true, "license": "MIT", "engines": { diff --git a/package.json b/package.json index 06a9ca368..25fdc4097 100644 --- a/package.json +++ b/package.json @@ -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",