@seamapi/types 1.977.0 → 1.978.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +95 -19
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +477 -37
- package/dist/index.cjs +95 -19
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +48 -0
- package/lib/seam/connect/models/devices/device-metadata.js +40 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +71 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +51 -3
- package/lib/seam/connect/openapi.js +64 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +354 -31
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +41 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +69 -0
- package/src/lib/seam/connect/route-types.ts +396 -0
|
@@ -11554,7 +11554,7 @@ export type Routes = {
|
|
|
11554
11554
|
/** ID of the device. */
|
|
11555
11555
|
device_id: string;
|
|
11556
11556
|
/** Type of the device. */
|
|
11557
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
11557
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
11558
11558
|
/** IDs of the spaces the device is in. */
|
|
11559
11559
|
space_ids: string[];
|
|
11560
11560
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -12216,6 +12216,25 @@ export type Routes = {
|
|
|
12216
12216
|
/** Description for a Kisi device. */
|
|
12217
12217
|
description?: ((string | null) | undefined) | undefined;
|
|
12218
12218
|
} | undefined;
|
|
12219
|
+
/** Metadata for an Aqara device. */
|
|
12220
|
+
aqara_metadata?: {
|
|
12221
|
+
/** Device ID (did) for an Aqara device. */
|
|
12222
|
+
did?: (string | undefined) | undefined;
|
|
12223
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
12224
|
+
parent_did?: (string | undefined) | undefined;
|
|
12225
|
+
/** Device name for an Aqara device. */
|
|
12226
|
+
device_name?: (string | undefined) | undefined;
|
|
12227
|
+
/** Model identifier for an Aqara device. */
|
|
12228
|
+
model?: (string | undefined) | undefined;
|
|
12229
|
+
/** Model type for an Aqara device. */
|
|
12230
|
+
model_type?: (number | undefined) | undefined;
|
|
12231
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
12232
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
12233
|
+
/** Position (room) ID for an Aqara device. */
|
|
12234
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
12235
|
+
/** Firmware version for an Aqara device. */
|
|
12236
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
12237
|
+
} | undefined;
|
|
12219
12238
|
}) & ({
|
|
12220
12239
|
/** */
|
|
12221
12240
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -18353,7 +18372,7 @@ export type Routes = {
|
|
|
18353
18372
|
/** ID of the device. */
|
|
18354
18373
|
device_id: string;
|
|
18355
18374
|
/** Type of the device. */
|
|
18356
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
18375
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
18357
18376
|
/** IDs of the spaces the device is in. */
|
|
18358
18377
|
space_ids: string[];
|
|
18359
18378
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -19015,6 +19034,25 @@ export type Routes = {
|
|
|
19015
19034
|
/** Description for a Kisi device. */
|
|
19016
19035
|
description?: ((string | null) | undefined) | undefined;
|
|
19017
19036
|
} | undefined;
|
|
19037
|
+
/** Metadata for an Aqara device. */
|
|
19038
|
+
aqara_metadata?: {
|
|
19039
|
+
/** Device ID (did) for an Aqara device. */
|
|
19040
|
+
did?: (string | undefined) | undefined;
|
|
19041
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
19042
|
+
parent_did?: (string | undefined) | undefined;
|
|
19043
|
+
/** Device name for an Aqara device. */
|
|
19044
|
+
device_name?: (string | undefined) | undefined;
|
|
19045
|
+
/** Model identifier for an Aqara device. */
|
|
19046
|
+
model?: (string | undefined) | undefined;
|
|
19047
|
+
/** Model type for an Aqara device. */
|
|
19048
|
+
model_type?: (number | undefined) | undefined;
|
|
19049
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
19050
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
19051
|
+
/** Position (room) ID for an Aqara device. */
|
|
19052
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
19053
|
+
/** Firmware version for an Aqara device. */
|
|
19054
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
19055
|
+
} | undefined;
|
|
19018
19056
|
}) & ({
|
|
19019
19057
|
/** */
|
|
19020
19058
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -39398,7 +39436,7 @@ export type Routes = {
|
|
|
39398
39436
|
/** Associate the Connect Webview, the connected account, and all resources under the connected account with a customer. If the connected account already exists, it will be associated with the customer. If the connected account already exists, but is already associated with a customer, the Connect Webview will show an error. */
|
|
39399
39437
|
customer_key?: string | undefined;
|
|
39400
39438
|
/** Accepted device provider keys as an alternative to `provider_category`. Use this parameter to specify accepted providers explicitly. See [Customize the Brands to Display in Your Connect Webviews](https://docs.seam.co/core-concepts/connect-webviews/customizing-connect-webviews#customize-the-brands-to-display-in-your-connect-webviews). To list all provider keys, use [`/devices/list_device_providers`](https://docs.seam.co/api/devices/list_device_providers) with no filters. */
|
|
39401
|
-
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'yale_access' | 'hid_cm' | 'google_nest' | 'slack')[] | undefined;
|
|
39439
|
+
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'aqara' | 'yale_access' | 'hid_cm' | 'google_nest' | 'slack')[] | undefined;
|
|
39402
39440
|
/** Specifies the category of providers that you want to include. To list all providers within a category, use [`/devices/list_device_providers`](https://docs.seam.co/api/devices/list_device_providers) with the desired `provider_category` filter. */
|
|
39403
39441
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'beta' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'cameras' | 'connectors' | 'internal_beta') | undefined;
|
|
39404
39442
|
/** Custom metadata that you want to associate with the Connect Webview. Supports up to 50 JSON key:value pairs. [Adding custom metadata to a Connect Webview](https://docs.seam.co/core-concepts/connect-webviews/attaching-custom-data-to-the-connect-webview) enables you to store custom information, like customer details or internal IDs from your application. The custom metadata is then transferred to any [connected accounts](https://docs.seam.co/core-concepts/connected-accounts) that were connected using the Connect Webview, making it easy to find and filter these resources in your [workspace](https://docs.seam.co/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
@@ -41227,7 +41265,7 @@ export type Routes = {
|
|
|
41227
41265
|
/** ID of the device. */
|
|
41228
41266
|
device_id: string;
|
|
41229
41267
|
/** Type of the device. */
|
|
41230
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
41268
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
41231
41269
|
/** IDs of the spaces the device is in. */
|
|
41232
41270
|
space_ids: string[];
|
|
41233
41271
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -41889,6 +41927,25 @@ export type Routes = {
|
|
|
41889
41927
|
/** Description for a Kisi device. */
|
|
41890
41928
|
description?: ((string | null) | undefined) | undefined;
|
|
41891
41929
|
} | undefined;
|
|
41930
|
+
/** Metadata for an Aqara device. */
|
|
41931
|
+
aqara_metadata?: {
|
|
41932
|
+
/** Device ID (did) for an Aqara device. */
|
|
41933
|
+
did?: (string | undefined) | undefined;
|
|
41934
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
41935
|
+
parent_did?: (string | undefined) | undefined;
|
|
41936
|
+
/** Device name for an Aqara device. */
|
|
41937
|
+
device_name?: (string | undefined) | undefined;
|
|
41938
|
+
/** Model identifier for an Aqara device. */
|
|
41939
|
+
model?: (string | undefined) | undefined;
|
|
41940
|
+
/** Model type for an Aqara device. */
|
|
41941
|
+
model_type?: (number | undefined) | undefined;
|
|
41942
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
41943
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
41944
|
+
/** Position (room) ID for an Aqara device. */
|
|
41945
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
41946
|
+
/** Firmware version for an Aqara device. */
|
|
41947
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
41948
|
+
} | undefined;
|
|
41892
41949
|
}) & ({
|
|
41893
41950
|
/** */
|
|
41894
41951
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -42690,11 +42747,11 @@ export type Routes = {
|
|
|
42690
42747
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
42691
42748
|
connect_webview_id?: string | undefined;
|
|
42692
42749
|
/** Device type for which you want to list devices. */
|
|
42693
|
-
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera') | undefined;
|
|
42750
|
+
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera') | undefined;
|
|
42694
42751
|
/** Array of device types for which you want to list devices. */
|
|
42695
|
-
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
42752
|
+
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
42696
42753
|
/** Manufacturer for which you want to list devices. */
|
|
42697
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
42754
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
42698
42755
|
/** Array of device IDs for which you want to list devices. */
|
|
42699
42756
|
device_ids?: string[] | undefined;
|
|
42700
42757
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -42727,7 +42784,7 @@ export type Routes = {
|
|
|
42727
42784
|
/** ID of the device. */
|
|
42728
42785
|
device_id: string;
|
|
42729
42786
|
/** Type of the device. */
|
|
42730
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
42787
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
42731
42788
|
/** IDs of the spaces the device is in. */
|
|
42732
42789
|
space_ids: string[];
|
|
42733
42790
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -43389,6 +43446,25 @@ export type Routes = {
|
|
|
43389
43446
|
/** Description for a Kisi device. */
|
|
43390
43447
|
description?: ((string | null) | undefined) | undefined;
|
|
43391
43448
|
} | undefined;
|
|
43449
|
+
/** Metadata for an Aqara device. */
|
|
43450
|
+
aqara_metadata?: {
|
|
43451
|
+
/** Device ID (did) for an Aqara device. */
|
|
43452
|
+
did?: (string | undefined) | undefined;
|
|
43453
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
43454
|
+
parent_did?: (string | undefined) | undefined;
|
|
43455
|
+
/** Device name for an Aqara device. */
|
|
43456
|
+
device_name?: (string | undefined) | undefined;
|
|
43457
|
+
/** Model identifier for an Aqara device. */
|
|
43458
|
+
model?: (string | undefined) | undefined;
|
|
43459
|
+
/** Model type for an Aqara device. */
|
|
43460
|
+
model_type?: (number | undefined) | undefined;
|
|
43461
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
43462
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
43463
|
+
/** Position (room) ID for an Aqara device. */
|
|
43464
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
43465
|
+
/** Firmware version for an Aqara device. */
|
|
43466
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
43467
|
+
} | undefined;
|
|
43392
43468
|
}) & ({
|
|
43393
43469
|
/** */
|
|
43394
43470
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -44197,7 +44273,7 @@ export type Routes = {
|
|
|
44197
44273
|
jsonResponse: {
|
|
44198
44274
|
device_providers: {
|
|
44199
44275
|
/** Name of the device provider. */
|
|
44200
|
-
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi';
|
|
44276
|
+
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'salto_ks_accept' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'first_alert' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'keynest' | 'korelock' | 'keyincode' | 'dormakaba_ambiance' | 'ultraloq' | 'dusaw' | 'sifely' | 'thirty_three_lock' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'aqara';
|
|
44201
44277
|
/** Display name for the device provider. */
|
|
44202
44278
|
display_name: string;
|
|
44203
44279
|
/** Image URL for the device provider. */
|
|
@@ -44375,7 +44451,7 @@ export type Routes = {
|
|
|
44375
44451
|
/** ID of the device. */
|
|
44376
44452
|
device_id: string;
|
|
44377
44453
|
/** Type of the device. */
|
|
44378
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
44454
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
44379
44455
|
/** Unique identifier for the account associated with the device. */
|
|
44380
44456
|
connected_account_id: string;
|
|
44381
44457
|
/** Location information for the device. */
|
|
@@ -44862,11 +44938,11 @@ export type Routes = {
|
|
|
44862
44938
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
44863
44939
|
connect_webview_id?: string | undefined;
|
|
44864
44940
|
/** Device type for which you want to list devices. */
|
|
44865
|
-
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera') | undefined;
|
|
44941
|
+
device_type?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera') | undefined;
|
|
44866
44942
|
/** Array of device types for which you want to list devices. */
|
|
44867
|
-
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
44943
|
+
device_types?: (('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera')[] | undefined;
|
|
44868
44944
|
/** Manufacturer for which you want to list devices. */
|
|
44869
|
-
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
44945
|
+
manufacturer?: ('akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'doorking' | 'four_suites' | 'genie' | 'igloo' | 'keywe' | 'kwikset' | 'linear' | 'lockly' | 'nuki' | 'philia' | 'salto' | 'samsung' | 'schlage' | 'seam' | 'unknown' | 'wyze' | 'yale' | 'two_n' | 'ttlock' | 'igloohome' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq' | 'ring' | 'ical' | 'lodgify' | 'hostaway' | 'guesty' | 'acuity_scheduling' | 'omnitec' | 'kisi' | 'slack') | undefined;
|
|
44870
44946
|
/** Array of device IDs for which you want to list devices. */
|
|
44871
44947
|
device_ids?: string[] | undefined;
|
|
44872
44948
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -44899,7 +44975,7 @@ export type Routes = {
|
|
|
44899
44975
|
/** ID of the device. */
|
|
44900
44976
|
device_id: string;
|
|
44901
44977
|
/** Type of the device. */
|
|
44902
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
44978
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
44903
44979
|
/** Unique identifier for the account associated with the device. */
|
|
44904
44980
|
connected_account_id: string;
|
|
44905
44981
|
/** Location information for the device. */
|
|
@@ -53858,7 +53934,7 @@ export type Routes = {
|
|
|
53858
53934
|
/** ID of the device. */
|
|
53859
53935
|
device_id: string;
|
|
53860
53936
|
/** Type of the device. */
|
|
53861
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
53937
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
53862
53938
|
/** IDs of the spaces the device is in. */
|
|
53863
53939
|
space_ids: string[];
|
|
53864
53940
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -54520,6 +54596,25 @@ export type Routes = {
|
|
|
54520
54596
|
/** Description for a Kisi device. */
|
|
54521
54597
|
description?: ((string | null) | undefined) | undefined;
|
|
54522
54598
|
} | undefined;
|
|
54599
|
+
/** Metadata for an Aqara device. */
|
|
54600
|
+
aqara_metadata?: {
|
|
54601
|
+
/** Device ID (did) for an Aqara device. */
|
|
54602
|
+
did?: (string | undefined) | undefined;
|
|
54603
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
54604
|
+
parent_did?: (string | undefined) | undefined;
|
|
54605
|
+
/** Device name for an Aqara device. */
|
|
54606
|
+
device_name?: (string | undefined) | undefined;
|
|
54607
|
+
/** Model identifier for an Aqara device. */
|
|
54608
|
+
model?: (string | undefined) | undefined;
|
|
54609
|
+
/** Model type for an Aqara device. */
|
|
54610
|
+
model_type?: (number | undefined) | undefined;
|
|
54611
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
54612
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
54613
|
+
/** Position (room) ID for an Aqara device. */
|
|
54614
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
54615
|
+
/** Firmware version for an Aqara device. */
|
|
54616
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
54617
|
+
} | undefined;
|
|
54523
54618
|
}) & ({
|
|
54524
54619
|
/** */
|
|
54525
54620
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -55308,7 +55403,7 @@ export type Routes = {
|
|
|
55308
55403
|
/** ID of the device. */
|
|
55309
55404
|
device_id: string;
|
|
55310
55405
|
/** Type of the device. */
|
|
55311
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
55406
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
55312
55407
|
/** IDs of the spaces the device is in. */
|
|
55313
55408
|
space_ids: string[];
|
|
55314
55409
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -55970,6 +56065,25 @@ export type Routes = {
|
|
|
55970
56065
|
/** Description for a Kisi device. */
|
|
55971
56066
|
description?: ((string | null) | undefined) | undefined;
|
|
55972
56067
|
} | undefined;
|
|
56068
|
+
/** Metadata for an Aqara device. */
|
|
56069
|
+
aqara_metadata?: {
|
|
56070
|
+
/** Device ID (did) for an Aqara device. */
|
|
56071
|
+
did?: (string | undefined) | undefined;
|
|
56072
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
56073
|
+
parent_did?: (string | undefined) | undefined;
|
|
56074
|
+
/** Device name for an Aqara device. */
|
|
56075
|
+
device_name?: (string | undefined) | undefined;
|
|
56076
|
+
/** Model identifier for an Aqara device. */
|
|
56077
|
+
model?: (string | undefined) | undefined;
|
|
56078
|
+
/** Model type for an Aqara device. */
|
|
56079
|
+
model_type?: (number | undefined) | undefined;
|
|
56080
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
56081
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
56082
|
+
/** Position (room) ID for an Aqara device. */
|
|
56083
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
56084
|
+
/** Firmware version for an Aqara device. */
|
|
56085
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
56086
|
+
} | undefined;
|
|
55973
56087
|
}) & ({
|
|
55974
56088
|
/** */
|
|
55975
56089
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -56771,11 +56885,11 @@ export type Routes = {
|
|
|
56771
56885
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
56772
56886
|
connect_webview_id?: string | undefined;
|
|
56773
56887
|
/** Device type of the locks that you want to list. */
|
|
56774
|
-
device_type?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | undefined;
|
|
56888
|
+
device_type?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | undefined;
|
|
56775
56889
|
/** Device types of the locks that you want to list. */
|
|
56776
|
-
device_types?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock')[] | undefined;
|
|
56890
|
+
device_types?: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock')[] | undefined;
|
|
56777
56891
|
/** Manufacturer of the locks that you want to list. */
|
|
56778
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'korelock' | 'smartthings' | 'ultraloq' | 'omnitec' | 'kisi') | undefined;
|
|
56892
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'keyincode' | 'akiles' | 'aqara' | 'korelock' | 'smartthings' | 'ultraloq' | 'omnitec' | 'kisi') | undefined;
|
|
56779
56893
|
/** Array of device IDs for which you want to list devices. */
|
|
56780
56894
|
device_ids?: string[] | undefined;
|
|
56781
56895
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -56808,7 +56922,7 @@ export type Routes = {
|
|
|
56808
56922
|
/** ID of the device. */
|
|
56809
56923
|
device_id: string;
|
|
56810
56924
|
/** Type of the device. */
|
|
56811
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
56925
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
56812
56926
|
/** IDs of the spaces the device is in. */
|
|
56813
56927
|
space_ids: string[];
|
|
56814
56928
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -57470,6 +57584,25 @@ export type Routes = {
|
|
|
57470
57584
|
/** Description for a Kisi device. */
|
|
57471
57585
|
description?: ((string | null) | undefined) | undefined;
|
|
57472
57586
|
} | undefined;
|
|
57587
|
+
/** Metadata for an Aqara device. */
|
|
57588
|
+
aqara_metadata?: {
|
|
57589
|
+
/** Device ID (did) for an Aqara device. */
|
|
57590
|
+
did?: (string | undefined) | undefined;
|
|
57591
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
57592
|
+
parent_did?: (string | undefined) | undefined;
|
|
57593
|
+
/** Device name for an Aqara device. */
|
|
57594
|
+
device_name?: (string | undefined) | undefined;
|
|
57595
|
+
/** Model identifier for an Aqara device. */
|
|
57596
|
+
model?: (string | undefined) | undefined;
|
|
57597
|
+
/** Model type for an Aqara device. */
|
|
57598
|
+
model_type?: (number | undefined) | undefined;
|
|
57599
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
57600
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
57601
|
+
/** Position (room) ID for an Aqara device. */
|
|
57602
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
57603
|
+
/** Firmware version for an Aqara device. */
|
|
57604
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
57605
|
+
} | undefined;
|
|
57473
57606
|
}) & ({
|
|
57474
57607
|
/** */
|
|
57475
57608
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -58257,7 +58390,7 @@ export type Routes = {
|
|
|
58257
58390
|
/** ID of the device. */
|
|
58258
58391
|
device_id: string;
|
|
58259
58392
|
/** Type of the device. */
|
|
58260
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
58393
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
58261
58394
|
/** IDs of the spaces the device is in. */
|
|
58262
58395
|
space_ids: string[];
|
|
58263
58396
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -58919,6 +59052,25 @@ export type Routes = {
|
|
|
58919
59052
|
/** Description for a Kisi device. */
|
|
58920
59053
|
description?: ((string | null) | undefined) | undefined;
|
|
58921
59054
|
} | undefined;
|
|
59055
|
+
/** Metadata for an Aqara device. */
|
|
59056
|
+
aqara_metadata?: {
|
|
59057
|
+
/** Device ID (did) for an Aqara device. */
|
|
59058
|
+
did?: (string | undefined) | undefined;
|
|
59059
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
59060
|
+
parent_did?: (string | undefined) | undefined;
|
|
59061
|
+
/** Device name for an Aqara device. */
|
|
59062
|
+
device_name?: (string | undefined) | undefined;
|
|
59063
|
+
/** Model identifier for an Aqara device. */
|
|
59064
|
+
model?: (string | undefined) | undefined;
|
|
59065
|
+
/** Model type for an Aqara device. */
|
|
59066
|
+
model_type?: (number | undefined) | undefined;
|
|
59067
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
59068
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
59069
|
+
/** Position (room) ID for an Aqara device. */
|
|
59070
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
59071
|
+
/** Firmware version for an Aqara device. */
|
|
59072
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
59073
|
+
} | undefined;
|
|
58922
59074
|
}) & ({
|
|
58923
59075
|
/** */
|
|
58924
59076
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -66587,7 +66739,7 @@ export type Routes = {
|
|
|
66587
66739
|
/** ID of the device. */
|
|
66588
66740
|
device_id: string;
|
|
66589
66741
|
/** Type of the device. */
|
|
66590
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
66742
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
66591
66743
|
/** IDs of the spaces the device is in. */
|
|
66592
66744
|
space_ids: string[];
|
|
66593
66745
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -67249,6 +67401,25 @@ export type Routes = {
|
|
|
67249
67401
|
/** Description for a Kisi device. */
|
|
67250
67402
|
description?: ((string | null) | undefined) | undefined;
|
|
67251
67403
|
} | undefined;
|
|
67404
|
+
/** Metadata for an Aqara device. */
|
|
67405
|
+
aqara_metadata?: {
|
|
67406
|
+
/** Device ID (did) for an Aqara device. */
|
|
67407
|
+
did?: (string | undefined) | undefined;
|
|
67408
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
67409
|
+
parent_did?: (string | undefined) | undefined;
|
|
67410
|
+
/** Device name for an Aqara device. */
|
|
67411
|
+
device_name?: (string | undefined) | undefined;
|
|
67412
|
+
/** Model identifier for an Aqara device. */
|
|
67413
|
+
model?: (string | undefined) | undefined;
|
|
67414
|
+
/** Model type for an Aqara device. */
|
|
67415
|
+
model_type?: (number | undefined) | undefined;
|
|
67416
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
67417
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
67418
|
+
/** Position (room) ID for an Aqara device. */
|
|
67419
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
67420
|
+
/** Firmware version for an Aqara device. */
|
|
67421
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
67422
|
+
} | undefined;
|
|
67252
67423
|
}) & ({
|
|
67253
67424
|
/** */
|
|
67254
67425
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -68036,7 +68207,7 @@ export type Routes = {
|
|
|
68036
68207
|
/** ID of the device. */
|
|
68037
68208
|
device_id: string;
|
|
68038
68209
|
/** Type of the device. */
|
|
68039
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
68210
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
68040
68211
|
/** IDs of the spaces the device is in. */
|
|
68041
68212
|
space_ids: string[];
|
|
68042
68213
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -68698,6 +68869,25 @@ export type Routes = {
|
|
|
68698
68869
|
/** Description for a Kisi device. */
|
|
68699
68870
|
description?: ((string | null) | undefined) | undefined;
|
|
68700
68871
|
} | undefined;
|
|
68872
|
+
/** Metadata for an Aqara device. */
|
|
68873
|
+
aqara_metadata?: {
|
|
68874
|
+
/** Device ID (did) for an Aqara device. */
|
|
68875
|
+
did?: (string | undefined) | undefined;
|
|
68876
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
68877
|
+
parent_did?: (string | undefined) | undefined;
|
|
68878
|
+
/** Device name for an Aqara device. */
|
|
68879
|
+
device_name?: (string | undefined) | undefined;
|
|
68880
|
+
/** Model identifier for an Aqara device. */
|
|
68881
|
+
model?: (string | undefined) | undefined;
|
|
68882
|
+
/** Model type for an Aqara device. */
|
|
68883
|
+
model_type?: (number | undefined) | undefined;
|
|
68884
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
68885
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
68886
|
+
/** Position (room) ID for an Aqara device. */
|
|
68887
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
68888
|
+
/** Firmware version for an Aqara device. */
|
|
68889
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
68890
|
+
} | undefined;
|
|
68701
68891
|
}) & ({
|
|
68702
68892
|
/** */
|
|
68703
68893
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -84623,7 +84813,7 @@ export type Routes = {
|
|
|
84623
84813
|
/** ID of the device. */
|
|
84624
84814
|
device_id: string;
|
|
84625
84815
|
/** Type of the device. */
|
|
84626
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
84816
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
84627
84817
|
/** IDs of the spaces the device is in. */
|
|
84628
84818
|
space_ids: string[];
|
|
84629
84819
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -85285,6 +85475,25 @@ export type Routes = {
|
|
|
85285
85475
|
/** Description for a Kisi device. */
|
|
85286
85476
|
description?: ((string | null) | undefined) | undefined;
|
|
85287
85477
|
} | undefined;
|
|
85478
|
+
/** Metadata for an Aqara device. */
|
|
85479
|
+
aqara_metadata?: {
|
|
85480
|
+
/** Device ID (did) for an Aqara device. */
|
|
85481
|
+
did?: (string | undefined) | undefined;
|
|
85482
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
85483
|
+
parent_did?: (string | undefined) | undefined;
|
|
85484
|
+
/** Device name for an Aqara device. */
|
|
85485
|
+
device_name?: (string | undefined) | undefined;
|
|
85486
|
+
/** Model identifier for an Aqara device. */
|
|
85487
|
+
model?: (string | undefined) | undefined;
|
|
85488
|
+
/** Model type for an Aqara device. */
|
|
85489
|
+
model_type?: (number | undefined) | undefined;
|
|
85490
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
85491
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
85492
|
+
/** Position (room) ID for an Aqara device. */
|
|
85493
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
85494
|
+
/** Firmware version for an Aqara device. */
|
|
85495
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
85496
|
+
} | undefined;
|
|
85288
85497
|
}) & ({
|
|
85289
85498
|
/** */
|
|
85290
85499
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -92183,7 +92392,7 @@ export type Routes = {
|
|
|
92183
92392
|
/** ID of the device. */
|
|
92184
92393
|
device_id: string;
|
|
92185
92394
|
/** Type of the device. */
|
|
92186
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
92395
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
92187
92396
|
/** IDs of the spaces the device is in. */
|
|
92188
92397
|
space_ids: string[];
|
|
92189
92398
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -92845,6 +93054,25 @@ export type Routes = {
|
|
|
92845
93054
|
/** Description for a Kisi device. */
|
|
92846
93055
|
description?: ((string | null) | undefined) | undefined;
|
|
92847
93056
|
} | undefined;
|
|
93057
|
+
/** Metadata for an Aqara device. */
|
|
93058
|
+
aqara_metadata?: {
|
|
93059
|
+
/** Device ID (did) for an Aqara device. */
|
|
93060
|
+
did?: (string | undefined) | undefined;
|
|
93061
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
93062
|
+
parent_did?: (string | undefined) | undefined;
|
|
93063
|
+
/** Device name for an Aqara device. */
|
|
93064
|
+
device_name?: (string | undefined) | undefined;
|
|
93065
|
+
/** Model identifier for an Aqara device. */
|
|
93066
|
+
model?: (string | undefined) | undefined;
|
|
93067
|
+
/** Model type for an Aqara device. */
|
|
93068
|
+
model_type?: (number | undefined) | undefined;
|
|
93069
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
93070
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
93071
|
+
/** Position (room) ID for an Aqara device. */
|
|
93072
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
93073
|
+
/** Firmware version for an Aqara device. */
|
|
93074
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
93075
|
+
} | undefined;
|
|
92848
93076
|
}) & ({
|
|
92849
93077
|
/** */
|
|
92850
93078
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -97111,7 +97339,7 @@ export type Routes = {
|
|
|
97111
97339
|
/** ID of the device. */
|
|
97112
97340
|
device_id: string;
|
|
97113
97341
|
/** Type of the device. */
|
|
97114
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
97342
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
97115
97343
|
/** IDs of the spaces the device is in. */
|
|
97116
97344
|
space_ids: string[];
|
|
97117
97345
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -97773,6 +98001,25 @@ export type Routes = {
|
|
|
97773
98001
|
/** Description for a Kisi device. */
|
|
97774
98002
|
description?: ((string | null) | undefined) | undefined;
|
|
97775
98003
|
} | undefined;
|
|
98004
|
+
/** Metadata for an Aqara device. */
|
|
98005
|
+
aqara_metadata?: {
|
|
98006
|
+
/** Device ID (did) for an Aqara device. */
|
|
98007
|
+
did?: (string | undefined) | undefined;
|
|
98008
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
98009
|
+
parent_did?: (string | undefined) | undefined;
|
|
98010
|
+
/** Device name for an Aqara device. */
|
|
98011
|
+
device_name?: (string | undefined) | undefined;
|
|
98012
|
+
/** Model identifier for an Aqara device. */
|
|
98013
|
+
model?: (string | undefined) | undefined;
|
|
98014
|
+
/** Model type for an Aqara device. */
|
|
98015
|
+
model_type?: (number | undefined) | undefined;
|
|
98016
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
98017
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
98018
|
+
/** Position (room) ID for an Aqara device. */
|
|
98019
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
98020
|
+
/** Firmware version for an Aqara device. */
|
|
98021
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
98022
|
+
} | undefined;
|
|
97776
98023
|
}) & ({
|
|
97777
98024
|
/** */
|
|
97778
98025
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -98560,7 +98807,7 @@ export type Routes = {
|
|
|
98560
98807
|
/** ID of the device. */
|
|
98561
98808
|
device_id: string;
|
|
98562
98809
|
/** Type of the device. */
|
|
98563
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
98810
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
98564
98811
|
/** IDs of the spaces the device is in. */
|
|
98565
98812
|
space_ids: string[];
|
|
98566
98813
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -99222,6 +99469,25 @@ export type Routes = {
|
|
|
99222
99469
|
/** Description for a Kisi device. */
|
|
99223
99470
|
description?: ((string | null) | undefined) | undefined;
|
|
99224
99471
|
} | undefined;
|
|
99472
|
+
/** Metadata for an Aqara device. */
|
|
99473
|
+
aqara_metadata?: {
|
|
99474
|
+
/** Device ID (did) for an Aqara device. */
|
|
99475
|
+
did?: (string | undefined) | undefined;
|
|
99476
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
99477
|
+
parent_did?: (string | undefined) | undefined;
|
|
99478
|
+
/** Device name for an Aqara device. */
|
|
99479
|
+
device_name?: (string | undefined) | undefined;
|
|
99480
|
+
/** Model identifier for an Aqara device. */
|
|
99481
|
+
model?: (string | undefined) | undefined;
|
|
99482
|
+
/** Model type for an Aqara device. */
|
|
99483
|
+
model_type?: (number | undefined) | undefined;
|
|
99484
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
99485
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
99486
|
+
/** Position (room) ID for an Aqara device. */
|
|
99487
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
99488
|
+
/** Firmware version for an Aqara device. */
|
|
99489
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
99490
|
+
} | undefined;
|
|
99225
99491
|
}) & ({
|
|
99226
99492
|
/** */
|
|
99227
99493
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -107835,7 +108101,7 @@ export type Routes = {
|
|
|
107835
108101
|
/** ID of the device. */
|
|
107836
108102
|
device_id: string;
|
|
107837
108103
|
/** Type of the device. */
|
|
107838
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
108104
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
107839
108105
|
/** IDs of the spaces the device is in. */
|
|
107840
108106
|
space_ids: string[];
|
|
107841
108107
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -108497,6 +108763,25 @@ export type Routes = {
|
|
|
108497
108763
|
/** Description for a Kisi device. */
|
|
108498
108764
|
description?: ((string | null) | undefined) | undefined;
|
|
108499
108765
|
} | undefined;
|
|
108766
|
+
/** Metadata for an Aqara device. */
|
|
108767
|
+
aqara_metadata?: {
|
|
108768
|
+
/** Device ID (did) for an Aqara device. */
|
|
108769
|
+
did?: (string | undefined) | undefined;
|
|
108770
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
108771
|
+
parent_did?: (string | undefined) | undefined;
|
|
108772
|
+
/** Device name for an Aqara device. */
|
|
108773
|
+
device_name?: (string | undefined) | undefined;
|
|
108774
|
+
/** Model identifier for an Aqara device. */
|
|
108775
|
+
model?: (string | undefined) | undefined;
|
|
108776
|
+
/** Model type for an Aqara device. */
|
|
108777
|
+
model_type?: (number | undefined) | undefined;
|
|
108778
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
108779
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
108780
|
+
/** Position (room) ID for an Aqara device. */
|
|
108781
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
108782
|
+
/** Firmware version for an Aqara device. */
|
|
108783
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
108784
|
+
} | undefined;
|
|
108500
108785
|
}) & ({
|
|
108501
108786
|
/** */
|
|
108502
108787
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -109286,7 +109571,7 @@ export type Routes = {
|
|
|
109286
109571
|
/** ID of the device. */
|
|
109287
109572
|
device_id: string;
|
|
109288
109573
|
/** Type of the device. */
|
|
109289
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
109574
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
109290
109575
|
/** IDs of the spaces the device is in. */
|
|
109291
109576
|
space_ids: string[];
|
|
109292
109577
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -109948,6 +110233,25 @@ export type Routes = {
|
|
|
109948
110233
|
/** Description for a Kisi device. */
|
|
109949
110234
|
description?: ((string | null) | undefined) | undefined;
|
|
109950
110235
|
} | undefined;
|
|
110236
|
+
/** Metadata for an Aqara device. */
|
|
110237
|
+
aqara_metadata?: {
|
|
110238
|
+
/** Device ID (did) for an Aqara device. */
|
|
110239
|
+
did?: (string | undefined) | undefined;
|
|
110240
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
110241
|
+
parent_did?: (string | undefined) | undefined;
|
|
110242
|
+
/** Device name for an Aqara device. */
|
|
110243
|
+
device_name?: (string | undefined) | undefined;
|
|
110244
|
+
/** Model identifier for an Aqara device. */
|
|
110245
|
+
model?: (string | undefined) | undefined;
|
|
110246
|
+
/** Model type for an Aqara device. */
|
|
110247
|
+
model_type?: (number | undefined) | undefined;
|
|
110248
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
110249
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
110250
|
+
/** Position (room) ID for an Aqara device. */
|
|
110251
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
110252
|
+
/** Firmware version for an Aqara device. */
|
|
110253
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
110254
|
+
} | undefined;
|
|
109951
110255
|
}) & ({
|
|
109952
110256
|
/** */
|
|
109953
110257
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -112012,7 +112316,7 @@ export type Routes = {
|
|
|
112012
112316
|
/** ID of the device. */
|
|
112013
112317
|
device_id: string;
|
|
112014
112318
|
/** Type of the device. */
|
|
112015
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
112319
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
112016
112320
|
/** IDs of the spaces the device is in. */
|
|
112017
112321
|
space_ids: string[];
|
|
112018
112322
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -112674,6 +112978,25 @@ export type Routes = {
|
|
|
112674
112978
|
/** Description for a Kisi device. */
|
|
112675
112979
|
description?: ((string | null) | undefined) | undefined;
|
|
112676
112980
|
} | undefined;
|
|
112981
|
+
/** Metadata for an Aqara device. */
|
|
112982
|
+
aqara_metadata?: {
|
|
112983
|
+
/** Device ID (did) for an Aqara device. */
|
|
112984
|
+
did?: (string | undefined) | undefined;
|
|
112985
|
+
/** Parent gateway device ID for an Aqara device. */
|
|
112986
|
+
parent_did?: (string | undefined) | undefined;
|
|
112987
|
+
/** Device name for an Aqara device. */
|
|
112988
|
+
device_name?: (string | undefined) | undefined;
|
|
112989
|
+
/** Model identifier for an Aqara device. */
|
|
112990
|
+
model?: (string | undefined) | undefined;
|
|
112991
|
+
/** Model type for an Aqara device. */
|
|
112992
|
+
model_type?: (number | undefined) | undefined;
|
|
112993
|
+
/** Time zone reported for an Aqara device (e.g. GMT-07:00). */
|
|
112994
|
+
time_zone?: ((string | null) | undefined) | undefined;
|
|
112995
|
+
/** Position (room) ID for an Aqara device. */
|
|
112996
|
+
position_id?: ((string | null) | undefined) | undefined;
|
|
112997
|
+
/** Firmware version for an Aqara device. */
|
|
112998
|
+
firmware_version?: ((string | null) | undefined) | undefined;
|
|
112999
|
+
} | undefined;
|
|
112677
113000
|
}) & ({
|
|
112678
113001
|
/** */
|
|
112679
113002
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -116384,7 +116707,7 @@ export type Routes = {
|
|
|
116384
116707
|
/** ID of the device. */
|
|
116385
116708
|
device_id: string;
|
|
116386
116709
|
/** Type of the device. */
|
|
116387
|
-
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
116710
|
+
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'keyincode_lock' | 'omnitec_lock' | 'kisi_lock' | 'aqara_lock') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone') | 'ring_camera';
|
|
116388
116711
|
/** Unique identifier for the account associated with the device. */
|
|
116389
116712
|
connected_account_id: string;
|
|
116390
116713
|
/** Location information for the device. */
|