@seamapi/types 1.733.0 → 1.734.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 +75 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +270 -40
- package/dist/index.cjs +75 -1
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +62 -10
- package/lib/seam/connect/models/devices/device-metadata.d.ts +18 -0
- package/lib/seam/connect/models/devices/device-metadata.js +6 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +8 -1
- package/lib/seam/connect/models/devices/device-type.js +9 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +29 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -3
- package/lib/seam/connect/openapi.d.ts +15 -0
- package/lib/seam/connect/openapi.js +65 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +143 -24
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +7 -0
- package/src/lib/seam/connect/models/devices/device-type.ts +17 -0
- package/src/lib/seam/connect/openapi.ts +65 -0
- package/src/lib/seam/connect/route-types.ts +177 -0
|
@@ -10489,7 +10489,7 @@ export type Routes = {
|
|
|
10489
10489
|
/** ID of the device. */
|
|
10490
10490
|
device_id: string;
|
|
10491
10491
|
/** Type of the device. */
|
|
10492
|
-
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' | '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');
|
|
10492
|
+
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' | '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') | 'ring_camera';
|
|
10493
10493
|
/** IDs of the spaces the device is in. */
|
|
10494
10494
|
space_ids: string[];
|
|
10495
10495
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -11093,6 +11093,13 @@ export type Routes = {
|
|
|
11093
11093
|
/** IANA timezone for the Ultraloq device. */
|
|
11094
11094
|
time_zone: string | null;
|
|
11095
11095
|
} | undefined;
|
|
11096
|
+
/** Metadata for a Ring device. */
|
|
11097
|
+
ring_metadata?: {
|
|
11098
|
+
/** Device ID for a Ring device. */
|
|
11099
|
+
device_id: string;
|
|
11100
|
+
/** Device name for a Ring device. */
|
|
11101
|
+
device_name: string;
|
|
11102
|
+
} | undefined;
|
|
11096
11103
|
/** Metadata for a Korelock device. */
|
|
11097
11104
|
korelock_metadata?: {
|
|
11098
11105
|
/** Device ID for a Korelock device. */
|
|
@@ -14563,7 +14570,7 @@ export type Routes = {
|
|
|
14563
14570
|
/** ID of the device. */
|
|
14564
14571
|
device_id: string;
|
|
14565
14572
|
/** Type of the device. */
|
|
14566
|
-
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' | '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');
|
|
14573
|
+
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' | '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') | 'ring_camera';
|
|
14567
14574
|
/** IDs of the spaces the device is in. */
|
|
14568
14575
|
space_ids: string[];
|
|
14569
14576
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -15167,6 +15174,13 @@ export type Routes = {
|
|
|
15167
15174
|
/** IANA timezone for the Ultraloq device. */
|
|
15168
15175
|
time_zone: string | null;
|
|
15169
15176
|
} | undefined;
|
|
15177
|
+
/** Metadata for a Ring device. */
|
|
15178
|
+
ring_metadata?: {
|
|
15179
|
+
/** Device ID for a Ring device. */
|
|
15180
|
+
device_id: string;
|
|
15181
|
+
/** Device name for a Ring device. */
|
|
15182
|
+
device_name: string;
|
|
15183
|
+
} | undefined;
|
|
15170
15184
|
/** Metadata for a Korelock device. */
|
|
15171
15185
|
korelock_metadata?: {
|
|
15172
15186
|
/** Device ID for a Korelock device. */
|
|
@@ -28877,7 +28891,7 @@ export type Routes = {
|
|
|
28877
28891
|
/** ID of the device. */
|
|
28878
28892
|
device_id: string;
|
|
28879
28893
|
/** Type of the device. */
|
|
28880
|
-
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' | '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');
|
|
28894
|
+
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' | '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') | 'ring_camera';
|
|
28881
28895
|
/** IDs of the spaces the device is in. */
|
|
28882
28896
|
space_ids: string[];
|
|
28883
28897
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -29481,6 +29495,13 @@ export type Routes = {
|
|
|
29481
29495
|
/** IANA timezone for the Ultraloq device. */
|
|
29482
29496
|
time_zone: string | null;
|
|
29483
29497
|
} | undefined;
|
|
29498
|
+
/** Metadata for a Ring device. */
|
|
29499
|
+
ring_metadata?: {
|
|
29500
|
+
/** Device ID for a Ring device. */
|
|
29501
|
+
device_id: string;
|
|
29502
|
+
/** Device name for a Ring device. */
|
|
29503
|
+
device_name: string;
|
|
29504
|
+
} | undefined;
|
|
29484
29505
|
/** Metadata for a Korelock device. */
|
|
29485
29506
|
korelock_metadata?: {
|
|
29486
29507
|
/** Device ID for a Korelock device. */
|
|
@@ -30189,9 +30210,9 @@ export type Routes = {
|
|
|
30189
30210
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
30190
30211
|
connect_webview_id?: string | undefined;
|
|
30191
30212
|
/** Device type for which you want to list devices. */
|
|
30192
|
-
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' | '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;
|
|
30213
|
+
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' | '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') | 'ring_camera') | undefined;
|
|
30193
30214
|
/** Array of device types for which you want to list devices. */
|
|
30194
|
-
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' | '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;
|
|
30215
|
+
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' | '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') | 'ring_camera')[] | undefined;
|
|
30195
30216
|
/** Manufacturer for which you want to list devices. */
|
|
30196
30217
|
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' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
30197
30218
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -30226,7 +30247,7 @@ export type Routes = {
|
|
|
30226
30247
|
/** ID of the device. */
|
|
30227
30248
|
device_id: string;
|
|
30228
30249
|
/** Type of the device. */
|
|
30229
|
-
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' | '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');
|
|
30250
|
+
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' | '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') | 'ring_camera';
|
|
30230
30251
|
/** IDs of the spaces the device is in. */
|
|
30231
30252
|
space_ids: string[];
|
|
30232
30253
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -30830,6 +30851,13 @@ export type Routes = {
|
|
|
30830
30851
|
/** IANA timezone for the Ultraloq device. */
|
|
30831
30852
|
time_zone: string | null;
|
|
30832
30853
|
} | undefined;
|
|
30854
|
+
/** Metadata for a Ring device. */
|
|
30855
|
+
ring_metadata?: {
|
|
30856
|
+
/** Device ID for a Ring device. */
|
|
30857
|
+
device_id: string;
|
|
30858
|
+
/** Device name for a Ring device. */
|
|
30859
|
+
device_name: string;
|
|
30860
|
+
} | undefined;
|
|
30833
30861
|
/** Metadata for a Korelock device. */
|
|
30834
30862
|
korelock_metadata?: {
|
|
30835
30863
|
/** Device ID for a Korelock device. */
|
|
@@ -31688,7 +31716,7 @@ export type Routes = {
|
|
|
31688
31716
|
/** ID of the device. */
|
|
31689
31717
|
device_id: string;
|
|
31690
31718
|
/** Type of the device. */
|
|
31691
|
-
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' | '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');
|
|
31719
|
+
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' | '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') | 'ring_camera';
|
|
31692
31720
|
/** Unique identifier for the account associated with the device. */
|
|
31693
31721
|
connected_account_id: string;
|
|
31694
31722
|
/** Location information for the device. */
|
|
@@ -32124,9 +32152,9 @@ export type Routes = {
|
|
|
32124
32152
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
32125
32153
|
connect_webview_id?: string | undefined;
|
|
32126
32154
|
/** Device type for which you want to list devices. */
|
|
32127
|
-
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' | '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;
|
|
32155
|
+
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' | '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') | 'ring_camera') | undefined;
|
|
32128
32156
|
/** Array of device types for which you want to list devices. */
|
|
32129
|
-
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' | '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;
|
|
32157
|
+
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' | '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') | 'ring_camera')[] | undefined;
|
|
32130
32158
|
/** Manufacturer for which you want to list devices. */
|
|
32131
32159
|
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' | 'korelock' | 'akiles' | 'ecobee' | 'honeywell_resideo' | 'keynest' | 'korelock' | 'minut' | 'nest' | 'noiseaware' | 'sensi' | 'smartthings' | 'tado' | 'ultraloq') | undefined;
|
|
32132
32160
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -32161,7 +32189,7 @@ export type Routes = {
|
|
|
32161
32189
|
/** ID of the device. */
|
|
32162
32190
|
device_id: string;
|
|
32163
32191
|
/** Type of the device. */
|
|
32164
|
-
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' | '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');
|
|
32192
|
+
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' | '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') | 'ring_camera';
|
|
32165
32193
|
/** Unique identifier for the account associated with the device. */
|
|
32166
32194
|
connected_account_id: string;
|
|
32167
32195
|
/** Location information for the device. */
|
|
@@ -38241,7 +38269,7 @@ export type Routes = {
|
|
|
38241
38269
|
/** ID of the device. */
|
|
38242
38270
|
device_id: string;
|
|
38243
38271
|
/** Type of the device. */
|
|
38244
|
-
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' | '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');
|
|
38272
|
+
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' | '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') | 'ring_camera';
|
|
38245
38273
|
/** IDs of the spaces the device is in. */
|
|
38246
38274
|
space_ids: string[];
|
|
38247
38275
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -38845,6 +38873,13 @@ export type Routes = {
|
|
|
38845
38873
|
/** IANA timezone for the Ultraloq device. */
|
|
38846
38874
|
time_zone: string | null;
|
|
38847
38875
|
} | undefined;
|
|
38876
|
+
/** Metadata for a Ring device. */
|
|
38877
|
+
ring_metadata?: {
|
|
38878
|
+
/** Device ID for a Ring device. */
|
|
38879
|
+
device_id: string;
|
|
38880
|
+
/** Device name for a Ring device. */
|
|
38881
|
+
device_name: string;
|
|
38882
|
+
} | undefined;
|
|
38848
38883
|
/** Metadata for a Korelock device. */
|
|
38849
38884
|
korelock_metadata?: {
|
|
38850
38885
|
/** Device ID for a Korelock device. */
|
|
@@ -39540,7 +39575,7 @@ export type Routes = {
|
|
|
39540
39575
|
/** ID of the device. */
|
|
39541
39576
|
device_id: string;
|
|
39542
39577
|
/** Type of the device. */
|
|
39543
|
-
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' | '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');
|
|
39578
|
+
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' | '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') | 'ring_camera';
|
|
39544
39579
|
/** IDs of the spaces the device is in. */
|
|
39545
39580
|
space_ids: string[];
|
|
39546
39581
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -40144,6 +40179,13 @@ export type Routes = {
|
|
|
40144
40179
|
/** IANA timezone for the Ultraloq device. */
|
|
40145
40180
|
time_zone: string | null;
|
|
40146
40181
|
} | undefined;
|
|
40182
|
+
/** Metadata for a Ring device. */
|
|
40183
|
+
ring_metadata?: {
|
|
40184
|
+
/** Device ID for a Ring device. */
|
|
40185
|
+
device_id: string;
|
|
40186
|
+
/** Device name for a Ring device. */
|
|
40187
|
+
device_name: string;
|
|
40188
|
+
} | undefined;
|
|
40147
40189
|
/** Metadata for a Korelock device. */
|
|
40148
40190
|
korelock_metadata?: {
|
|
40149
40191
|
/** Device ID for a Korelock device. */
|
|
@@ -40889,7 +40931,7 @@ export type Routes = {
|
|
|
40889
40931
|
/** ID of the device. */
|
|
40890
40932
|
device_id: string;
|
|
40891
40933
|
/** Type of the device. */
|
|
40892
|
-
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' | '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');
|
|
40934
|
+
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' | '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') | 'ring_camera';
|
|
40893
40935
|
/** IDs of the spaces the device is in. */
|
|
40894
40936
|
space_ids: string[];
|
|
40895
40937
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -41493,6 +41535,13 @@ export type Routes = {
|
|
|
41493
41535
|
/** IANA timezone for the Ultraloq device. */
|
|
41494
41536
|
time_zone: string | null;
|
|
41495
41537
|
} | undefined;
|
|
41538
|
+
/** Metadata for a Ring device. */
|
|
41539
|
+
ring_metadata?: {
|
|
41540
|
+
/** Device ID for a Ring device. */
|
|
41541
|
+
device_id: string;
|
|
41542
|
+
/** Device name for a Ring device. */
|
|
41543
|
+
device_name: string;
|
|
41544
|
+
} | undefined;
|
|
41496
41545
|
/** Metadata for a Korelock device. */
|
|
41497
41546
|
korelock_metadata?: {
|
|
41498
41547
|
/** Device ID for a Korelock device. */
|
|
@@ -42187,7 +42236,7 @@ export type Routes = {
|
|
|
42187
42236
|
/** ID of the device. */
|
|
42188
42237
|
device_id: string;
|
|
42189
42238
|
/** Type of the device. */
|
|
42190
|
-
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' | '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');
|
|
42239
|
+
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' | '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') | 'ring_camera';
|
|
42191
42240
|
/** IDs of the spaces the device is in. */
|
|
42192
42241
|
space_ids: string[];
|
|
42193
42242
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -42791,6 +42840,13 @@ export type Routes = {
|
|
|
42791
42840
|
/** IANA timezone for the Ultraloq device. */
|
|
42792
42841
|
time_zone: string | null;
|
|
42793
42842
|
} | undefined;
|
|
42843
|
+
/** Metadata for a Ring device. */
|
|
42844
|
+
ring_metadata?: {
|
|
42845
|
+
/** Device ID for a Ring device. */
|
|
42846
|
+
device_id: string;
|
|
42847
|
+
/** Device name for a Ring device. */
|
|
42848
|
+
device_name: string;
|
|
42849
|
+
} | undefined;
|
|
42794
42850
|
/** Metadata for a Korelock device. */
|
|
42795
42851
|
korelock_metadata?: {
|
|
42796
42852
|
/** Device ID for a Korelock device. */
|
|
@@ -48642,7 +48698,7 @@ export type Routes = {
|
|
|
48642
48698
|
/** ID of the device. */
|
|
48643
48699
|
device_id: string;
|
|
48644
48700
|
/** Type of the device. */
|
|
48645
|
-
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' | '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');
|
|
48701
|
+
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' | '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') | 'ring_camera';
|
|
48646
48702
|
/** IDs of the spaces the device is in. */
|
|
48647
48703
|
space_ids: string[];
|
|
48648
48704
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -49246,6 +49302,13 @@ export type Routes = {
|
|
|
49246
49302
|
/** IANA timezone for the Ultraloq device. */
|
|
49247
49303
|
time_zone: string | null;
|
|
49248
49304
|
} | undefined;
|
|
49305
|
+
/** Metadata for a Ring device. */
|
|
49306
|
+
ring_metadata?: {
|
|
49307
|
+
/** Device ID for a Ring device. */
|
|
49308
|
+
device_id: string;
|
|
49309
|
+
/** Device name for a Ring device. */
|
|
49310
|
+
device_name: string;
|
|
49311
|
+
} | undefined;
|
|
49249
49312
|
/** Metadata for a Korelock device. */
|
|
49250
49313
|
korelock_metadata?: {
|
|
49251
49314
|
/** Device ID for a Korelock device. */
|
|
@@ -49940,7 +50003,7 @@ export type Routes = {
|
|
|
49940
50003
|
/** ID of the device. */
|
|
49941
50004
|
device_id: string;
|
|
49942
50005
|
/** Type of the device. */
|
|
49943
|
-
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' | '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');
|
|
50006
|
+
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' | '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') | 'ring_camera';
|
|
49944
50007
|
/** IDs of the spaces the device is in. */
|
|
49945
50008
|
space_ids: string[];
|
|
49946
50009
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -50544,6 +50607,13 @@ export type Routes = {
|
|
|
50544
50607
|
/** IANA timezone for the Ultraloq device. */
|
|
50545
50608
|
time_zone: string | null;
|
|
50546
50609
|
} | undefined;
|
|
50610
|
+
/** Metadata for a Ring device. */
|
|
50611
|
+
ring_metadata?: {
|
|
50612
|
+
/** Device ID for a Ring device. */
|
|
50613
|
+
device_id: string;
|
|
50614
|
+
/** Device name for a Ring device. */
|
|
50615
|
+
device_name: string;
|
|
50616
|
+
} | undefined;
|
|
50547
50617
|
/** Metadata for a Korelock device. */
|
|
50548
50618
|
korelock_metadata?: {
|
|
50549
50619
|
/** Device ID for a Korelock device. */
|
|
@@ -62214,7 +62284,7 @@ export type Routes = {
|
|
|
62214
62284
|
/** ID of the device. */
|
|
62215
62285
|
device_id: string;
|
|
62216
62286
|
/** Type of the device. */
|
|
62217
|
-
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' | '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');
|
|
62287
|
+
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' | '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') | 'ring_camera';
|
|
62218
62288
|
/** IDs of the spaces the device is in. */
|
|
62219
62289
|
space_ids: string[];
|
|
62220
62290
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -62818,6 +62888,13 @@ export type Routes = {
|
|
|
62818
62888
|
/** IANA timezone for the Ultraloq device. */
|
|
62819
62889
|
time_zone: string | null;
|
|
62820
62890
|
} | undefined;
|
|
62891
|
+
/** Metadata for a Ring device. */
|
|
62892
|
+
ring_metadata?: {
|
|
62893
|
+
/** Device ID for a Ring device. */
|
|
62894
|
+
device_id: string;
|
|
62895
|
+
/** Device name for a Ring device. */
|
|
62896
|
+
device_name: string;
|
|
62897
|
+
} | undefined;
|
|
62821
62898
|
/** Metadata for a Korelock device. */
|
|
62822
62899
|
korelock_metadata?: {
|
|
62823
62900
|
/** Device ID for a Korelock device. */
|
|
@@ -68093,7 +68170,7 @@ export type Routes = {
|
|
|
68093
68170
|
/** ID of the device. */
|
|
68094
68171
|
device_id: string;
|
|
68095
68172
|
/** Type of the device. */
|
|
68096
|
-
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' | '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');
|
|
68173
|
+
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' | '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') | 'ring_camera';
|
|
68097
68174
|
/** IDs of the spaces the device is in. */
|
|
68098
68175
|
space_ids: string[];
|
|
68099
68176
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -68697,6 +68774,13 @@ export type Routes = {
|
|
|
68697
68774
|
/** IANA timezone for the Ultraloq device. */
|
|
68698
68775
|
time_zone: string | null;
|
|
68699
68776
|
} | undefined;
|
|
68777
|
+
/** Metadata for a Ring device. */
|
|
68778
|
+
ring_metadata?: {
|
|
68779
|
+
/** Device ID for a Ring device. */
|
|
68780
|
+
device_id: string;
|
|
68781
|
+
/** Device name for a Ring device. */
|
|
68782
|
+
device_name: string;
|
|
68783
|
+
} | undefined;
|
|
68700
68784
|
/** Metadata for a Korelock device. */
|
|
68701
68785
|
korelock_metadata?: {
|
|
68702
68786
|
/** Device ID for a Korelock device. */
|
|
@@ -72008,7 +72092,7 @@ export type Routes = {
|
|
|
72008
72092
|
/** ID of the device. */
|
|
72009
72093
|
device_id: string;
|
|
72010
72094
|
/** Type of the device. */
|
|
72011
|
-
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' | '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');
|
|
72095
|
+
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' | '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') | 'ring_camera';
|
|
72012
72096
|
/** IDs of the spaces the device is in. */
|
|
72013
72097
|
space_ids: string[];
|
|
72014
72098
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -72612,6 +72696,13 @@ export type Routes = {
|
|
|
72612
72696
|
/** IANA timezone for the Ultraloq device. */
|
|
72613
72697
|
time_zone: string | null;
|
|
72614
72698
|
} | undefined;
|
|
72699
|
+
/** Metadata for a Ring device. */
|
|
72700
|
+
ring_metadata?: {
|
|
72701
|
+
/** Device ID for a Ring device. */
|
|
72702
|
+
device_id: string;
|
|
72703
|
+
/** Device name for a Ring device. */
|
|
72704
|
+
device_name: string;
|
|
72705
|
+
} | undefined;
|
|
72615
72706
|
/** Metadata for a Korelock device. */
|
|
72616
72707
|
korelock_metadata?: {
|
|
72617
72708
|
/** Device ID for a Korelock device. */
|
|
@@ -73306,7 +73397,7 @@ export type Routes = {
|
|
|
73306
73397
|
/** ID of the device. */
|
|
73307
73398
|
device_id: string;
|
|
73308
73399
|
/** Type of the device. */
|
|
73309
|
-
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' | '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');
|
|
73400
|
+
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' | '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') | 'ring_camera';
|
|
73310
73401
|
/** IDs of the spaces the device is in. */
|
|
73311
73402
|
space_ids: string[];
|
|
73312
73403
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -73910,6 +74001,13 @@ export type Routes = {
|
|
|
73910
74001
|
/** IANA timezone for the Ultraloq device. */
|
|
73911
74002
|
time_zone: string | null;
|
|
73912
74003
|
} | undefined;
|
|
74004
|
+
/** Metadata for a Ring device. */
|
|
74005
|
+
ring_metadata?: {
|
|
74006
|
+
/** Device ID for a Ring device. */
|
|
74007
|
+
device_id: string;
|
|
74008
|
+
/** Device name for a Ring device. */
|
|
74009
|
+
device_name: string;
|
|
74010
|
+
} | undefined;
|
|
73913
74011
|
/** Metadata for a Korelock device. */
|
|
73914
74012
|
korelock_metadata?: {
|
|
73915
74013
|
/** Device ID for a Korelock device. */
|
|
@@ -80650,7 +80748,7 @@ export type Routes = {
|
|
|
80650
80748
|
/** ID of the device. */
|
|
80651
80749
|
device_id: string;
|
|
80652
80750
|
/** Type of the device. */
|
|
80653
|
-
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' | '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');
|
|
80751
|
+
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' | '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') | 'ring_camera';
|
|
80654
80752
|
/** IDs of the spaces the device is in. */
|
|
80655
80753
|
space_ids: string[];
|
|
80656
80754
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -81254,6 +81352,13 @@ export type Routes = {
|
|
|
81254
81352
|
/** IANA timezone for the Ultraloq device. */
|
|
81255
81353
|
time_zone: string | null;
|
|
81256
81354
|
} | undefined;
|
|
81355
|
+
/** Metadata for a Ring device. */
|
|
81356
|
+
ring_metadata?: {
|
|
81357
|
+
/** Device ID for a Ring device. */
|
|
81358
|
+
device_id: string;
|
|
81359
|
+
/** Device name for a Ring device. */
|
|
81360
|
+
device_name: string;
|
|
81361
|
+
} | undefined;
|
|
81257
81362
|
/** Metadata for a Korelock device. */
|
|
81258
81363
|
korelock_metadata?: {
|
|
81259
81364
|
/** Device ID for a Korelock device. */
|
|
@@ -81950,7 +82055,7 @@ export type Routes = {
|
|
|
81950
82055
|
/** ID of the device. */
|
|
81951
82056
|
device_id: string;
|
|
81952
82057
|
/** Type of the device. */
|
|
81953
|
-
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' | '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');
|
|
82058
|
+
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' | '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') | 'ring_camera';
|
|
81954
82059
|
/** IDs of the spaces the device is in. */
|
|
81955
82060
|
space_ids: string[];
|
|
81956
82061
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -82554,6 +82659,13 @@ export type Routes = {
|
|
|
82554
82659
|
/** IANA timezone for the Ultraloq device. */
|
|
82555
82660
|
time_zone: string | null;
|
|
82556
82661
|
} | undefined;
|
|
82662
|
+
/** Metadata for a Ring device. */
|
|
82663
|
+
ring_metadata?: {
|
|
82664
|
+
/** Device ID for a Ring device. */
|
|
82665
|
+
device_id: string;
|
|
82666
|
+
/** Device name for a Ring device. */
|
|
82667
|
+
device_name: string;
|
|
82668
|
+
} | undefined;
|
|
82557
82669
|
/** Metadata for a Korelock device. */
|
|
82558
82670
|
korelock_metadata?: {
|
|
82559
82671
|
/** Device ID for a Korelock device. */
|
|
@@ -84217,7 +84329,7 @@ export type Routes = {
|
|
|
84217
84329
|
/** ID of the device. */
|
|
84218
84330
|
device_id: string;
|
|
84219
84331
|
/** Type of the device. */
|
|
84220
|
-
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' | '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');
|
|
84332
|
+
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' | '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') | 'ring_camera';
|
|
84221
84333
|
/** IDs of the spaces the device is in. */
|
|
84222
84334
|
space_ids: string[];
|
|
84223
84335
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -84821,6 +84933,13 @@ export type Routes = {
|
|
|
84821
84933
|
/** IANA timezone for the Ultraloq device. */
|
|
84822
84934
|
time_zone: string | null;
|
|
84823
84935
|
} | undefined;
|
|
84936
|
+
/** Metadata for a Ring device. */
|
|
84937
|
+
ring_metadata?: {
|
|
84938
|
+
/** Device ID for a Ring device. */
|
|
84939
|
+
device_id: string;
|
|
84940
|
+
/** Device name for a Ring device. */
|
|
84941
|
+
device_name: string;
|
|
84942
|
+
} | undefined;
|
|
84824
84943
|
/** Metadata for a Korelock device. */
|
|
84825
84944
|
korelock_metadata?: {
|
|
84826
84945
|
/** Device ID for a Korelock device. */
|
|
@@ -87614,7 +87733,7 @@ export type Routes = {
|
|
|
87614
87733
|
/** ID of the device. */
|
|
87615
87734
|
device_id: string;
|
|
87616
87735
|
/** Type of the device. */
|
|
87617
|
-
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' | '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');
|
|
87736
|
+
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' | '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') | 'ring_camera';
|
|
87618
87737
|
/** Unique identifier for the account associated with the device. */
|
|
87619
87738
|
connected_account_id: string;
|
|
87620
87739
|
/** Location information for the device. */
|
package/package.json
CHANGED
|
@@ -729,6 +729,13 @@ export const device_metadata = z
|
|
|
729
729
|
})
|
|
730
730
|
.describe(`Metadata for an Ultraloq device.`),
|
|
731
731
|
|
|
732
|
+
ring_metadata: z
|
|
733
|
+
.object({
|
|
734
|
+
device_id: z.string().describe(`Device ID for a Ring device.`),
|
|
735
|
+
device_name: z.string().describe(`Device name for a Ring device.`),
|
|
736
|
+
})
|
|
737
|
+
.describe(`Metadata for a Ring device.`),
|
|
738
|
+
|
|
732
739
|
korelock_metadata: z
|
|
733
740
|
.object({
|
|
734
741
|
device_id: z.string().describe(`Device ID for a Korelock device.`),
|
|
@@ -126,12 +126,29 @@ export const phone_device_type = z.enum(
|
|
|
126
126
|
|
|
127
127
|
export type PhoneDeviceType = z.infer<typeof phone_device_type>
|
|
128
128
|
|
|
129
|
+
/** Cameras */
|
|
130
|
+
export const CAMERA_DEVICE_TYPE = {
|
|
131
|
+
RING_CAMERA: 'ring_camera',
|
|
132
|
+
} as const
|
|
133
|
+
|
|
134
|
+
type CameraDeviceTypeFromMapping =
|
|
135
|
+
(typeof CAMERA_DEVICE_TYPE)[keyof typeof CAMERA_DEVICE_TYPE]
|
|
136
|
+
|
|
137
|
+
export const CAMERA_DEVICE_TYPE_LIST = Object.values(CAMERA_DEVICE_TYPE)
|
|
138
|
+
|
|
139
|
+
export const camera_device_type = z
|
|
140
|
+
.enum(Object.values(CAMERA_DEVICE_TYPE) as [CameraDeviceTypeFromMapping])
|
|
141
|
+
.describe('Device type for cameras.')
|
|
142
|
+
|
|
143
|
+
export type CameraDeviceType = z.infer<typeof camera_device_type>
|
|
144
|
+
|
|
129
145
|
export const any_device_type = z.union([
|
|
130
146
|
lock_device_type,
|
|
131
147
|
key_device_type,
|
|
132
148
|
noise_sensor_device_type,
|
|
133
149
|
thermostat_device_type,
|
|
134
150
|
phone_device_type,
|
|
151
|
+
camera_device_type,
|
|
135
152
|
])
|
|
136
153
|
|
|
137
154
|
export type AnyDeviceType = z.infer<typeof any_device_type>
|