@seamapi/types 1.600.0 → 1.601.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 +40 -20
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +141 -77
- package/dist/index.cjs +40 -20
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +90 -35
- package/lib/seam/connect/models/devices/device-metadata.d.ts +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js +3 -2
- package/lib/seam/connect/models/devices/device-metadata.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 +10 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +8 -3
- package/lib/seam/connect/openapi.d.ts +4 -0
- package/lib/seam/connect/openapi.js +21 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +95 -61
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +4 -2
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +21 -3
- package/src/lib/seam/connect/route-types.ts +95 -34
package/dist/connect.d.cts
CHANGED
|
@@ -10400,7 +10400,7 @@ declare const batch: z.ZodObject<{
|
|
|
10400
10400
|
}>, "many">>;
|
|
10401
10401
|
devices: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
10402
10402
|
device_id: z.ZodString;
|
|
10403
|
-
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
10403
|
+
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
10404
10404
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
10405
10405
|
nickname: z.ZodOptional<z.ZodString>;
|
|
10406
10406
|
display_name: z.ZodString;
|
|
@@ -11427,10 +11427,13 @@ declare const batch: z.ZodObject<{
|
|
|
11427
11427
|
}>>;
|
|
11428
11428
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
11429
11429
|
device_id: z.ZodString;
|
|
11430
|
+
device_name: z.ZodString;
|
|
11430
11431
|
}, "strip", z.ZodTypeAny, {
|
|
11431
11432
|
device_id: string;
|
|
11433
|
+
device_name: string;
|
|
11432
11434
|
}, {
|
|
11433
11435
|
device_id: string;
|
|
11436
|
+
device_name: string;
|
|
11434
11437
|
}>>;
|
|
11435
11438
|
}, "strip", z.ZodTypeAny, {
|
|
11436
11439
|
ecobee_metadata?: {
|
|
@@ -11690,6 +11693,7 @@ declare const batch: z.ZodObject<{
|
|
|
11690
11693
|
} | undefined;
|
|
11691
11694
|
ultraloq_metadata?: {
|
|
11692
11695
|
device_id: string;
|
|
11696
|
+
device_name: string;
|
|
11693
11697
|
} | undefined;
|
|
11694
11698
|
}, {
|
|
11695
11699
|
ecobee_metadata?: {
|
|
@@ -11949,6 +11953,7 @@ declare const batch: z.ZodObject<{
|
|
|
11949
11953
|
} | undefined;
|
|
11950
11954
|
ultraloq_metadata?: {
|
|
11951
11955
|
device_id: string;
|
|
11956
|
+
device_name: string;
|
|
11952
11957
|
} | undefined;
|
|
11953
11958
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
11954
11959
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -13423,7 +13428,7 @@ declare const batch: z.ZodObject<{
|
|
|
13423
13428
|
warning_code: "unknown_issue_with_phone";
|
|
13424
13429
|
})[];
|
|
13425
13430
|
custom_metadata: Record<string, string | boolean>;
|
|
13426
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
13431
|
+
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");
|
|
13427
13432
|
space_ids: string[];
|
|
13428
13433
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
13429
13434
|
properties: {
|
|
@@ -13732,6 +13737,7 @@ declare const batch: z.ZodObject<{
|
|
|
13732
13737
|
} | undefined;
|
|
13733
13738
|
ultraloq_metadata?: {
|
|
13734
13739
|
device_id: string;
|
|
13740
|
+
device_name: string;
|
|
13735
13741
|
} | undefined;
|
|
13736
13742
|
} & {
|
|
13737
13743
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -14085,7 +14091,7 @@ declare const batch: z.ZodObject<{
|
|
|
14085
14091
|
warning_code: "unknown_issue_with_phone";
|
|
14086
14092
|
})[];
|
|
14087
14093
|
custom_metadata: Record<string, string | boolean>;
|
|
14088
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
14094
|
+
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");
|
|
14089
14095
|
space_ids: string[];
|
|
14090
14096
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
14091
14097
|
properties: {
|
|
@@ -14394,6 +14400,7 @@ declare const batch: z.ZodObject<{
|
|
|
14394
14400
|
} | undefined;
|
|
14395
14401
|
ultraloq_metadata?: {
|
|
14396
14402
|
device_id: string;
|
|
14403
|
+
device_name: string;
|
|
14397
14404
|
} | undefined;
|
|
14398
14405
|
} & {
|
|
14399
14406
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -21028,7 +21035,7 @@ declare const batch: z.ZodObject<{
|
|
|
21028
21035
|
}>, "many">>;
|
|
21029
21036
|
unmanaged_devices: z.ZodOptional<z.ZodArray<z.ZodObject<Pick<{
|
|
21030
21037
|
device_id: z.ZodString;
|
|
21031
|
-
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
21038
|
+
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
21032
21039
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
21033
21040
|
nickname: z.ZodOptional<z.ZodString>;
|
|
21034
21041
|
display_name: z.ZodString;
|
|
@@ -22055,10 +22062,13 @@ declare const batch: z.ZodObject<{
|
|
|
22055
22062
|
}>>;
|
|
22056
22063
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
22057
22064
|
device_id: z.ZodString;
|
|
22065
|
+
device_name: z.ZodString;
|
|
22058
22066
|
}, "strip", z.ZodTypeAny, {
|
|
22059
22067
|
device_id: string;
|
|
22068
|
+
device_name: string;
|
|
22060
22069
|
}, {
|
|
22061
22070
|
device_id: string;
|
|
22071
|
+
device_name: string;
|
|
22062
22072
|
}>>;
|
|
22063
22073
|
}, "strip", z.ZodTypeAny, {
|
|
22064
22074
|
ecobee_metadata?: {
|
|
@@ -22318,6 +22328,7 @@ declare const batch: z.ZodObject<{
|
|
|
22318
22328
|
} | undefined;
|
|
22319
22329
|
ultraloq_metadata?: {
|
|
22320
22330
|
device_id: string;
|
|
22331
|
+
device_name: string;
|
|
22321
22332
|
} | undefined;
|
|
22322
22333
|
}, {
|
|
22323
22334
|
ecobee_metadata?: {
|
|
@@ -22577,6 +22588,7 @@ declare const batch: z.ZodObject<{
|
|
|
22577
22588
|
} | undefined;
|
|
22578
22589
|
ultraloq_metadata?: {
|
|
22579
22590
|
device_id: string;
|
|
22591
|
+
device_name: string;
|
|
22580
22592
|
} | undefined;
|
|
22581
22593
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
22582
22594
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -24206,7 +24218,7 @@ declare const batch: z.ZodObject<{
|
|
|
24206
24218
|
warning_code: "unknown_issue_with_phone";
|
|
24207
24219
|
})[];
|
|
24208
24220
|
custom_metadata: Record<string, string | boolean>;
|
|
24209
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
24221
|
+
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");
|
|
24210
24222
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
24211
24223
|
properties: {
|
|
24212
24224
|
name: string;
|
|
@@ -24435,7 +24447,7 @@ declare const batch: z.ZodObject<{
|
|
|
24435
24447
|
warning_code: "unknown_issue_with_phone";
|
|
24436
24448
|
})[];
|
|
24437
24449
|
custom_metadata: Record<string, string | boolean>;
|
|
24438
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
24450
|
+
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");
|
|
24439
24451
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
24440
24452
|
properties: {
|
|
24441
24453
|
name: string;
|
|
@@ -31105,7 +31117,7 @@ declare const batch: z.ZodObject<{
|
|
|
31105
31117
|
warning_code: "unknown_issue_with_phone";
|
|
31106
31118
|
})[];
|
|
31107
31119
|
custom_metadata: Record<string, string | boolean>;
|
|
31108
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
31120
|
+
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");
|
|
31109
31121
|
space_ids: string[];
|
|
31110
31122
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
31111
31123
|
properties: {
|
|
@@ -31414,6 +31426,7 @@ declare const batch: z.ZodObject<{
|
|
|
31414
31426
|
} | undefined;
|
|
31415
31427
|
ultraloq_metadata?: {
|
|
31416
31428
|
device_id: string;
|
|
31429
|
+
device_name: string;
|
|
31417
31430
|
} | undefined;
|
|
31418
31431
|
} & {
|
|
31419
31432
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -33182,7 +33195,7 @@ declare const batch: z.ZodObject<{
|
|
|
33182
33195
|
warning_code: "unknown_issue_with_phone";
|
|
33183
33196
|
})[];
|
|
33184
33197
|
custom_metadata: Record<string, string | boolean>;
|
|
33185
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
33198
|
+
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");
|
|
33186
33199
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
33187
33200
|
properties: {
|
|
33188
33201
|
name: string;
|
|
@@ -35007,7 +35020,7 @@ declare const batch: z.ZodObject<{
|
|
|
35007
35020
|
warning_code: "unknown_issue_with_phone";
|
|
35008
35021
|
})[];
|
|
35009
35022
|
custom_metadata: Record<string, string | boolean>;
|
|
35010
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
35023
|
+
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");
|
|
35011
35024
|
space_ids: string[];
|
|
35012
35025
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
35013
35026
|
properties: {
|
|
@@ -35316,6 +35329,7 @@ declare const batch: z.ZodObject<{
|
|
|
35316
35329
|
} | undefined;
|
|
35317
35330
|
ultraloq_metadata?: {
|
|
35318
35331
|
device_id: string;
|
|
35332
|
+
device_name: string;
|
|
35319
35333
|
} | undefined;
|
|
35320
35334
|
} & {
|
|
35321
35335
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -37084,7 +37098,7 @@ declare const batch: z.ZodObject<{
|
|
|
37084
37098
|
warning_code: "unknown_issue_with_phone";
|
|
37085
37099
|
})[];
|
|
37086
37100
|
custom_metadata: Record<string, string | boolean>;
|
|
37087
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
37101
|
+
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");
|
|
37088
37102
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
37089
37103
|
properties: {
|
|
37090
37104
|
name: string;
|
|
@@ -40022,7 +40036,7 @@ declare const device_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObje
|
|
|
40022
40036
|
type DeviceWarning = z.infer<typeof device_warning>;
|
|
40023
40037
|
declare const device: z.ZodObject<{
|
|
40024
40038
|
device_id: z.ZodString;
|
|
40025
|
-
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
40039
|
+
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
40026
40040
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
40027
40041
|
nickname: z.ZodOptional<z.ZodString>;
|
|
40028
40042
|
display_name: z.ZodString;
|
|
@@ -41049,10 +41063,13 @@ declare const device: z.ZodObject<{
|
|
|
41049
41063
|
}>>;
|
|
41050
41064
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
41051
41065
|
device_id: z.ZodString;
|
|
41066
|
+
device_name: z.ZodString;
|
|
41052
41067
|
}, "strip", z.ZodTypeAny, {
|
|
41053
41068
|
device_id: string;
|
|
41069
|
+
device_name: string;
|
|
41054
41070
|
}, {
|
|
41055
41071
|
device_id: string;
|
|
41072
|
+
device_name: string;
|
|
41056
41073
|
}>>;
|
|
41057
41074
|
}, "strip", z.ZodTypeAny, {
|
|
41058
41075
|
ecobee_metadata?: {
|
|
@@ -41312,6 +41329,7 @@ declare const device: z.ZodObject<{
|
|
|
41312
41329
|
} | undefined;
|
|
41313
41330
|
ultraloq_metadata?: {
|
|
41314
41331
|
device_id: string;
|
|
41332
|
+
device_name: string;
|
|
41315
41333
|
} | undefined;
|
|
41316
41334
|
}, {
|
|
41317
41335
|
ecobee_metadata?: {
|
|
@@ -41571,6 +41589,7 @@ declare const device: z.ZodObject<{
|
|
|
41571
41589
|
} | undefined;
|
|
41572
41590
|
ultraloq_metadata?: {
|
|
41573
41591
|
device_id: string;
|
|
41592
|
+
device_name: string;
|
|
41574
41593
|
} | undefined;
|
|
41575
41594
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
41576
41595
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -43045,7 +43064,7 @@ declare const device: z.ZodObject<{
|
|
|
43045
43064
|
warning_code: "unknown_issue_with_phone";
|
|
43046
43065
|
})[];
|
|
43047
43066
|
custom_metadata: Record<string, string | boolean>;
|
|
43048
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
43067
|
+
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");
|
|
43049
43068
|
space_ids: string[];
|
|
43050
43069
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
43051
43070
|
properties: {
|
|
@@ -43354,6 +43373,7 @@ declare const device: z.ZodObject<{
|
|
|
43354
43373
|
} | undefined;
|
|
43355
43374
|
ultraloq_metadata?: {
|
|
43356
43375
|
device_id: string;
|
|
43376
|
+
device_name: string;
|
|
43357
43377
|
} | undefined;
|
|
43358
43378
|
} & {
|
|
43359
43379
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -43707,7 +43727,7 @@ declare const device: z.ZodObject<{
|
|
|
43707
43727
|
warning_code: "unknown_issue_with_phone";
|
|
43708
43728
|
})[];
|
|
43709
43729
|
custom_metadata: Record<string, string | boolean>;
|
|
43710
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
43730
|
+
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");
|
|
43711
43731
|
space_ids: string[];
|
|
43712
43732
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
43713
43733
|
properties: {
|
|
@@ -44016,6 +44036,7 @@ declare const device: z.ZodObject<{
|
|
|
44016
44036
|
} | undefined;
|
|
44017
44037
|
ultraloq_metadata?: {
|
|
44018
44038
|
device_id: string;
|
|
44039
|
+
device_name: string;
|
|
44019
44040
|
} | undefined;
|
|
44020
44041
|
} & {
|
|
44021
44042
|
_experimental_supported_code_from_access_codes_lengths?: number[] | undefined;
|
|
@@ -44328,7 +44349,7 @@ type DeviceProvider = z.infer<typeof device_provider>;
|
|
|
44328
44349
|
|
|
44329
44350
|
declare const unmanaged_device: z.ZodObject<Pick<{
|
|
44330
44351
|
device_id: z.ZodString;
|
|
44331
|
-
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
44352
|
+
device_type: z.ZodUnion<[z.ZodEnum<["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"]>, z.ZodEnum<["keynest_key"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
44332
44353
|
space_ids: z.ZodArray<z.ZodString, "many">;
|
|
44333
44354
|
nickname: z.ZodOptional<z.ZodString>;
|
|
44334
44355
|
display_name: z.ZodString;
|
|
@@ -45355,10 +45376,13 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45355
45376
|
}>>;
|
|
45356
45377
|
ultraloq_metadata: z.ZodOptional<z.ZodObject<{
|
|
45357
45378
|
device_id: z.ZodString;
|
|
45379
|
+
device_name: z.ZodString;
|
|
45358
45380
|
}, "strip", z.ZodTypeAny, {
|
|
45359
45381
|
device_id: string;
|
|
45382
|
+
device_name: string;
|
|
45360
45383
|
}, {
|
|
45361
45384
|
device_id: string;
|
|
45385
|
+
device_name: string;
|
|
45362
45386
|
}>>;
|
|
45363
45387
|
}, "strip", z.ZodTypeAny, {
|
|
45364
45388
|
ecobee_metadata?: {
|
|
@@ -45618,6 +45642,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45618
45642
|
} | undefined;
|
|
45619
45643
|
ultraloq_metadata?: {
|
|
45620
45644
|
device_id: string;
|
|
45645
|
+
device_name: string;
|
|
45621
45646
|
} | undefined;
|
|
45622
45647
|
}, {
|
|
45623
45648
|
ecobee_metadata?: {
|
|
@@ -45877,6 +45902,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
45877
45902
|
} | undefined;
|
|
45878
45903
|
ultraloq_metadata?: {
|
|
45879
45904
|
device_id: string;
|
|
45905
|
+
device_name: string;
|
|
45880
45906
|
} | undefined;
|
|
45881
45907
|
}>>, z.ZodIntersection<z.ZodObject<{
|
|
45882
45908
|
_experimental_supported_code_from_access_codes_lengths: z.ZodOptional<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -47506,7 +47532,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47506
47532
|
warning_code: "unknown_issue_with_phone";
|
|
47507
47533
|
})[];
|
|
47508
47534
|
custom_metadata: Record<string, string | boolean>;
|
|
47509
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
47535
|
+
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");
|
|
47510
47536
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
47511
47537
|
properties: {
|
|
47512
47538
|
name: string;
|
|
@@ -47735,7 +47761,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
47735
47761
|
warning_code: "unknown_issue_with_phone";
|
|
47736
47762
|
})[];
|
|
47737
47763
|
custom_metadata: Record<string, string | boolean>;
|
|
47738
|
-
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") | "keynest_key" | ("noiseaware_activity_zone" | "minut_sensor") | ("ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "tado_thermostat" | "sensi_thermostat" | "smartthings_thermostat") | ("ios_phone" | "android_phone");
|
|
47764
|
+
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");
|
|
47739
47765
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
47740
47766
|
properties: {
|
|
47741
47767
|
name: string;
|
|
@@ -57363,6 +57389,10 @@ declare const _default: {
|
|
|
57363
57389
|
description: string;
|
|
57364
57390
|
type: string;
|
|
57365
57391
|
};
|
|
57392
|
+
device_name: {
|
|
57393
|
+
description: string;
|
|
57394
|
+
type: string;
|
|
57395
|
+
};
|
|
57366
57396
|
};
|
|
57367
57397
|
required: string[];
|
|
57368
57398
|
type: string;
|
|
@@ -118208,7 +118238,7 @@ type Routes = {
|
|
|
118208
118238
|
/** ID of the device. */
|
|
118209
118239
|
device_id: string;
|
|
118210
118240
|
/** Type of the device. */
|
|
118211
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
118241
|
+
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');
|
|
118212
118242
|
/** IDs of the spaces the device is in. */
|
|
118213
118243
|
space_ids: string[];
|
|
118214
118244
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -118796,10 +118826,12 @@ type Routes = {
|
|
|
118796
118826
|
/** Whether the KeyNest device has a photo. */
|
|
118797
118827
|
has_photo?: boolean | undefined;
|
|
118798
118828
|
} | undefined;
|
|
118799
|
-
/** Metadata for
|
|
118829
|
+
/** Metadata for an Ultraloq device. */
|
|
118800
118830
|
ultraloq_metadata?: {
|
|
118801
|
-
/** Device ID for
|
|
118831
|
+
/** Device ID for an Ultraloq device. */
|
|
118802
118832
|
device_id: string;
|
|
118833
|
+
/** Device name for an Ultraloq device. */
|
|
118834
|
+
device_name: string;
|
|
118803
118835
|
} | undefined;
|
|
118804
118836
|
}) & ({
|
|
118805
118837
|
/** */
|
|
@@ -121620,7 +121652,7 @@ type Routes = {
|
|
|
121620
121652
|
/** ID of the device. */
|
|
121621
121653
|
device_id: string;
|
|
121622
121654
|
/** Type of the device. */
|
|
121623
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
121655
|
+
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');
|
|
121624
121656
|
/** IDs of the spaces the device is in. */
|
|
121625
121657
|
space_ids: string[];
|
|
121626
121658
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -122208,10 +122240,12 @@ type Routes = {
|
|
|
122208
122240
|
/** Whether the KeyNest device has a photo. */
|
|
122209
122241
|
has_photo?: boolean | undefined;
|
|
122210
122242
|
} | undefined;
|
|
122211
|
-
/** Metadata for
|
|
122243
|
+
/** Metadata for an Ultraloq device. */
|
|
122212
122244
|
ultraloq_metadata?: {
|
|
122213
|
-
/** Device ID for
|
|
122245
|
+
/** Device ID for an Ultraloq device. */
|
|
122214
122246
|
device_id: string;
|
|
122247
|
+
/** Device name for an Ultraloq device. */
|
|
122248
|
+
device_name: string;
|
|
122215
122249
|
} | undefined;
|
|
122216
122250
|
}) & ({
|
|
122217
122251
|
/** */
|
|
@@ -125106,7 +125140,7 @@ type Routes = {
|
|
|
125106
125140
|
/** ID of the device. */
|
|
125107
125141
|
device_id: string;
|
|
125108
125142
|
/** Type of the device. */
|
|
125109
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
125143
|
+
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');
|
|
125110
125144
|
/** Unique identifier for the account associated with the device. */
|
|
125111
125145
|
connected_account_id: string;
|
|
125112
125146
|
/** Location information for the device. */
|
|
@@ -140242,7 +140276,7 @@ type Routes = {
|
|
|
140242
140276
|
/** ID of the device. */
|
|
140243
140277
|
device_id: string;
|
|
140244
140278
|
/** Type of the device. */
|
|
140245
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
140279
|
+
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');
|
|
140246
140280
|
/** IDs of the spaces the device is in. */
|
|
140247
140281
|
space_ids: string[];
|
|
140248
140282
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -140830,10 +140864,12 @@ type Routes = {
|
|
|
140830
140864
|
/** Whether the KeyNest device has a photo. */
|
|
140831
140865
|
has_photo?: boolean | undefined;
|
|
140832
140866
|
} | undefined;
|
|
140833
|
-
/** Metadata for
|
|
140867
|
+
/** Metadata for an Ultraloq device. */
|
|
140834
140868
|
ultraloq_metadata?: {
|
|
140835
|
-
/** Device ID for
|
|
140869
|
+
/** Device ID for an Ultraloq device. */
|
|
140836
140870
|
device_id: string;
|
|
140871
|
+
/** Device name for an Ultraloq device. */
|
|
140872
|
+
device_name: string;
|
|
140837
140873
|
} | undefined;
|
|
140838
140874
|
}) & ({
|
|
140839
140875
|
/** */
|
|
@@ -141466,9 +141502,9 @@ type Routes = {
|
|
|
141466
141502
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
141467
141503
|
connect_webview_id?: string | undefined;
|
|
141468
141504
|
/** Device type for which you want to list devices. */
|
|
141469
|
-
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') | '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;
|
|
141505
|
+
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;
|
|
141470
141506
|
/** Array of device types for which you want to list devices. */
|
|
141471
|
-
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') | '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;
|
|
141507
|
+
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;
|
|
141472
141508
|
/** Manufacturer for which you want to list devices. */
|
|
141473
141509
|
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' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
141474
141510
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -141503,7 +141539,7 @@ type Routes = {
|
|
|
141503
141539
|
/** ID of the device. */
|
|
141504
141540
|
device_id: string;
|
|
141505
141541
|
/** Type of the device. */
|
|
141506
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
141542
|
+
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');
|
|
141507
141543
|
/** IDs of the spaces the device is in. */
|
|
141508
141544
|
space_ids: string[];
|
|
141509
141545
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -142091,10 +142127,12 @@ type Routes = {
|
|
|
142091
142127
|
/** Whether the KeyNest device has a photo. */
|
|
142092
142128
|
has_photo?: boolean | undefined;
|
|
142093
142129
|
} | undefined;
|
|
142094
|
-
/** Metadata for
|
|
142130
|
+
/** Metadata for an Ultraloq device. */
|
|
142095
142131
|
ultraloq_metadata?: {
|
|
142096
|
-
/** Device ID for
|
|
142132
|
+
/** Device ID for an Ultraloq device. */
|
|
142097
142133
|
device_id: string;
|
|
142134
|
+
/** Device name for an Ultraloq device. */
|
|
142135
|
+
device_name: string;
|
|
142098
142136
|
} | undefined;
|
|
142099
142137
|
}) & ({
|
|
142100
142138
|
/** */
|
|
@@ -142849,7 +142887,7 @@ type Routes = {
|
|
|
142849
142887
|
/** ID of the device. */
|
|
142850
142888
|
device_id: string;
|
|
142851
142889
|
/** Type of the device. */
|
|
142852
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
142890
|
+
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');
|
|
142853
142891
|
/** Unique identifier for the account associated with the device. */
|
|
142854
142892
|
connected_account_id: string;
|
|
142855
142893
|
/** Location information for the device. */
|
|
@@ -143245,9 +143283,9 @@ type Routes = {
|
|
|
143245
143283
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
143246
143284
|
connect_webview_id?: string | undefined;
|
|
143247
143285
|
/** Device type for which you want to list devices. */
|
|
143248
|
-
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') | '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;
|
|
143286
|
+
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;
|
|
143249
143287
|
/** Array of device types for which you want to list devices. */
|
|
143250
|
-
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') | '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;
|
|
143288
|
+
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;
|
|
143251
143289
|
/** Manufacturer for which you want to list devices. */
|
|
143252
143290
|
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' | 'kwikset2' | 'minut' | 'nest' | 'noiseaware' | 'tado' | 'sensi' | 'smartthings' | 'keynest' | 'ultraloq') | undefined;
|
|
143253
143291
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -143282,7 +143320,7 @@ type Routes = {
|
|
|
143282
143320
|
/** ID of the device. */
|
|
143283
143321
|
device_id: string;
|
|
143284
143322
|
/** Type of the device. */
|
|
143285
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
143323
|
+
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');
|
|
143286
143324
|
/** Unique identifier for the account associated with the device. */
|
|
143287
143325
|
connected_account_id: string;
|
|
143288
143326
|
/** Location information for the device. */
|
|
@@ -147685,7 +147723,7 @@ type Routes = {
|
|
|
147685
147723
|
/** ID of the device. */
|
|
147686
147724
|
device_id: string;
|
|
147687
147725
|
/** Type of the device. */
|
|
147688
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
147726
|
+
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');
|
|
147689
147727
|
/** IDs of the spaces the device is in. */
|
|
147690
147728
|
space_ids: string[];
|
|
147691
147729
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -148273,10 +148311,12 @@ type Routes = {
|
|
|
148273
148311
|
/** Whether the KeyNest device has a photo. */
|
|
148274
148312
|
has_photo?: boolean | undefined;
|
|
148275
148313
|
} | undefined;
|
|
148276
|
-
/** Metadata for
|
|
148314
|
+
/** Metadata for an Ultraloq device. */
|
|
148277
148315
|
ultraloq_metadata?: {
|
|
148278
|
-
/** Device ID for
|
|
148316
|
+
/** Device ID for an Ultraloq device. */
|
|
148279
148317
|
device_id: string;
|
|
148318
|
+
/** Device name for an Ultraloq device. */
|
|
148319
|
+
device_name: string;
|
|
148280
148320
|
} | undefined;
|
|
148281
148321
|
}) & ({
|
|
148282
148322
|
/** */
|
|
@@ -148897,7 +148937,7 @@ type Routes = {
|
|
|
148897
148937
|
/** ID of the device. */
|
|
148898
148938
|
device_id: string;
|
|
148899
148939
|
/** Type of the device. */
|
|
148900
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
148940
|
+
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');
|
|
148901
148941
|
/** IDs of the spaces the device is in. */
|
|
148902
148942
|
space_ids: string[];
|
|
148903
148943
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -149485,10 +149525,12 @@ type Routes = {
|
|
|
149485
149525
|
/** Whether the KeyNest device has a photo. */
|
|
149486
149526
|
has_photo?: boolean | undefined;
|
|
149487
149527
|
} | undefined;
|
|
149488
|
-
/** Metadata for
|
|
149528
|
+
/** Metadata for an Ultraloq device. */
|
|
149489
149529
|
ultraloq_metadata?: {
|
|
149490
|
-
/** Device ID for
|
|
149530
|
+
/** Device ID for an Ultraloq device. */
|
|
149491
149531
|
device_id: string;
|
|
149532
|
+
/** Device name for an Ultraloq device. */
|
|
149533
|
+
device_name: string;
|
|
149492
149534
|
} | undefined;
|
|
149493
149535
|
}) & ({
|
|
149494
149536
|
/** */
|
|
@@ -150121,9 +150163,9 @@ type Routes = {
|
|
|
150121
150163
|
/** ID of the Connect Webview for which you want to list devices. */
|
|
150122
150164
|
connect_webview_id?: string | undefined;
|
|
150123
150165
|
/** Device type of the locks that you want to list. */
|
|
150124
|
-
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') | undefined;
|
|
150166
|
+
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;
|
|
150125
150167
|
/** Device types of the locks that you want to list. */
|
|
150126
|
-
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')[] | undefined;
|
|
150168
|
+
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;
|
|
150127
150169
|
/** Manufacturer of the locks that you want to list. */
|
|
150128
150170
|
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;
|
|
150129
150171
|
/** Array of device IDs for which you want to list devices. */
|
|
@@ -150158,7 +150200,7 @@ type Routes = {
|
|
|
150158
150200
|
/** ID of the device. */
|
|
150159
150201
|
device_id: string;
|
|
150160
150202
|
/** Type of the device. */
|
|
150161
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
150203
|
+
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');
|
|
150162
150204
|
/** IDs of the spaces the device is in. */
|
|
150163
150205
|
space_ids: string[];
|
|
150164
150206
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -150746,10 +150788,12 @@ type Routes = {
|
|
|
150746
150788
|
/** Whether the KeyNest device has a photo. */
|
|
150747
150789
|
has_photo?: boolean | undefined;
|
|
150748
150790
|
} | undefined;
|
|
150749
|
-
/** Metadata for
|
|
150791
|
+
/** Metadata for an Ultraloq device. */
|
|
150750
150792
|
ultraloq_metadata?: {
|
|
150751
|
-
/** Device ID for
|
|
150793
|
+
/** Device ID for an Ultraloq device. */
|
|
150752
150794
|
device_id: string;
|
|
150795
|
+
/** Device name for an Ultraloq device. */
|
|
150796
|
+
device_name: string;
|
|
150753
150797
|
} | undefined;
|
|
150754
150798
|
}) & ({
|
|
150755
150799
|
/** */
|
|
@@ -151369,7 +151413,7 @@ type Routes = {
|
|
|
151369
151413
|
/** ID of the device. */
|
|
151370
151414
|
device_id: string;
|
|
151371
151415
|
/** Type of the device. */
|
|
151372
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
151416
|
+
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');
|
|
151373
151417
|
/** IDs of the spaces the device is in. */
|
|
151374
151418
|
space_ids: string[];
|
|
151375
151419
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -151957,10 +152001,12 @@ type Routes = {
|
|
|
151957
152001
|
/** Whether the KeyNest device has a photo. */
|
|
151958
152002
|
has_photo?: boolean | undefined;
|
|
151959
152003
|
} | undefined;
|
|
151960
|
-
/** Metadata for
|
|
152004
|
+
/** Metadata for an Ultraloq device. */
|
|
151961
152005
|
ultraloq_metadata?: {
|
|
151962
|
-
/** Device ID for
|
|
152006
|
+
/** Device ID for an Ultraloq device. */
|
|
151963
152007
|
device_id: string;
|
|
152008
|
+
/** Device name for an Ultraloq device. */
|
|
152009
|
+
device_name: string;
|
|
151964
152010
|
} | undefined;
|
|
151965
152011
|
}) & ({
|
|
151966
152012
|
/** */
|
|
@@ -157668,7 +157714,7 @@ type Routes = {
|
|
|
157668
157714
|
/** ID of the device. */
|
|
157669
157715
|
device_id: string;
|
|
157670
157716
|
/** Type of the device. */
|
|
157671
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
157717
|
+
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');
|
|
157672
157718
|
/** IDs of the spaces the device is in. */
|
|
157673
157719
|
space_ids: string[];
|
|
157674
157720
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -158256,10 +158302,12 @@ type Routes = {
|
|
|
158256
158302
|
/** Whether the KeyNest device has a photo. */
|
|
158257
158303
|
has_photo?: boolean | undefined;
|
|
158258
158304
|
} | undefined;
|
|
158259
|
-
/** Metadata for
|
|
158305
|
+
/** Metadata for an Ultraloq device. */
|
|
158260
158306
|
ultraloq_metadata?: {
|
|
158261
|
-
/** Device ID for
|
|
158307
|
+
/** Device ID for an Ultraloq device. */
|
|
158262
158308
|
device_id: string;
|
|
158309
|
+
/** Device name for an Ultraloq device. */
|
|
158310
|
+
device_name: string;
|
|
158263
158311
|
} | undefined;
|
|
158264
158312
|
}) & ({
|
|
158265
158313
|
/** */
|
|
@@ -158879,7 +158927,7 @@ type Routes = {
|
|
|
158879
158927
|
/** ID of the device. */
|
|
158880
158928
|
device_id: string;
|
|
158881
158929
|
/** Type of the device. */
|
|
158882
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
158930
|
+
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');
|
|
158883
158931
|
/** IDs of the spaces the device is in. */
|
|
158884
158932
|
space_ids: string[];
|
|
158885
158933
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -159467,10 +159515,12 @@ type Routes = {
|
|
|
159467
159515
|
/** Whether the KeyNest device has a photo. */
|
|
159468
159516
|
has_photo?: boolean | undefined;
|
|
159469
159517
|
} | undefined;
|
|
159470
|
-
/** Metadata for
|
|
159518
|
+
/** Metadata for an Ultraloq device. */
|
|
159471
159519
|
ultraloq_metadata?: {
|
|
159472
|
-
/** Device ID for
|
|
159520
|
+
/** Device ID for an Ultraloq device. */
|
|
159473
159521
|
device_id: string;
|
|
159522
|
+
/** Device name for an Ultraloq device. */
|
|
159523
|
+
device_name: string;
|
|
159474
159524
|
} | undefined;
|
|
159475
159525
|
}) & ({
|
|
159476
159526
|
/** */
|
|
@@ -167818,7 +167868,7 @@ type Routes = {
|
|
|
167818
167868
|
/** ID of the device. */
|
|
167819
167869
|
device_id: string;
|
|
167820
167870
|
/** Type of the device. */
|
|
167821
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
167871
|
+
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');
|
|
167822
167872
|
/** IDs of the spaces the device is in. */
|
|
167823
167873
|
space_ids: string[];
|
|
167824
167874
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -168406,10 +168456,12 @@ type Routes = {
|
|
|
168406
168456
|
/** Whether the KeyNest device has a photo. */
|
|
168407
168457
|
has_photo?: boolean | undefined;
|
|
168408
168458
|
} | undefined;
|
|
168409
|
-
/** Metadata for
|
|
168459
|
+
/** Metadata for an Ultraloq device. */
|
|
168410
168460
|
ultraloq_metadata?: {
|
|
168411
|
-
/** Device ID for
|
|
168461
|
+
/** Device ID for an Ultraloq device. */
|
|
168412
168462
|
device_id: string;
|
|
168463
|
+
/** Device name for an Ultraloq device. */
|
|
168464
|
+
device_name: string;
|
|
168413
168465
|
} | undefined;
|
|
168414
168466
|
}) & ({
|
|
168415
168467
|
/** */
|
|
@@ -173429,7 +173481,7 @@ type Routes = {
|
|
|
173429
173481
|
/** ID of the device. */
|
|
173430
173482
|
device_id: string;
|
|
173431
173483
|
/** Type of the device. */
|
|
173432
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
173484
|
+
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');
|
|
173433
173485
|
/** IDs of the spaces the device is in. */
|
|
173434
173486
|
space_ids: string[];
|
|
173435
173487
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -174017,10 +174069,12 @@ type Routes = {
|
|
|
174017
174069
|
/** Whether the KeyNest device has a photo. */
|
|
174018
174070
|
has_photo?: boolean | undefined;
|
|
174019
174071
|
} | undefined;
|
|
174020
|
-
/** Metadata for
|
|
174072
|
+
/** Metadata for an Ultraloq device. */
|
|
174021
174073
|
ultraloq_metadata?: {
|
|
174022
|
-
/** Device ID for
|
|
174074
|
+
/** Device ID for an Ultraloq device. */
|
|
174023
174075
|
device_id: string;
|
|
174076
|
+
/** Device name for an Ultraloq device. */
|
|
174077
|
+
device_name: string;
|
|
174024
174078
|
} | undefined;
|
|
174025
174079
|
}) & ({
|
|
174026
174080
|
/** */
|
|
@@ -177222,7 +177276,7 @@ type Routes = {
|
|
|
177222
177276
|
/** ID of the device. */
|
|
177223
177277
|
device_id: string;
|
|
177224
177278
|
/** Type of the device. */
|
|
177225
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
177279
|
+
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');
|
|
177226
177280
|
/** IDs of the spaces the device is in. */
|
|
177227
177281
|
space_ids: string[];
|
|
177228
177282
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -177810,10 +177864,12 @@ type Routes = {
|
|
|
177810
177864
|
/** Whether the KeyNest device has a photo. */
|
|
177811
177865
|
has_photo?: boolean | undefined;
|
|
177812
177866
|
} | undefined;
|
|
177813
|
-
/** Metadata for
|
|
177867
|
+
/** Metadata for an Ultraloq device. */
|
|
177814
177868
|
ultraloq_metadata?: {
|
|
177815
|
-
/** Device ID for
|
|
177869
|
+
/** Device ID for an Ultraloq device. */
|
|
177816
177870
|
device_id: string;
|
|
177871
|
+
/** Device name for an Ultraloq device. */
|
|
177872
|
+
device_name: string;
|
|
177817
177873
|
} | undefined;
|
|
177818
177874
|
}) & ({
|
|
177819
177875
|
/** */
|
|
@@ -178433,7 +178489,7 @@ type Routes = {
|
|
|
178433
178489
|
/** ID of the device. */
|
|
178434
178490
|
device_id: string;
|
|
178435
178491
|
/** Type of the device. */
|
|
178436
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
178492
|
+
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');
|
|
178437
178493
|
/** IDs of the spaces the device is in. */
|
|
178438
178494
|
space_ids: string[];
|
|
178439
178495
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -179021,10 +179077,12 @@ type Routes = {
|
|
|
179021
179077
|
/** Whether the KeyNest device has a photo. */
|
|
179022
179078
|
has_photo?: boolean | undefined;
|
|
179023
179079
|
} | undefined;
|
|
179024
|
-
/** Metadata for
|
|
179080
|
+
/** Metadata for an Ultraloq device. */
|
|
179025
179081
|
ultraloq_metadata?: {
|
|
179026
|
-
/** Device ID for
|
|
179082
|
+
/** Device ID for an Ultraloq device. */
|
|
179027
179083
|
device_id: string;
|
|
179084
|
+
/** Device name for an Ultraloq device. */
|
|
179085
|
+
device_name: string;
|
|
179028
179086
|
} | undefined;
|
|
179029
179087
|
}) & ({
|
|
179030
179088
|
/** */
|
|
@@ -185587,7 +185645,7 @@ type Routes = {
|
|
|
185587
185645
|
/** ID of the device. */
|
|
185588
185646
|
device_id: string;
|
|
185589
185647
|
/** Type of the device. */
|
|
185590
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
185648
|
+
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');
|
|
185591
185649
|
/** IDs of the spaces the device is in. */
|
|
185592
185650
|
space_ids: string[];
|
|
185593
185651
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -186175,10 +186233,12 @@ type Routes = {
|
|
|
186175
186233
|
/** Whether the KeyNest device has a photo. */
|
|
186176
186234
|
has_photo?: boolean | undefined;
|
|
186177
186235
|
} | undefined;
|
|
186178
|
-
/** Metadata for
|
|
186236
|
+
/** Metadata for an Ultraloq device. */
|
|
186179
186237
|
ultraloq_metadata?: {
|
|
186180
|
-
/** Device ID for
|
|
186238
|
+
/** Device ID for an Ultraloq device. */
|
|
186181
186239
|
device_id: string;
|
|
186240
|
+
/** Device name for an Ultraloq device. */
|
|
186241
|
+
device_name: string;
|
|
186182
186242
|
} | undefined;
|
|
186183
186243
|
}) & ({
|
|
186184
186244
|
/** */
|
|
@@ -186800,7 +186860,7 @@ type Routes = {
|
|
|
186800
186860
|
/** ID of the device. */
|
|
186801
186861
|
device_id: string;
|
|
186802
186862
|
/** Type of the device. */
|
|
186803
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
186863
|
+
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');
|
|
186804
186864
|
/** IDs of the spaces the device is in. */
|
|
186805
186865
|
space_ids: string[];
|
|
186806
186866
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -187388,10 +187448,12 @@ type Routes = {
|
|
|
187388
187448
|
/** Whether the KeyNest device has a photo. */
|
|
187389
187449
|
has_photo?: boolean | undefined;
|
|
187390
187450
|
} | undefined;
|
|
187391
|
-
/** Metadata for
|
|
187451
|
+
/** Metadata for an Ultraloq device. */
|
|
187392
187452
|
ultraloq_metadata?: {
|
|
187393
|
-
/** Device ID for
|
|
187453
|
+
/** Device ID for an Ultraloq device. */
|
|
187394
187454
|
device_id: string;
|
|
187455
|
+
/** Device name for an Ultraloq device. */
|
|
187456
|
+
device_name: string;
|
|
187395
187457
|
} | undefined;
|
|
187396
187458
|
}) & ({
|
|
187397
187459
|
/** */
|
|
@@ -188920,7 +188982,7 @@ type Routes = {
|
|
|
188920
188982
|
/** ID of the device. */
|
|
188921
188983
|
device_id: string;
|
|
188922
188984
|
/** Type of the device. */
|
|
188923
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
188985
|
+
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');
|
|
188924
188986
|
/** IDs of the spaces the device is in. */
|
|
188925
188987
|
space_ids: string[];
|
|
188926
188988
|
/** Optional nickname to describe the device, settable through Seam. */
|
|
@@ -189508,10 +189570,12 @@ type Routes = {
|
|
|
189508
189570
|
/** Whether the KeyNest device has a photo. */
|
|
189509
189571
|
has_photo?: boolean | undefined;
|
|
189510
189572
|
} | undefined;
|
|
189511
|
-
/** Metadata for
|
|
189573
|
+
/** Metadata for an Ultraloq device. */
|
|
189512
189574
|
ultraloq_metadata?: {
|
|
189513
|
-
/** Device ID for
|
|
189575
|
+
/** Device ID for an Ultraloq device. */
|
|
189514
189576
|
device_id: string;
|
|
189577
|
+
/** Device name for an Ultraloq device. */
|
|
189578
|
+
device_name: string;
|
|
189515
189579
|
} | undefined;
|
|
189516
189580
|
}) & ({
|
|
189517
189581
|
/** */
|
|
@@ -192406,7 +192470,7 @@ type Routes = {
|
|
|
192406
192470
|
/** ID of the device. */
|
|
192407
192471
|
device_id: string;
|
|
192408
192472
|
/** Type of the device. */
|
|
192409
|
-
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') | 'keynest_key' | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat' | 'honeywell_resideo_thermostat' | 'tado_thermostat' | 'sensi_thermostat' | 'smartthings_thermostat') | ('ios_phone' | 'android_phone');
|
|
192473
|
+
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');
|
|
192410
192474
|
/** Unique identifier for the account associated with the device. */
|
|
192411
192475
|
connected_account_id: string;
|
|
192412
192476
|
/** Location information for the device. */
|