@seamapi/types 1.132.0 → 1.132.1
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 +22 -19
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +45 -45
- package/lib/seam/connect/openapi.d.ts +2 -2
- package/lib/seam/connect/openapi.js +22 -19
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +43 -43
- package/lib/seam/connect/unstable/models/devices/device-metadata.d.ts +8 -8
- package/lib/seam/connect/unstable/models/devices/device-metadata.js +2 -2
- package/lib/seam/connect/unstable/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.d.ts +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js +1 -1
- package/lib/seam/connect/unstable/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +19 -19
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +22 -19
- package/src/lib/seam/connect/route-types.ts +119 -43
- package/src/lib/seam/connect/unstable/models/devices/device-metadata.ts +2 -2
- package/src/lib/seam/connect/unstable/models/devices/device-type.ts +1 -1
|
@@ -95,7 +95,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
95
95
|
online_access_codes_enabled?: boolean | undefined;
|
|
96
96
|
offline_access_codes_enabled?: boolean | undefined;
|
|
97
97
|
}>;
|
|
98
|
-
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"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "
|
|
98
|
+
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"]>, z.ZodEnum<["noiseaware_activity_zone" | "minut_sensor"]>, z.ZodEnum<["ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat"]>, z.ZodEnum<["ios_phone" | "android_phone"]>]>;
|
|
99
99
|
capabilities_supported: z.ZodArray<z.ZodEnum<["access_code", "lock", "noise_detection", "thermostat", "battery", "phone"]>, "many">;
|
|
100
100
|
errors: z.ZodArray<z.ZodObject<{
|
|
101
101
|
error_code: z.ZodString;
|
|
@@ -147,7 +147,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
147
147
|
online_access_codes_enabled?: boolean | undefined;
|
|
148
148
|
offline_access_codes_enabled?: boolean | undefined;
|
|
149
149
|
};
|
|
150
|
-
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" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "
|
|
150
|
+
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" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "ios_phone" | "android_phone";
|
|
151
151
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
152
152
|
errors: {
|
|
153
153
|
message: string;
|
|
@@ -187,7 +187,7 @@ export declare const unmanaged_device: z.ZodObject<{
|
|
|
187
187
|
online_access_codes_enabled?: boolean | undefined;
|
|
188
188
|
offline_access_codes_enabled?: boolean | undefined;
|
|
189
189
|
};
|
|
190
|
-
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" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "
|
|
190
|
+
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" | "noiseaware_activity_zone" | "minut_sensor" | "ecobee_thermostat" | "nest_thermostat" | "honeywell_resideo_thermostat" | "ios_phone" | "android_phone";
|
|
191
191
|
capabilities_supported: ("access_code" | "lock" | "noise_detection" | "thermostat" | "battery" | "phone")[];
|
|
192
192
|
errors: {
|
|
193
193
|
message: string;
|
package/package.json
CHANGED
|
@@ -610,7 +610,7 @@ export default {
|
|
|
610
610
|
enum: [
|
|
611
611
|
'ecobee_thermostat',
|
|
612
612
|
'nest_thermostat',
|
|
613
|
-
'
|
|
613
|
+
'honeywell_resideo_thermostat',
|
|
614
614
|
],
|
|
615
615
|
type: 'string',
|
|
616
616
|
},
|
|
@@ -948,12 +948,15 @@ export default {
|
|
|
948
948
|
required: ['device_name', 'door_name'],
|
|
949
949
|
type: 'object',
|
|
950
950
|
},
|
|
951
|
-
|
|
951
|
+
honeywell_resideo_metadata: {
|
|
952
952
|
properties: {
|
|
953
953
|
device_name: { type: 'string' },
|
|
954
|
-
|
|
954
|
+
honeywell_resideo_device_id: { type: 'string' },
|
|
955
955
|
},
|
|
956
|
-
required: [
|
|
956
|
+
required: [
|
|
957
|
+
'honeywell_resideo_device_id',
|
|
958
|
+
'device_name',
|
|
959
|
+
],
|
|
957
960
|
type: 'object',
|
|
958
961
|
},
|
|
959
962
|
hubitat_metadata: {
|
|
@@ -1784,7 +1787,7 @@ export default {
|
|
|
1784
1787
|
'assa_abloy_credential_service',
|
|
1785
1788
|
'seam_bridge',
|
|
1786
1789
|
'tedee',
|
|
1787
|
-
'
|
|
1790
|
+
'honeywell_resideo',
|
|
1788
1791
|
],
|
|
1789
1792
|
type: 'string',
|
|
1790
1793
|
},
|
|
@@ -2174,7 +2177,7 @@ export default {
|
|
|
2174
2177
|
enum: [
|
|
2175
2178
|
'ecobee_thermostat',
|
|
2176
2179
|
'nest_thermostat',
|
|
2177
|
-
'
|
|
2180
|
+
'honeywell_resideo_thermostat',
|
|
2178
2181
|
],
|
|
2179
2182
|
type: 'string',
|
|
2180
2183
|
},
|
|
@@ -7092,7 +7095,7 @@ export default {
|
|
|
7092
7095
|
'assa_abloy_credential_service',
|
|
7093
7096
|
'seam_bridge',
|
|
7094
7097
|
'tedee',
|
|
7095
|
-
'
|
|
7098
|
+
'honeywell_resideo',
|
|
7096
7099
|
'yale_access',
|
|
7097
7100
|
'hid_cm',
|
|
7098
7101
|
'google_nest',
|
|
@@ -7744,7 +7747,7 @@ export default {
|
|
|
7744
7747
|
enum: [
|
|
7745
7748
|
'ecobee_thermostat',
|
|
7746
7749
|
'nest_thermostat',
|
|
7747
|
-
'
|
|
7750
|
+
'honeywell_resideo_thermostat',
|
|
7748
7751
|
],
|
|
7749
7752
|
type: 'string',
|
|
7750
7753
|
},
|
|
@@ -7793,7 +7796,7 @@ export default {
|
|
|
7793
7796
|
enum: [
|
|
7794
7797
|
'ecobee_thermostat',
|
|
7795
7798
|
'nest_thermostat',
|
|
7796
|
-
'
|
|
7799
|
+
'honeywell_resideo_thermostat',
|
|
7797
7800
|
],
|
|
7798
7801
|
type: 'string',
|
|
7799
7802
|
},
|
|
@@ -7841,7 +7844,7 @@ export default {
|
|
|
7841
7844
|
'smartthings',
|
|
7842
7845
|
'dormakaba_oracode',
|
|
7843
7846
|
'tedee',
|
|
7844
|
-
'
|
|
7847
|
+
'honeywell_resideo',
|
|
7845
7848
|
],
|
|
7846
7849
|
type: 'string',
|
|
7847
7850
|
},
|
|
@@ -8071,7 +8074,7 @@ export default {
|
|
|
8071
8074
|
enum: [
|
|
8072
8075
|
'ecobee_thermostat',
|
|
8073
8076
|
'nest_thermostat',
|
|
8074
|
-
'
|
|
8077
|
+
'honeywell_resideo_thermostat',
|
|
8075
8078
|
],
|
|
8076
8079
|
type: 'string',
|
|
8077
8080
|
},
|
|
@@ -8120,7 +8123,7 @@ export default {
|
|
|
8120
8123
|
enum: [
|
|
8121
8124
|
'ecobee_thermostat',
|
|
8122
8125
|
'nest_thermostat',
|
|
8123
|
-
'
|
|
8126
|
+
'honeywell_resideo_thermostat',
|
|
8124
8127
|
],
|
|
8125
8128
|
type: 'string',
|
|
8126
8129
|
},
|
|
@@ -8168,7 +8171,7 @@ export default {
|
|
|
8168
8171
|
'smartthings',
|
|
8169
8172
|
'dormakaba_oracode',
|
|
8170
8173
|
'tedee',
|
|
8171
|
-
'
|
|
8174
|
+
'honeywell_resideo',
|
|
8172
8175
|
],
|
|
8173
8176
|
type: 'string',
|
|
8174
8177
|
},
|
|
@@ -9006,7 +9009,7 @@ export default {
|
|
|
9006
9009
|
enum: [
|
|
9007
9010
|
'ecobee_thermostat',
|
|
9008
9011
|
'nest_thermostat',
|
|
9009
|
-
'
|
|
9012
|
+
'honeywell_resideo_thermostat',
|
|
9010
9013
|
],
|
|
9011
9014
|
type: 'string',
|
|
9012
9015
|
},
|
|
@@ -9055,7 +9058,7 @@ export default {
|
|
|
9055
9058
|
enum: [
|
|
9056
9059
|
'ecobee_thermostat',
|
|
9057
9060
|
'nest_thermostat',
|
|
9058
|
-
'
|
|
9061
|
+
'honeywell_resideo_thermostat',
|
|
9059
9062
|
],
|
|
9060
9063
|
type: 'string',
|
|
9061
9064
|
},
|
|
@@ -9103,7 +9106,7 @@ export default {
|
|
|
9103
9106
|
'smartthings',
|
|
9104
9107
|
'dormakaba_oracode',
|
|
9105
9108
|
'tedee',
|
|
9106
|
-
'
|
|
9109
|
+
'honeywell_resideo',
|
|
9107
9110
|
],
|
|
9108
9111
|
type: 'string',
|
|
9109
9112
|
},
|
|
@@ -10703,7 +10706,7 @@ export default {
|
|
|
10703
10706
|
enum: [
|
|
10704
10707
|
'ecobee_thermostat',
|
|
10705
10708
|
'nest_thermostat',
|
|
10706
|
-
'
|
|
10709
|
+
'honeywell_resideo_thermostat',
|
|
10707
10710
|
],
|
|
10708
10711
|
type: 'string',
|
|
10709
10712
|
},
|
|
@@ -10752,7 +10755,7 @@ export default {
|
|
|
10752
10755
|
enum: [
|
|
10753
10756
|
'ecobee_thermostat',
|
|
10754
10757
|
'nest_thermostat',
|
|
10755
|
-
'
|
|
10758
|
+
'honeywell_resideo_thermostat',
|
|
10756
10759
|
],
|
|
10757
10760
|
type: 'string',
|
|
10758
10761
|
},
|
|
@@ -10800,7 +10803,7 @@ export default {
|
|
|
10800
10803
|
'smartthings',
|
|
10801
10804
|
'dormakaba_oracode',
|
|
10802
10805
|
'tedee',
|
|
10803
|
-
'
|
|
10806
|
+
'honeywell_resideo',
|
|
10804
10807
|
],
|
|
10805
10808
|
type: 'string',
|
|
10806
10809
|
},
|
|
@@ -1919,7 +1919,7 @@ export interface Routes {
|
|
|
1919
1919
|
| 'assa_abloy_credential_service'
|
|
1920
1920
|
| 'seam_bridge'
|
|
1921
1921
|
| 'tedee'
|
|
1922
|
-
| '
|
|
1922
|
+
| 'honeywell_resideo'
|
|
1923
1923
|
| 'yale_access'
|
|
1924
1924
|
| 'hid_cm'
|
|
1925
1925
|
| 'google_nest'
|
|
@@ -2224,7 +2224,11 @@ export interface Routes {
|
|
|
2224
2224
|
| 'tedee_lock'
|
|
2225
2225
|
)
|
|
2226
2226
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
2227
|
-
| (
|
|
2227
|
+
| (
|
|
2228
|
+
| 'ecobee_thermostat'
|
|
2229
|
+
| 'nest_thermostat'
|
|
2230
|
+
| 'honeywell_resideo_thermostat'
|
|
2231
|
+
)
|
|
2228
2232
|
| ('ios_phone' | 'android_phone')
|
|
2229
2233
|
/** Optional nickname to describe the device, settable through Seam */
|
|
2230
2234
|
nickname?: string | undefined
|
|
@@ -2479,9 +2483,9 @@ export interface Routes {
|
|
|
2479
2483
|
device_name: string
|
|
2480
2484
|
}
|
|
2481
2485
|
| undefined
|
|
2482
|
-
|
|
2486
|
+
honeywell_resideo_metadata?:
|
|
2483
2487
|
| {
|
|
2484
|
-
|
|
2488
|
+
honeywell_resideo_device_id: string
|
|
2485
2489
|
device_name: string
|
|
2486
2490
|
}
|
|
2487
2491
|
| undefined
|
|
@@ -2919,7 +2923,11 @@ export interface Routes {
|
|
|
2919
2923
|
| 'tedee_lock'
|
|
2920
2924
|
)
|
|
2921
2925
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
2922
|
-
| (
|
|
2926
|
+
| (
|
|
2927
|
+
| 'ecobee_thermostat'
|
|
2928
|
+
| 'nest_thermostat'
|
|
2929
|
+
| 'honeywell_resideo_thermostat'
|
|
2930
|
+
)
|
|
2923
2931
|
| ('ios_phone' | 'android_phone')
|
|
2924
2932
|
)
|
|
2925
2933
|
| undefined
|
|
@@ -2954,7 +2962,11 @@ export interface Routes {
|
|
|
2954
2962
|
| 'tedee_lock'
|
|
2955
2963
|
)
|
|
2956
2964
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
2957
|
-
| (
|
|
2965
|
+
| (
|
|
2966
|
+
| 'ecobee_thermostat'
|
|
2967
|
+
| 'nest_thermostat'
|
|
2968
|
+
| 'honeywell_resideo_thermostat'
|
|
2969
|
+
)
|
|
2958
2970
|
| ('ios_phone' | 'android_phone')
|
|
2959
2971
|
>
|
|
2960
2972
|
| undefined
|
|
@@ -2993,7 +3005,7 @@ export interface Routes {
|
|
|
2993
3005
|
| 'smartthings'
|
|
2994
3006
|
| 'dormakaba_oracode'
|
|
2995
3007
|
| 'tedee'
|
|
2996
|
-
| '
|
|
3008
|
+
| 'honeywell_resideo'
|
|
2997
3009
|
)
|
|
2998
3010
|
| undefined
|
|
2999
3011
|
device_ids?: string[] | undefined
|
|
@@ -3038,7 +3050,11 @@ export interface Routes {
|
|
|
3038
3050
|
| 'tedee_lock'
|
|
3039
3051
|
)
|
|
3040
3052
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
3041
|
-
| (
|
|
3053
|
+
| (
|
|
3054
|
+
| 'ecobee_thermostat'
|
|
3055
|
+
| 'nest_thermostat'
|
|
3056
|
+
| 'honeywell_resideo_thermostat'
|
|
3057
|
+
)
|
|
3042
3058
|
| ('ios_phone' | 'android_phone')
|
|
3043
3059
|
/** Optional nickname to describe the device, settable through Seam */
|
|
3044
3060
|
nickname?: string | undefined
|
|
@@ -3293,9 +3309,9 @@ export interface Routes {
|
|
|
3293
3309
|
device_name: string
|
|
3294
3310
|
}
|
|
3295
3311
|
| undefined
|
|
3296
|
-
|
|
3312
|
+
honeywell_resideo_metadata?:
|
|
3297
3313
|
| {
|
|
3298
|
-
|
|
3314
|
+
honeywell_resideo_device_id: string
|
|
3299
3315
|
device_name: string
|
|
3300
3316
|
}
|
|
3301
3317
|
| undefined
|
|
@@ -3747,7 +3763,7 @@ export interface Routes {
|
|
|
3747
3763
|
| 'assa_abloy_credential_service'
|
|
3748
3764
|
| 'seam_bridge'
|
|
3749
3765
|
| 'tedee'
|
|
3750
|
-
| '
|
|
3766
|
+
| 'honeywell_resideo'
|
|
3751
3767
|
display_name: string
|
|
3752
3768
|
image_url: string
|
|
3753
3769
|
provider_categories: Array<
|
|
@@ -3805,7 +3821,11 @@ export interface Routes {
|
|
|
3805
3821
|
| 'tedee_lock'
|
|
3806
3822
|
)
|
|
3807
3823
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
3808
|
-
| (
|
|
3824
|
+
| (
|
|
3825
|
+
| 'ecobee_thermostat'
|
|
3826
|
+
| 'nest_thermostat'
|
|
3827
|
+
| 'honeywell_resideo_thermostat'
|
|
3828
|
+
)
|
|
3809
3829
|
| ('ios_phone' | 'android_phone')
|
|
3810
3830
|
/** Unique identifier for the account associated with the device. */
|
|
3811
3831
|
connected_account_id: string
|
|
@@ -3916,7 +3936,11 @@ export interface Routes {
|
|
|
3916
3936
|
| 'tedee_lock'
|
|
3917
3937
|
)
|
|
3918
3938
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
3919
|
-
| (
|
|
3939
|
+
| (
|
|
3940
|
+
| 'ecobee_thermostat'
|
|
3941
|
+
| 'nest_thermostat'
|
|
3942
|
+
| 'honeywell_resideo_thermostat'
|
|
3943
|
+
)
|
|
3920
3944
|
| ('ios_phone' | 'android_phone')
|
|
3921
3945
|
)
|
|
3922
3946
|
| undefined
|
|
@@ -3951,7 +3975,11 @@ export interface Routes {
|
|
|
3951
3975
|
| 'tedee_lock'
|
|
3952
3976
|
)
|
|
3953
3977
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
3954
|
-
| (
|
|
3978
|
+
| (
|
|
3979
|
+
| 'ecobee_thermostat'
|
|
3980
|
+
| 'nest_thermostat'
|
|
3981
|
+
| 'honeywell_resideo_thermostat'
|
|
3982
|
+
)
|
|
3955
3983
|
| ('ios_phone' | 'android_phone')
|
|
3956
3984
|
>
|
|
3957
3985
|
| undefined
|
|
@@ -3990,7 +4018,7 @@ export interface Routes {
|
|
|
3990
4018
|
| 'smartthings'
|
|
3991
4019
|
| 'dormakaba_oracode'
|
|
3992
4020
|
| 'tedee'
|
|
3993
|
-
| '
|
|
4021
|
+
| 'honeywell_resideo'
|
|
3994
4022
|
)
|
|
3995
4023
|
| undefined
|
|
3996
4024
|
device_ids?: string[] | undefined
|
|
@@ -4035,7 +4063,11 @@ export interface Routes {
|
|
|
4035
4063
|
| 'tedee_lock'
|
|
4036
4064
|
)
|
|
4037
4065
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
4038
|
-
| (
|
|
4066
|
+
| (
|
|
4067
|
+
| 'ecobee_thermostat'
|
|
4068
|
+
| 'nest_thermostat'
|
|
4069
|
+
| 'honeywell_resideo_thermostat'
|
|
4070
|
+
)
|
|
4039
4071
|
| ('ios_phone' | 'android_phone')
|
|
4040
4072
|
/** Unique identifier for the account associated with the device. */
|
|
4041
4073
|
connected_account_id: string
|
|
@@ -4415,7 +4447,11 @@ export interface Routes {
|
|
|
4415
4447
|
| 'tedee_lock'
|
|
4416
4448
|
)
|
|
4417
4449
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
4418
|
-
| (
|
|
4450
|
+
| (
|
|
4451
|
+
| 'ecobee_thermostat'
|
|
4452
|
+
| 'nest_thermostat'
|
|
4453
|
+
| 'honeywell_resideo_thermostat'
|
|
4454
|
+
)
|
|
4419
4455
|
| ('ios_phone' | 'android_phone')
|
|
4420
4456
|
/** Optional nickname to describe the device, settable through Seam */
|
|
4421
4457
|
nickname?: string | undefined
|
|
@@ -4670,9 +4706,9 @@ export interface Routes {
|
|
|
4670
4706
|
device_name: string
|
|
4671
4707
|
}
|
|
4672
4708
|
| undefined
|
|
4673
|
-
|
|
4709
|
+
honeywell_resideo_metadata?:
|
|
4674
4710
|
| {
|
|
4675
|
-
|
|
4711
|
+
honeywell_resideo_device_id: string
|
|
4676
4712
|
device_name: string
|
|
4677
4713
|
}
|
|
4678
4714
|
| undefined
|
|
@@ -5101,7 +5137,11 @@ export interface Routes {
|
|
|
5101
5137
|
| 'tedee_lock'
|
|
5102
5138
|
)
|
|
5103
5139
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5104
|
-
| (
|
|
5140
|
+
| (
|
|
5141
|
+
| 'ecobee_thermostat'
|
|
5142
|
+
| 'nest_thermostat'
|
|
5143
|
+
| 'honeywell_resideo_thermostat'
|
|
5144
|
+
)
|
|
5105
5145
|
| ('ios_phone' | 'android_phone')
|
|
5106
5146
|
/** Optional nickname to describe the device, settable through Seam */
|
|
5107
5147
|
nickname?: string | undefined
|
|
@@ -5356,9 +5396,9 @@ export interface Routes {
|
|
|
5356
5396
|
device_name: string
|
|
5357
5397
|
}
|
|
5358
5398
|
| undefined
|
|
5359
|
-
|
|
5399
|
+
honeywell_resideo_metadata?:
|
|
5360
5400
|
| {
|
|
5361
|
-
|
|
5401
|
+
honeywell_resideo_device_id: string
|
|
5362
5402
|
device_name: string
|
|
5363
5403
|
}
|
|
5364
5404
|
| undefined
|
|
@@ -5796,7 +5836,11 @@ export interface Routes {
|
|
|
5796
5836
|
| 'tedee_lock'
|
|
5797
5837
|
)
|
|
5798
5838
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5799
|
-
| (
|
|
5839
|
+
| (
|
|
5840
|
+
| 'ecobee_thermostat'
|
|
5841
|
+
| 'nest_thermostat'
|
|
5842
|
+
| 'honeywell_resideo_thermostat'
|
|
5843
|
+
)
|
|
5800
5844
|
| ('ios_phone' | 'android_phone')
|
|
5801
5845
|
)
|
|
5802
5846
|
| undefined
|
|
@@ -5831,7 +5875,11 @@ export interface Routes {
|
|
|
5831
5875
|
| 'tedee_lock'
|
|
5832
5876
|
)
|
|
5833
5877
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5834
|
-
| (
|
|
5878
|
+
| (
|
|
5879
|
+
| 'ecobee_thermostat'
|
|
5880
|
+
| 'nest_thermostat'
|
|
5881
|
+
| 'honeywell_resideo_thermostat'
|
|
5882
|
+
)
|
|
5835
5883
|
| ('ios_phone' | 'android_phone')
|
|
5836
5884
|
>
|
|
5837
5885
|
| undefined
|
|
@@ -5870,7 +5918,7 @@ export interface Routes {
|
|
|
5870
5918
|
| 'smartthings'
|
|
5871
5919
|
| 'dormakaba_oracode'
|
|
5872
5920
|
| 'tedee'
|
|
5873
|
-
| '
|
|
5921
|
+
| 'honeywell_resideo'
|
|
5874
5922
|
)
|
|
5875
5923
|
| undefined
|
|
5876
5924
|
device_ids?: string[] | undefined
|
|
@@ -5915,7 +5963,11 @@ export interface Routes {
|
|
|
5915
5963
|
| 'tedee_lock'
|
|
5916
5964
|
)
|
|
5917
5965
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5918
|
-
| (
|
|
5966
|
+
| (
|
|
5967
|
+
| 'ecobee_thermostat'
|
|
5968
|
+
| 'nest_thermostat'
|
|
5969
|
+
| 'honeywell_resideo_thermostat'
|
|
5970
|
+
)
|
|
5919
5971
|
| ('ios_phone' | 'android_phone')
|
|
5920
5972
|
/** Optional nickname to describe the device, settable through Seam */
|
|
5921
5973
|
nickname?: string | undefined
|
|
@@ -6170,9 +6222,9 @@ export interface Routes {
|
|
|
6170
6222
|
device_name: string
|
|
6171
6223
|
}
|
|
6172
6224
|
| undefined
|
|
6173
|
-
|
|
6225
|
+
honeywell_resideo_metadata?:
|
|
6174
6226
|
| {
|
|
6175
|
-
|
|
6227
|
+
honeywell_resideo_device_id: string
|
|
6176
6228
|
device_name: string
|
|
6177
6229
|
}
|
|
6178
6230
|
| undefined
|
|
@@ -6601,7 +6653,11 @@ export interface Routes {
|
|
|
6601
6653
|
| 'tedee_lock'
|
|
6602
6654
|
)
|
|
6603
6655
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
6604
|
-
| (
|
|
6656
|
+
| (
|
|
6657
|
+
| 'ecobee_thermostat'
|
|
6658
|
+
| 'nest_thermostat'
|
|
6659
|
+
| 'honeywell_resideo_thermostat'
|
|
6660
|
+
)
|
|
6605
6661
|
| ('ios_phone' | 'android_phone')
|
|
6606
6662
|
/** Optional nickname to describe the device, settable through Seam */
|
|
6607
6663
|
nickname?: string | undefined
|
|
@@ -6856,9 +6912,9 @@ export interface Routes {
|
|
|
6856
6912
|
device_name: string
|
|
6857
6913
|
}
|
|
6858
6914
|
| undefined
|
|
6859
|
-
|
|
6915
|
+
honeywell_resideo_metadata?:
|
|
6860
6916
|
| {
|
|
6861
|
-
|
|
6917
|
+
honeywell_resideo_device_id: string
|
|
6862
6918
|
device_name: string
|
|
6863
6919
|
}
|
|
6864
6920
|
| undefined
|
|
@@ -7960,7 +8016,11 @@ export interface Routes {
|
|
|
7960
8016
|
| 'tedee_lock'
|
|
7961
8017
|
)
|
|
7962
8018
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
7963
|
-
| (
|
|
8019
|
+
| (
|
|
8020
|
+
| 'ecobee_thermostat'
|
|
8021
|
+
| 'nest_thermostat'
|
|
8022
|
+
| 'honeywell_resideo_thermostat'
|
|
8023
|
+
)
|
|
7964
8024
|
| ('ios_phone' | 'android_phone')
|
|
7965
8025
|
/** Optional nickname to describe the device, settable through Seam */
|
|
7966
8026
|
nickname?: string | undefined
|
|
@@ -8215,9 +8275,9 @@ export interface Routes {
|
|
|
8215
8275
|
device_name: string
|
|
8216
8276
|
}
|
|
8217
8277
|
| undefined
|
|
8218
|
-
|
|
8278
|
+
honeywell_resideo_metadata?:
|
|
8219
8279
|
| {
|
|
8220
|
-
|
|
8280
|
+
honeywell_resideo_device_id: string
|
|
8221
8281
|
device_name: string
|
|
8222
8282
|
}
|
|
8223
8283
|
| undefined
|
|
@@ -8737,7 +8797,11 @@ export interface Routes {
|
|
|
8737
8797
|
| 'tedee_lock'
|
|
8738
8798
|
)
|
|
8739
8799
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8740
|
-
| (
|
|
8800
|
+
| (
|
|
8801
|
+
| 'ecobee_thermostat'
|
|
8802
|
+
| 'nest_thermostat'
|
|
8803
|
+
| 'honeywell_resideo_thermostat'
|
|
8804
|
+
)
|
|
8741
8805
|
| ('ios_phone' | 'android_phone')
|
|
8742
8806
|
)
|
|
8743
8807
|
| undefined
|
|
@@ -8772,7 +8836,11 @@ export interface Routes {
|
|
|
8772
8836
|
| 'tedee_lock'
|
|
8773
8837
|
)
|
|
8774
8838
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8775
|
-
| (
|
|
8839
|
+
| (
|
|
8840
|
+
| 'ecobee_thermostat'
|
|
8841
|
+
| 'nest_thermostat'
|
|
8842
|
+
| 'honeywell_resideo_thermostat'
|
|
8843
|
+
)
|
|
8776
8844
|
| ('ios_phone' | 'android_phone')
|
|
8777
8845
|
>
|
|
8778
8846
|
| undefined
|
|
@@ -8811,7 +8879,7 @@ export interface Routes {
|
|
|
8811
8879
|
| 'smartthings'
|
|
8812
8880
|
| 'dormakaba_oracode'
|
|
8813
8881
|
| 'tedee'
|
|
8814
|
-
| '
|
|
8882
|
+
| 'honeywell_resideo'
|
|
8815
8883
|
)
|
|
8816
8884
|
| undefined
|
|
8817
8885
|
device_ids?: string[] | undefined
|
|
@@ -8856,7 +8924,11 @@ export interface Routes {
|
|
|
8856
8924
|
| 'tedee_lock'
|
|
8857
8925
|
)
|
|
8858
8926
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8859
|
-
| (
|
|
8927
|
+
| (
|
|
8928
|
+
| 'ecobee_thermostat'
|
|
8929
|
+
| 'nest_thermostat'
|
|
8930
|
+
| 'honeywell_resideo_thermostat'
|
|
8931
|
+
)
|
|
8860
8932
|
| ('ios_phone' | 'android_phone')
|
|
8861
8933
|
/** Optional nickname to describe the device, settable through Seam */
|
|
8862
8934
|
nickname?: string | undefined
|
|
@@ -9111,9 +9183,9 @@ export interface Routes {
|
|
|
9111
9183
|
device_name: string
|
|
9112
9184
|
}
|
|
9113
9185
|
| undefined
|
|
9114
|
-
|
|
9186
|
+
honeywell_resideo_metadata?:
|
|
9115
9187
|
| {
|
|
9116
|
-
|
|
9188
|
+
honeywell_resideo_device_id: string
|
|
9117
9189
|
device_name: string
|
|
9118
9190
|
}
|
|
9119
9191
|
| undefined
|
|
@@ -9834,7 +9906,11 @@ export interface Routes {
|
|
|
9834
9906
|
| 'tedee_lock'
|
|
9835
9907
|
)
|
|
9836
9908
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
9837
|
-
| (
|
|
9909
|
+
| (
|
|
9910
|
+
| 'ecobee_thermostat'
|
|
9911
|
+
| 'nest_thermostat'
|
|
9912
|
+
| 'honeywell_resideo_thermostat'
|
|
9913
|
+
)
|
|
9838
9914
|
| ('ios_phone' | 'android_phone')
|
|
9839
9915
|
/** Optional nickname to describe the device, settable through Seam */
|
|
9840
9916
|
nickname?: string | undefined
|
|
@@ -10089,9 +10165,9 @@ export interface Routes {
|
|
|
10089
10165
|
device_name: string
|
|
10090
10166
|
}
|
|
10091
10167
|
| undefined
|
|
10092
|
-
|
|
10168
|
+
honeywell_resideo_metadata?:
|
|
10093
10169
|
| {
|
|
10094
|
-
|
|
10170
|
+
honeywell_resideo_device_id: string
|
|
10095
10171
|
device_name: string
|
|
10096
10172
|
}
|
|
10097
10173
|
| undefined
|
|
@@ -174,8 +174,8 @@ export const device_metadata = z
|
|
|
174
174
|
device_name: z.string(),
|
|
175
175
|
}),
|
|
176
176
|
|
|
177
|
-
|
|
178
|
-
|
|
177
|
+
honeywell_resideo_metadata: z.object({
|
|
178
|
+
honeywell_resideo_device_id: z.string(),
|
|
179
179
|
device_name: z.string(),
|
|
180
180
|
}),
|
|
181
181
|
|
|
@@ -66,7 +66,7 @@ export type NoiseSensorDeviceType = z.infer<typeof noise_sensor_device_type>
|
|
|
66
66
|
export const THERMOSTAT_DEVICE_TYPE = {
|
|
67
67
|
ECOBEE_THERMOSTAT: 'ecobee_thermostat',
|
|
68
68
|
NEST_THERMOSTAT: 'nest_thermostat',
|
|
69
|
-
|
|
69
|
+
HONEYWELL_RESIDEO_THERMOSTAT: 'honeywell_resideo_thermostat',
|
|
70
70
|
} as const
|
|
71
71
|
|
|
72
72
|
type ThermostatDeviceTypeFromMapping =
|