@seamapi/types 1.714.0 → 1.716.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 +93 -76
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +536 -106
- package/dist/index.cjs +93 -76
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +118 -10
- package/lib/seam/connect/models/devices/device-metadata.d.ts +38 -0
- package/lib/seam/connect/models/devices/device-metadata.js +17 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- 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 +57 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +41 -3
- package/lib/seam/connect/openapi.d.ts +31 -46
- package/lib/seam/connect/openapi.js +65 -58
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +288 -44
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +18 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +67 -66
- package/src/lib/seam/connect/route-types.ts +326 -17
|
@@ -1807,7 +1807,7 @@ export type Routes = {
|
|
|
1807
1807
|
device_ids: string[];
|
|
1808
1808
|
/** Desired behavior if any device cannot share a code. If `throw` (default), no access codes will be created if any device cannot share a code. If `create_random_code`, a random code will be created on devices that cannot share a code. */
|
|
1809
1809
|
behavior_when_code_cannot_be_shared?: 'throw' | 'create_random_code';
|
|
1810
|
-
/** Preferred code length.
|
|
1810
|
+
/** Preferred code length. If the affected devices do not support the preferred code length, Seam reverts to using the shortest supported code length. */
|
|
1811
1811
|
preferred_code_length?: number | undefined;
|
|
1812
1812
|
/** Name of the new access code. Enables administrators and users to identify the access code easily, especially when there are numerous access codes.
|
|
1813
1813
|
|
|
@@ -1826,21 +1826,10 @@ export type Routes = {
|
|
|
1826
1826
|
attempt_for_offline_device?: boolean;
|
|
1827
1827
|
/** Indicates whether [native scheduling](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#native-scheduling) should be used for time-bound codes when supported by the provider. Default: `true`. */
|
|
1828
1828
|
prefer_native_scheduling?: boolean | undefined;
|
|
1829
|
-
/** Indicates whether to use a [backup access code pool](https://docs.seam.co/latest/core-concepts/access-codes#backup-access-codes) provided by Seam. If `true`, you can use [`/access_codes/pull_backup_access_code`](https://docs.seam.co/latest/api/access_codes/pull_backup_access_code). */
|
|
1830
|
-
use_backup_access_code_pool?: boolean | undefined;
|
|
1831
1829
|
/** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
1832
1830
|
allow_external_modification?: boolean | undefined;
|
|
1833
1831
|
/** Indicates whether [external modification](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes#external-modification) of the code is allowed. Default: `false`. */
|
|
1834
1832
|
is_external_modification_allowed?: boolean | undefined;
|
|
1835
|
-
/**
|
|
1836
|
-
* @deprecated Use `is_offline_access_code` instead.*/
|
|
1837
|
-
use_offline_access_code?: boolean | undefined;
|
|
1838
|
-
/** Indicates whether the access code is an [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes). */
|
|
1839
|
-
is_offline_access_code?: boolean | undefined;
|
|
1840
|
-
/** Indicates whether the [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes) is a single-use access code. */
|
|
1841
|
-
is_one_time_use?: boolean | undefined;
|
|
1842
|
-
/** Maximum rounding adjustment. To create a daily-bound [offline access code](https://docs.seam.co/latest/capability-guides/smart-locks/access-codes/offline-access-codes) for devices that support this feature, set this parameter to `1d`. */
|
|
1843
|
-
max_time_rounding?: '1hour' | '1day' | '1h' | '1d';
|
|
1844
1833
|
};
|
|
1845
1834
|
commonParams: {};
|
|
1846
1835
|
formData: {};
|
|
@@ -10076,7 +10065,7 @@ export type Routes = {
|
|
|
10076
10065
|
/** ID of the device. */
|
|
10077
10066
|
device_id: string;
|
|
10078
10067
|
/** Type of the device. */
|
|
10079
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
10068
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
10080
10069
|
/** IDs of the spaces the device is in. */
|
|
10081
10070
|
space_ids: string[];
|
|
10082
10071
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -10679,6 +10668,21 @@ export type Routes = {
|
|
|
10679
10668
|
/** IANA timezone for the Ultraloq device. */
|
|
10680
10669
|
time_zone: string | null;
|
|
10681
10670
|
} | undefined;
|
|
10671
|
+
/** Metadata for a Korelock device. */
|
|
10672
|
+
korelock_metadata?: {
|
|
10673
|
+
/** Device ID for a Korelock device. */
|
|
10674
|
+
device_id?: string | undefined;
|
|
10675
|
+
/** Device name for a Korelock device. */
|
|
10676
|
+
device_name?: string | undefined;
|
|
10677
|
+
/** Model code for a Korelock device. */
|
|
10678
|
+
model_code?: string | undefined;
|
|
10679
|
+
/** Serial number for a Korelock device. */
|
|
10680
|
+
serial_number?: string | undefined;
|
|
10681
|
+
/** Firmware version for a Korelock device. */
|
|
10682
|
+
firmware_version?: string | undefined;
|
|
10683
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
10684
|
+
wifi_signal_strength?: number | undefined;
|
|
10685
|
+
} | undefined;
|
|
10682
10686
|
}) & ({
|
|
10683
10687
|
/** */
|
|
10684
10688
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -13559,7 +13563,7 @@ export type Routes = {
|
|
|
13559
13563
|
/** ID of the device. */
|
|
13560
13564
|
device_id: string;
|
|
13561
13565
|
/** Type of the device. */
|
|
13562
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
13566
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
13563
13567
|
/** IDs of the spaces the device is in. */
|
|
13564
13568
|
space_ids: string[];
|
|
13565
13569
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -14162,6 +14166,21 @@ export type Routes = {
|
|
|
14162
14166
|
/** IANA timezone for the Ultraloq device. */
|
|
14163
14167
|
time_zone: string | null;
|
|
14164
14168
|
} | undefined;
|
|
14169
|
+
/** Metadata for a Korelock device. */
|
|
14170
|
+
korelock_metadata?: {
|
|
14171
|
+
/** Device ID for a Korelock device. */
|
|
14172
|
+
device_id?: string | undefined;
|
|
14173
|
+
/** Device name for a Korelock device. */
|
|
14174
|
+
device_name?: string | undefined;
|
|
14175
|
+
/** Model code for a Korelock device. */
|
|
14176
|
+
model_code?: string | undefined;
|
|
14177
|
+
/** Serial number for a Korelock device. */
|
|
14178
|
+
serial_number?: string | undefined;
|
|
14179
|
+
/** Firmware version for a Korelock device. */
|
|
14180
|
+
firmware_version?: string | undefined;
|
|
14181
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
14182
|
+
wifi_signal_strength?: number | undefined;
|
|
14183
|
+
} | undefined;
|
|
14165
14184
|
}) & ({
|
|
14166
14185
|
/** */
|
|
14167
14186
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -25779,7 +25798,7 @@ export type Routes = {
|
|
|
25779
25798
|
/** 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. */
|
|
25780
25799
|
customer_key?: string | undefined;
|
|
25781
25800
|
/** 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/latest/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/latest/api/devices/list_device_providers) with no filters. */
|
|
25782
|
-
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'ultraloq' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
25801
|
+
accepted_providers?: ('hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq' | 'yale_access' | 'hid_cm' | 'google_nest')[] | undefined;
|
|
25783
25802
|
/** 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/latest/api/devices/list_device_providers) with the desired `provider_category` filter. */
|
|
25784
25803
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
|
|
25785
25804
|
/** 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/latest/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/latest/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/latest/core-concepts/workspaces). You can also [filter Connect Webviews by custom metadata](https://docs.seam.co/latest/core-concepts/connect-webviews/filtering-connect-webviews-by-custom-metadata). */
|
|
@@ -27313,7 +27332,7 @@ export type Routes = {
|
|
|
27313
27332
|
/** ID of the device. */
|
|
27314
27333
|
device_id: string;
|
|
27315
27334
|
/** Type of the device. */
|
|
27316
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
27335
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
27317
27336
|
/** IDs of the spaces the device is in. */
|
|
27318
27337
|
space_ids: string[];
|
|
27319
27338
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -27916,6 +27935,21 @@ export type Routes = {
|
|
|
27916
27935
|
/** IANA timezone for the Ultraloq device. */
|
|
27917
27936
|
time_zone: string | null;
|
|
27918
27937
|
} | undefined;
|
|
27938
|
+
/** Metadata for a Korelock device. */
|
|
27939
|
+
korelock_metadata?: {
|
|
27940
|
+
/** Device ID for a Korelock device. */
|
|
27941
|
+
device_id?: string | undefined;
|
|
27942
|
+
/** Device name for a Korelock device. */
|
|
27943
|
+
device_name?: string | undefined;
|
|
27944
|
+
/** Model code for a Korelock device. */
|
|
27945
|
+
model_code?: string | undefined;
|
|
27946
|
+
/** Serial number for a Korelock device. */
|
|
27947
|
+
serial_number?: string | undefined;
|
|
27948
|
+
/** Firmware version for a Korelock device. */
|
|
27949
|
+
firmware_version?: string | undefined;
|
|
27950
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
27951
|
+
wifi_signal_strength?: number | undefined;
|
|
27952
|
+
} | undefined;
|
|
27919
27953
|
}) & ({
|
|
27920
27954
|
/** */
|
|
27921
27955
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -28589,11 +28623,11 @@ export type Routes = {
|
|
|
28589
28623
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
28590
28624
|
connect_webview_id?: string | undefined;
|
|
28591
28625
|
/** Device type for which you want to list devices. */
|
|
28592
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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')) | undefined;
|
|
28626
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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')) | undefined;
|
|
28593
28627
|
/** Array of device types for which you want to list devices. */
|
|
28594
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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'))[] | undefined;
|
|
28628
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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'))[] | undefined;
|
|
28595
28629
|
/** Manufacturer for which you want to list devices. */
|
|
28596
|
-
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | '
|
|
28630
|
+
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
28597
28631
|
/** Array of device IDs for which you want to list devices. */
|
|
28598
28632
|
device_ids?: string[] | undefined;
|
|
28599
28633
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -28626,7 +28660,7 @@ export type Routes = {
|
|
|
28626
28660
|
/** ID of the device. */
|
|
28627
28661
|
device_id: string;
|
|
28628
28662
|
/** Type of the device. */
|
|
28629
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
28663
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
28630
28664
|
/** IDs of the spaces the device is in. */
|
|
28631
28665
|
space_ids: string[];
|
|
28632
28666
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -29229,6 +29263,21 @@ export type Routes = {
|
|
|
29229
29263
|
/** IANA timezone for the Ultraloq device. */
|
|
29230
29264
|
time_zone: string | null;
|
|
29231
29265
|
} | undefined;
|
|
29266
|
+
/** Metadata for a Korelock device. */
|
|
29267
|
+
korelock_metadata?: {
|
|
29268
|
+
/** Device ID for a Korelock device. */
|
|
29269
|
+
device_id?: string | undefined;
|
|
29270
|
+
/** Device name for a Korelock device. */
|
|
29271
|
+
device_name?: string | undefined;
|
|
29272
|
+
/** Model code for a Korelock device. */
|
|
29273
|
+
model_code?: string | undefined;
|
|
29274
|
+
/** Serial number for a Korelock device. */
|
|
29275
|
+
serial_number?: string | undefined;
|
|
29276
|
+
/** Firmware version for a Korelock device. */
|
|
29277
|
+
firmware_version?: string | undefined;
|
|
29278
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
29279
|
+
wifi_signal_strength?: number | undefined;
|
|
29280
|
+
} | undefined;
|
|
29232
29281
|
}) & ({
|
|
29233
29282
|
/** */
|
|
29234
29283
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -29908,7 +29957,7 @@ export type Routes = {
|
|
|
29908
29957
|
formData: {};
|
|
29909
29958
|
jsonResponse: {
|
|
29910
29959
|
device_providers: {
|
|
29911
|
-
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'dormakaba_ambiance' | 'ultraloq';
|
|
29960
|
+
device_provider_name: 'hotek' | 'dormakaba_community' | 'legic_connect' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'salto_ks' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'assa_abloy_vostio' | 'assa_abloy_vostio_credential_service' | 'tado' | 'salto_space' | 'sensi' | 'kwikset2' | 'keynest' | 'korelock' | 'dormakaba_ambiance' | 'ultraloq';
|
|
29912
29961
|
display_name: string;
|
|
29913
29962
|
image_url: string;
|
|
29914
29963
|
provider_categories: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems')[];
|
|
@@ -30052,7 +30101,7 @@ export type Routes = {
|
|
|
30052
30101
|
/** ID of the device. */
|
|
30053
30102
|
device_id: string;
|
|
30054
30103
|
/** Type of the device. */
|
|
30055
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
30104
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
30056
30105
|
/** Unique identifier for the account associated with the device. */
|
|
30057
30106
|
connected_account_id: string;
|
|
30058
30107
|
/** Location information for the device. */
|
|
@@ -30470,11 +30519,11 @@ export type Routes = {
|
|
|
30470
30519
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
30471
30520
|
connect_webview_id?: string | undefined;
|
|
30472
30521
|
/** Device type for which you want to list devices. */
|
|
30473
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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')) | undefined;
|
|
30522
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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')) | undefined;
|
|
30474
30523
|
/** Array of device types for which you want to list devices. */
|
|
30475
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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'))[] | undefined;
|
|
30524
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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'))[] | undefined;
|
|
30476
30525
|
/** Manufacturer for which you want to list devices. */
|
|
30477
|
-
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | '
|
|
30526
|
+
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' | 'hubitat' | 'controlbyweb' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
30478
30527
|
/** Array of device IDs for which you want to list devices. */
|
|
30479
30528
|
device_ids?: string[] | undefined;
|
|
30480
30529
|
/** Timestamp by which to limit returned devices. Returns devices created before this timestamp. */
|
|
@@ -30507,7 +30556,7 @@ export type Routes = {
|
|
|
30507
30556
|
/** ID of the device. */
|
|
30508
30557
|
device_id: string;
|
|
30509
30558
|
/** Type of the device. */
|
|
30510
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
30559
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
30511
30560
|
/** Unique identifier for the account associated with the device. */
|
|
30512
30561
|
connected_account_id: string;
|
|
30513
30562
|
/** Location information for the device. */
|
|
@@ -35267,7 +35316,7 @@ export type Routes = {
|
|
|
35267
35316
|
/** ID of the device. */
|
|
35268
35317
|
device_id: string;
|
|
35269
35318
|
/** Type of the device. */
|
|
35270
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
35319
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
35271
35320
|
/** IDs of the spaces the device is in. */
|
|
35272
35321
|
space_ids: string[];
|
|
35273
35322
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -35870,6 +35919,21 @@ export type Routes = {
|
|
|
35870
35919
|
/** IANA timezone for the Ultraloq device. */
|
|
35871
35920
|
time_zone: string | null;
|
|
35872
35921
|
} | undefined;
|
|
35922
|
+
/** Metadata for a Korelock device. */
|
|
35923
|
+
korelock_metadata?: {
|
|
35924
|
+
/** Device ID for a Korelock device. */
|
|
35925
|
+
device_id?: string | undefined;
|
|
35926
|
+
/** Device name for a Korelock device. */
|
|
35927
|
+
device_name?: string | undefined;
|
|
35928
|
+
/** Model code for a Korelock device. */
|
|
35929
|
+
model_code?: string | undefined;
|
|
35930
|
+
/** Serial number for a Korelock device. */
|
|
35931
|
+
serial_number?: string | undefined;
|
|
35932
|
+
/** Firmware version for a Korelock device. */
|
|
35933
|
+
firmware_version?: string | undefined;
|
|
35934
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
35935
|
+
wifi_signal_strength?: number | undefined;
|
|
35936
|
+
} | undefined;
|
|
35873
35937
|
}) & ({
|
|
35874
35938
|
/** */
|
|
35875
35939
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -36530,7 +36594,7 @@ export type Routes = {
|
|
|
36530
36594
|
/** ID of the device. */
|
|
36531
36595
|
device_id: string;
|
|
36532
36596
|
/** Type of the device. */
|
|
36533
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
36597
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
36534
36598
|
/** IDs of the spaces the device is in. */
|
|
36535
36599
|
space_ids: string[];
|
|
36536
36600
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -37133,6 +37197,21 @@ export type Routes = {
|
|
|
37133
37197
|
/** IANA timezone for the Ultraloq device. */
|
|
37134
37198
|
time_zone: string | null;
|
|
37135
37199
|
} | undefined;
|
|
37200
|
+
/** Metadata for a Korelock device. */
|
|
37201
|
+
korelock_metadata?: {
|
|
37202
|
+
/** Device ID for a Korelock device. */
|
|
37203
|
+
device_id?: string | undefined;
|
|
37204
|
+
/** Device name for a Korelock device. */
|
|
37205
|
+
device_name?: string | undefined;
|
|
37206
|
+
/** Model code for a Korelock device. */
|
|
37207
|
+
model_code?: string | undefined;
|
|
37208
|
+
/** Serial number for a Korelock device. */
|
|
37209
|
+
serial_number?: string | undefined;
|
|
37210
|
+
/** Firmware version for a Korelock device. */
|
|
37211
|
+
firmware_version?: string | undefined;
|
|
37212
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
37213
|
+
wifi_signal_strength?: number | undefined;
|
|
37214
|
+
} | undefined;
|
|
37136
37215
|
}) & ({
|
|
37137
37216
|
/** */
|
|
37138
37217
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -37806,11 +37885,11 @@ export type Routes = {
|
|
|
37806
37885
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
37807
37886
|
connect_webview_id?: string | undefined;
|
|
37808
37887
|
/** Device type of the locks that you want to list. */
|
|
37809
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock') | undefined;
|
|
37888
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock') | undefined;
|
|
37810
37889
|
/** Device types of the locks that you want to list. */
|
|
37811
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock')[] | undefined;
|
|
37890
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_lock')[] | undefined;
|
|
37812
37891
|
/** Manufacturer of the locks that you want to list. */
|
|
37813
|
-
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
|
|
37892
|
+
manufacturer?: ('akuvox' | 'august' | 'brivo' | 'butterflymx' | 'avigilon_alta' | 'doorking' | 'genie' | 'igloo' | 'linear' | 'lockly' | 'kwikset' | 'nuki' | 'salto' | 'schlage' | 'seam' | 'wyze' | 'yale' | 'two_n' | 'controlbyweb' | 'ttlock' | 'igloohome' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'tedee' | 'akiles' | 'korelock' | 'kwikset2' | 'smartthings' | 'ultraloq') | undefined;
|
|
37814
37893
|
/** Array of device IDs for which you want to list devices. */
|
|
37815
37894
|
device_ids?: string[] | undefined;
|
|
37816
37895
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -37843,7 +37922,7 @@ export type Routes = {
|
|
|
37843
37922
|
/** ID of the device. */
|
|
37844
37923
|
device_id: string;
|
|
37845
37924
|
/** Type of the device. */
|
|
37846
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
37925
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
37847
37926
|
/** IDs of the spaces the device is in. */
|
|
37848
37927
|
space_ids: string[];
|
|
37849
37928
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -38446,6 +38525,21 @@ export type Routes = {
|
|
|
38446
38525
|
/** IANA timezone for the Ultraloq device. */
|
|
38447
38526
|
time_zone: string | null;
|
|
38448
38527
|
} | undefined;
|
|
38528
|
+
/** Metadata for a Korelock device. */
|
|
38529
|
+
korelock_metadata?: {
|
|
38530
|
+
/** Device ID for a Korelock device. */
|
|
38531
|
+
device_id?: string | undefined;
|
|
38532
|
+
/** Device name for a Korelock device. */
|
|
38533
|
+
device_name?: string | undefined;
|
|
38534
|
+
/** Model code for a Korelock device. */
|
|
38535
|
+
model_code?: string | undefined;
|
|
38536
|
+
/** Serial number for a Korelock device. */
|
|
38537
|
+
serial_number?: string | undefined;
|
|
38538
|
+
/** Firmware version for a Korelock device. */
|
|
38539
|
+
firmware_version?: string | undefined;
|
|
38540
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
38541
|
+
wifi_signal_strength?: number | undefined;
|
|
38542
|
+
} | undefined;
|
|
38449
38543
|
}) & ({
|
|
38450
38544
|
/** */
|
|
38451
38545
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -39105,7 +39199,7 @@ export type Routes = {
|
|
|
39105
39199
|
/** ID of the device. */
|
|
39106
39200
|
device_id: string;
|
|
39107
39201
|
/** Type of the device. */
|
|
39108
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
39202
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
39109
39203
|
/** IDs of the spaces the device is in. */
|
|
39110
39204
|
space_ids: string[];
|
|
39111
39205
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -39708,6 +39802,21 @@ export type Routes = {
|
|
|
39708
39802
|
/** IANA timezone for the Ultraloq device. */
|
|
39709
39803
|
time_zone: string | null;
|
|
39710
39804
|
} | undefined;
|
|
39805
|
+
/** Metadata for a Korelock device. */
|
|
39806
|
+
korelock_metadata?: {
|
|
39807
|
+
/** Device ID for a Korelock device. */
|
|
39808
|
+
device_id?: string | undefined;
|
|
39809
|
+
/** Device name for a Korelock device. */
|
|
39810
|
+
device_name?: string | undefined;
|
|
39811
|
+
/** Model code for a Korelock device. */
|
|
39812
|
+
model_code?: string | undefined;
|
|
39813
|
+
/** Serial number for a Korelock device. */
|
|
39814
|
+
serial_number?: string | undefined;
|
|
39815
|
+
/** Firmware version for a Korelock device. */
|
|
39816
|
+
firmware_version?: string | undefined;
|
|
39817
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
39818
|
+
wifi_signal_strength?: number | undefined;
|
|
39819
|
+
} | undefined;
|
|
39711
39820
|
}) & ({
|
|
39712
39821
|
/** */
|
|
39713
39822
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -45500,7 +45609,7 @@ export type Routes = {
|
|
|
45500
45609
|
/** ID of the device. */
|
|
45501
45610
|
device_id: string;
|
|
45502
45611
|
/** Type of the device. */
|
|
45503
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
45612
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
45504
45613
|
/** IDs of the spaces the device is in. */
|
|
45505
45614
|
space_ids: string[];
|
|
45506
45615
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -46103,6 +46212,21 @@ export type Routes = {
|
|
|
46103
46212
|
/** IANA timezone for the Ultraloq device. */
|
|
46104
46213
|
time_zone: string | null;
|
|
46105
46214
|
} | undefined;
|
|
46215
|
+
/** Metadata for a Korelock device. */
|
|
46216
|
+
korelock_metadata?: {
|
|
46217
|
+
/** Device ID for a Korelock device. */
|
|
46218
|
+
device_id?: string | undefined;
|
|
46219
|
+
/** Device name for a Korelock device. */
|
|
46220
|
+
device_name?: string | undefined;
|
|
46221
|
+
/** Model code for a Korelock device. */
|
|
46222
|
+
model_code?: string | undefined;
|
|
46223
|
+
/** Serial number for a Korelock device. */
|
|
46224
|
+
serial_number?: string | undefined;
|
|
46225
|
+
/** Firmware version for a Korelock device. */
|
|
46226
|
+
firmware_version?: string | undefined;
|
|
46227
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
46228
|
+
wifi_signal_strength?: number | undefined;
|
|
46229
|
+
} | undefined;
|
|
46106
46230
|
}) & ({
|
|
46107
46231
|
/** */
|
|
46108
46232
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -46762,7 +46886,7 @@ export type Routes = {
|
|
|
46762
46886
|
/** ID of the device. */
|
|
46763
46887
|
device_id: string;
|
|
46764
46888
|
/** Type of the device. */
|
|
46765
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
46889
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
46766
46890
|
/** IDs of the spaces the device is in. */
|
|
46767
46891
|
space_ids: string[];
|
|
46768
46892
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -47365,6 +47489,21 @@ export type Routes = {
|
|
|
47365
47489
|
/** IANA timezone for the Ultraloq device. */
|
|
47366
47490
|
time_zone: string | null;
|
|
47367
47491
|
} | undefined;
|
|
47492
|
+
/** Metadata for a Korelock device. */
|
|
47493
|
+
korelock_metadata?: {
|
|
47494
|
+
/** Device ID for a Korelock device. */
|
|
47495
|
+
device_id?: string | undefined;
|
|
47496
|
+
/** Device name for a Korelock device. */
|
|
47497
|
+
device_name?: string | undefined;
|
|
47498
|
+
/** Model code for a Korelock device. */
|
|
47499
|
+
model_code?: string | undefined;
|
|
47500
|
+
/** Serial number for a Korelock device. */
|
|
47501
|
+
serial_number?: string | undefined;
|
|
47502
|
+
/** Firmware version for a Korelock device. */
|
|
47503
|
+
firmware_version?: string | undefined;
|
|
47504
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
47505
|
+
wifi_signal_strength?: number | undefined;
|
|
47506
|
+
} | undefined;
|
|
47368
47507
|
}) & ({
|
|
47369
47508
|
/** */
|
|
47370
47509
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -56886,7 +57025,7 @@ export type Routes = {
|
|
|
56886
57025
|
/** ID of the device. */
|
|
56887
57026
|
device_id: string;
|
|
56888
57027
|
/** Type of the device. */
|
|
56889
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
57028
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
56890
57029
|
/** IDs of the spaces the device is in. */
|
|
56891
57030
|
space_ids: string[];
|
|
56892
57031
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -57489,6 +57628,21 @@ export type Routes = {
|
|
|
57489
57628
|
/** IANA timezone for the Ultraloq device. */
|
|
57490
57629
|
time_zone: string | null;
|
|
57491
57630
|
} | undefined;
|
|
57631
|
+
/** Metadata for a Korelock device. */
|
|
57632
|
+
korelock_metadata?: {
|
|
57633
|
+
/** Device ID for a Korelock device. */
|
|
57634
|
+
device_id?: string | undefined;
|
|
57635
|
+
/** Device name for a Korelock device. */
|
|
57636
|
+
device_name?: string | undefined;
|
|
57637
|
+
/** Model code for a Korelock device. */
|
|
57638
|
+
model_code?: string | undefined;
|
|
57639
|
+
/** Serial number for a Korelock device. */
|
|
57640
|
+
serial_number?: string | undefined;
|
|
57641
|
+
/** Firmware version for a Korelock device. */
|
|
57642
|
+
firmware_version?: string | undefined;
|
|
57643
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
57644
|
+
wifi_signal_strength?: number | undefined;
|
|
57645
|
+
} | undefined;
|
|
57492
57646
|
}) & ({
|
|
57493
57647
|
/** */
|
|
57494
57648
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -62599,7 +62753,7 @@ export type Routes = {
|
|
|
62599
62753
|
/** ID of the device. */
|
|
62600
62754
|
device_id: string;
|
|
62601
62755
|
/** Type of the device. */
|
|
62602
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
62756
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
62603
62757
|
/** IDs of the spaces the device is in. */
|
|
62604
62758
|
space_ids: string[];
|
|
62605
62759
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -63202,6 +63356,21 @@ export type Routes = {
|
|
|
63202
63356
|
/** IANA timezone for the Ultraloq device. */
|
|
63203
63357
|
time_zone: string | null;
|
|
63204
63358
|
} | undefined;
|
|
63359
|
+
/** Metadata for a Korelock device. */
|
|
63360
|
+
korelock_metadata?: {
|
|
63361
|
+
/** Device ID for a Korelock device. */
|
|
63362
|
+
device_id?: string | undefined;
|
|
63363
|
+
/** Device name for a Korelock device. */
|
|
63364
|
+
device_name?: string | undefined;
|
|
63365
|
+
/** Model code for a Korelock device. */
|
|
63366
|
+
model_code?: string | undefined;
|
|
63367
|
+
/** Serial number for a Korelock device. */
|
|
63368
|
+
serial_number?: string | undefined;
|
|
63369
|
+
/** Firmware version for a Korelock device. */
|
|
63370
|
+
firmware_version?: string | undefined;
|
|
63371
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
63372
|
+
wifi_signal_strength?: number | undefined;
|
|
63373
|
+
} | undefined;
|
|
63205
63374
|
}) & ({
|
|
63206
63375
|
/** */
|
|
63207
63376
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -66433,7 +66602,7 @@ export type Routes = {
|
|
|
66433
66602
|
/** Array of device types by which you want to filter thermostat devices. */
|
|
66434
66603
|
device_types?: ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat')[] | undefined;
|
|
66435
66604
|
/** Manufacturer by which you want to filter thermostat devices. */
|
|
66436
|
-
manufacturer?: ('ecobee' | 'honeywell_resideo' | 'nest' | '
|
|
66605
|
+
manufacturer?: ('ecobee' | 'honeywell_resideo' | 'nest' | 'sensi' | 'smartthings' | 'tado') | undefined;
|
|
66437
66606
|
/** Array of device IDs for which you want to list devices. */
|
|
66438
66607
|
device_ids?: string[] | undefined;
|
|
66439
66608
|
/** Numerical limit on the number of devices to return. */
|
|
@@ -66466,7 +66635,7 @@ export type Routes = {
|
|
|
66466
66635
|
/** ID of the device. */
|
|
66467
66636
|
device_id: string;
|
|
66468
66637
|
/** Type of the device. */
|
|
66469
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
66638
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
66470
66639
|
/** IDs of the spaces the device is in. */
|
|
66471
66640
|
space_ids: string[];
|
|
66472
66641
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -67069,6 +67238,21 @@ export type Routes = {
|
|
|
67069
67238
|
/** IANA timezone for the Ultraloq device. */
|
|
67070
67239
|
time_zone: string | null;
|
|
67071
67240
|
} | undefined;
|
|
67241
|
+
/** Metadata for a Korelock device. */
|
|
67242
|
+
korelock_metadata?: {
|
|
67243
|
+
/** Device ID for a Korelock device. */
|
|
67244
|
+
device_id?: string | undefined;
|
|
67245
|
+
/** Device name for a Korelock device. */
|
|
67246
|
+
device_name?: string | undefined;
|
|
67247
|
+
/** Model code for a Korelock device. */
|
|
67248
|
+
model_code?: string | undefined;
|
|
67249
|
+
/** Serial number for a Korelock device. */
|
|
67250
|
+
serial_number?: string | undefined;
|
|
67251
|
+
/** Firmware version for a Korelock device. */
|
|
67252
|
+
firmware_version?: string | undefined;
|
|
67253
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
67254
|
+
wifi_signal_strength?: number | undefined;
|
|
67255
|
+
} | undefined;
|
|
67072
67256
|
}) & ({
|
|
67073
67257
|
/** */
|
|
67074
67258
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -67728,7 +67912,7 @@ export type Routes = {
|
|
|
67728
67912
|
/** ID of the device. */
|
|
67729
67913
|
device_id: string;
|
|
67730
67914
|
/** Type of the device. */
|
|
67731
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
67915
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
67732
67916
|
/** IDs of the spaces the device is in. */
|
|
67733
67917
|
space_ids: string[];
|
|
67734
67918
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -68331,6 +68515,21 @@ export type Routes = {
|
|
|
68331
68515
|
/** IANA timezone for the Ultraloq device. */
|
|
68332
68516
|
time_zone: string | null;
|
|
68333
68517
|
} | undefined;
|
|
68518
|
+
/** Metadata for a Korelock device. */
|
|
68519
|
+
korelock_metadata?: {
|
|
68520
|
+
/** Device ID for a Korelock device. */
|
|
68521
|
+
device_id?: string | undefined;
|
|
68522
|
+
/** Device name for a Korelock device. */
|
|
68523
|
+
device_name?: string | undefined;
|
|
68524
|
+
/** Model code for a Korelock device. */
|
|
68525
|
+
model_code?: string | undefined;
|
|
68526
|
+
/** Serial number for a Korelock device. */
|
|
68527
|
+
serial_number?: string | undefined;
|
|
68528
|
+
/** Firmware version for a Korelock device. */
|
|
68529
|
+
firmware_version?: string | undefined;
|
|
68530
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
68531
|
+
wifi_signal_strength?: number | undefined;
|
|
68532
|
+
} | undefined;
|
|
68334
68533
|
}) & ({
|
|
68335
68534
|
/** */
|
|
68336
68535
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -75010,7 +75209,7 @@ export type Routes = {
|
|
|
75010
75209
|
/** ID of the device. */
|
|
75011
75210
|
device_id: string;
|
|
75012
75211
|
/** Type of the device. */
|
|
75013
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
75212
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
75014
75213
|
/** IDs of the spaces the device is in. */
|
|
75015
75214
|
space_ids: string[];
|
|
75016
75215
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -75613,6 +75812,21 @@ export type Routes = {
|
|
|
75613
75812
|
/** IANA timezone for the Ultraloq device. */
|
|
75614
75813
|
time_zone: string | null;
|
|
75615
75814
|
} | undefined;
|
|
75815
|
+
/** Metadata for a Korelock device. */
|
|
75816
|
+
korelock_metadata?: {
|
|
75817
|
+
/** Device ID for a Korelock device. */
|
|
75818
|
+
device_id?: string | undefined;
|
|
75819
|
+
/** Device name for a Korelock device. */
|
|
75820
|
+
device_name?: string | undefined;
|
|
75821
|
+
/** Model code for a Korelock device. */
|
|
75822
|
+
model_code?: string | undefined;
|
|
75823
|
+
/** Serial number for a Korelock device. */
|
|
75824
|
+
serial_number?: string | undefined;
|
|
75825
|
+
/** Firmware version for a Korelock device. */
|
|
75826
|
+
firmware_version?: string | undefined;
|
|
75827
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
75828
|
+
wifi_signal_strength?: number | undefined;
|
|
75829
|
+
} | undefined;
|
|
75616
75830
|
}) & ({
|
|
75617
75831
|
/** */
|
|
75618
75832
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -76274,7 +76488,7 @@ export type Routes = {
|
|
|
76274
76488
|
/** ID of the device. */
|
|
76275
76489
|
device_id: string;
|
|
76276
76490
|
/** Type of the device. */
|
|
76277
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
76491
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
76278
76492
|
/** IDs of the spaces the device is in. */
|
|
76279
76493
|
space_ids: string[];
|
|
76280
76494
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -76877,6 +77091,21 @@ export type Routes = {
|
|
|
76877
77091
|
/** IANA timezone for the Ultraloq device. */
|
|
76878
77092
|
time_zone: string | null;
|
|
76879
77093
|
} | undefined;
|
|
77094
|
+
/** Metadata for a Korelock device. */
|
|
77095
|
+
korelock_metadata?: {
|
|
77096
|
+
/** Device ID for a Korelock device. */
|
|
77097
|
+
device_id?: string | undefined;
|
|
77098
|
+
/** Device name for a Korelock device. */
|
|
77099
|
+
device_name?: string | undefined;
|
|
77100
|
+
/** Model code for a Korelock device. */
|
|
77101
|
+
model_code?: string | undefined;
|
|
77102
|
+
/** Serial number for a Korelock device. */
|
|
77103
|
+
serial_number?: string | undefined;
|
|
77104
|
+
/** Firmware version for a Korelock device. */
|
|
77105
|
+
firmware_version?: string | undefined;
|
|
77106
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
77107
|
+
wifi_signal_strength?: number | undefined;
|
|
77108
|
+
} | undefined;
|
|
76880
77109
|
}) & ({
|
|
76881
77110
|
/** */
|
|
76882
77111
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -78503,7 +78732,7 @@ export type Routes = {
|
|
|
78503
78732
|
/** ID of the device. */
|
|
78504
78733
|
device_id: string;
|
|
78505
78734
|
/** Type of the device. */
|
|
78506
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
78735
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
78507
78736
|
/** IDs of the spaces the device is in. */
|
|
78508
78737
|
space_ids: string[];
|
|
78509
78738
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -79106,6 +79335,21 @@ export type Routes = {
|
|
|
79106
79335
|
/** IANA timezone for the Ultraloq device. */
|
|
79107
79336
|
time_zone: string | null;
|
|
79108
79337
|
} | undefined;
|
|
79338
|
+
/** Metadata for a Korelock device. */
|
|
79339
|
+
korelock_metadata?: {
|
|
79340
|
+
/** Device ID for a Korelock device. */
|
|
79341
|
+
device_id?: string | undefined;
|
|
79342
|
+
/** Device name for a Korelock device. */
|
|
79343
|
+
device_name?: string | undefined;
|
|
79344
|
+
/** Model code for a Korelock device. */
|
|
79345
|
+
model_code?: string | undefined;
|
|
79346
|
+
/** Serial number for a Korelock device. */
|
|
79347
|
+
serial_number?: string | undefined;
|
|
79348
|
+
/** Firmware version for a Korelock device. */
|
|
79349
|
+
firmware_version?: string | undefined;
|
|
79350
|
+
/** WiFi signal strength (0-1) for a Korelock device. */
|
|
79351
|
+
wifi_signal_strength?: number | undefined;
|
|
79352
|
+
} | undefined;
|
|
79109
79353
|
}) & ({
|
|
79110
79354
|
/** */
|
|
79111
79355
|
_experimental_supported_code_from_access_codes_lengths?: (number[] | undefined) | undefined;
|
|
@@ -81838,7 +82082,7 @@ export type Routes = {
|
|
|
81838
82082
|
/** ID of the device. */
|
|
81839
82083
|
device_id: string;
|
|
81840
82084
|
/** Type of the device. */
|
|
81841
|
-
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_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');
|
|
82085
|
+
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' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door' | 'tedee_lock' | 'akiles_lock' | 'ultraloq_lock' | 'korelock_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');
|
|
81842
82086
|
/** Unique identifier for the account associated with the device. */
|
|
81843
82087
|
connected_account_id: string;
|
|
81844
82088
|
/** Location information for the device. */
|