@seamapi/types 1.132.0 → 1.133.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 +80 -64
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +261 -215
- package/lib/seam/connect/openapi.d.ts +216 -170
- package/lib/seam/connect/openapi.js +77 -61
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +45 -45
- 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 +77 -61
- package/src/lib/seam/connect/route-types.ts +121 -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
|
@@ -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
|
|
@@ -4182,6 +4214,7 @@ export interface Routes {
|
|
|
4182
4214
|
| 'device.converted_to_unmanaged'
|
|
4183
4215
|
| 'device.unmanaged.converted_to_managed'
|
|
4184
4216
|
| 'device.removed'
|
|
4217
|
+
| 'device.deleted'
|
|
4185
4218
|
| 'device.tampered'
|
|
4186
4219
|
| 'device.low_battery'
|
|
4187
4220
|
| 'device.battery_status_changed'
|
|
@@ -4236,6 +4269,7 @@ export interface Routes {
|
|
|
4236
4269
|
| 'device.converted_to_unmanaged'
|
|
4237
4270
|
| 'device.unmanaged.converted_to_managed'
|
|
4238
4271
|
| 'device.removed'
|
|
4272
|
+
| 'device.deleted'
|
|
4239
4273
|
| 'device.tampered'
|
|
4240
4274
|
| 'device.low_battery'
|
|
4241
4275
|
| 'device.battery_status_changed'
|
|
@@ -4415,7 +4449,11 @@ export interface Routes {
|
|
|
4415
4449
|
| 'tedee_lock'
|
|
4416
4450
|
)
|
|
4417
4451
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
4418
|
-
| (
|
|
4452
|
+
| (
|
|
4453
|
+
| 'ecobee_thermostat'
|
|
4454
|
+
| 'nest_thermostat'
|
|
4455
|
+
| 'honeywell_resideo_thermostat'
|
|
4456
|
+
)
|
|
4419
4457
|
| ('ios_phone' | 'android_phone')
|
|
4420
4458
|
/** Optional nickname to describe the device, settable through Seam */
|
|
4421
4459
|
nickname?: string | undefined
|
|
@@ -4670,9 +4708,9 @@ export interface Routes {
|
|
|
4670
4708
|
device_name: string
|
|
4671
4709
|
}
|
|
4672
4710
|
| undefined
|
|
4673
|
-
|
|
4711
|
+
honeywell_resideo_metadata?:
|
|
4674
4712
|
| {
|
|
4675
|
-
|
|
4713
|
+
honeywell_resideo_device_id: string
|
|
4676
4714
|
device_name: string
|
|
4677
4715
|
}
|
|
4678
4716
|
| undefined
|
|
@@ -5101,7 +5139,11 @@ export interface Routes {
|
|
|
5101
5139
|
| 'tedee_lock'
|
|
5102
5140
|
)
|
|
5103
5141
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5104
|
-
| (
|
|
5142
|
+
| (
|
|
5143
|
+
| 'ecobee_thermostat'
|
|
5144
|
+
| 'nest_thermostat'
|
|
5145
|
+
| 'honeywell_resideo_thermostat'
|
|
5146
|
+
)
|
|
5105
5147
|
| ('ios_phone' | 'android_phone')
|
|
5106
5148
|
/** Optional nickname to describe the device, settable through Seam */
|
|
5107
5149
|
nickname?: string | undefined
|
|
@@ -5356,9 +5398,9 @@ export interface Routes {
|
|
|
5356
5398
|
device_name: string
|
|
5357
5399
|
}
|
|
5358
5400
|
| undefined
|
|
5359
|
-
|
|
5401
|
+
honeywell_resideo_metadata?:
|
|
5360
5402
|
| {
|
|
5361
|
-
|
|
5403
|
+
honeywell_resideo_device_id: string
|
|
5362
5404
|
device_name: string
|
|
5363
5405
|
}
|
|
5364
5406
|
| undefined
|
|
@@ -5796,7 +5838,11 @@ export interface Routes {
|
|
|
5796
5838
|
| 'tedee_lock'
|
|
5797
5839
|
)
|
|
5798
5840
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5799
|
-
| (
|
|
5841
|
+
| (
|
|
5842
|
+
| 'ecobee_thermostat'
|
|
5843
|
+
| 'nest_thermostat'
|
|
5844
|
+
| 'honeywell_resideo_thermostat'
|
|
5845
|
+
)
|
|
5800
5846
|
| ('ios_phone' | 'android_phone')
|
|
5801
5847
|
)
|
|
5802
5848
|
| undefined
|
|
@@ -5831,7 +5877,11 @@ export interface Routes {
|
|
|
5831
5877
|
| 'tedee_lock'
|
|
5832
5878
|
)
|
|
5833
5879
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5834
|
-
| (
|
|
5880
|
+
| (
|
|
5881
|
+
| 'ecobee_thermostat'
|
|
5882
|
+
| 'nest_thermostat'
|
|
5883
|
+
| 'honeywell_resideo_thermostat'
|
|
5884
|
+
)
|
|
5835
5885
|
| ('ios_phone' | 'android_phone')
|
|
5836
5886
|
>
|
|
5837
5887
|
| undefined
|
|
@@ -5870,7 +5920,7 @@ export interface Routes {
|
|
|
5870
5920
|
| 'smartthings'
|
|
5871
5921
|
| 'dormakaba_oracode'
|
|
5872
5922
|
| 'tedee'
|
|
5873
|
-
| '
|
|
5923
|
+
| 'honeywell_resideo'
|
|
5874
5924
|
)
|
|
5875
5925
|
| undefined
|
|
5876
5926
|
device_ids?: string[] | undefined
|
|
@@ -5915,7 +5965,11 @@ export interface Routes {
|
|
|
5915
5965
|
| 'tedee_lock'
|
|
5916
5966
|
)
|
|
5917
5967
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
5918
|
-
| (
|
|
5968
|
+
| (
|
|
5969
|
+
| 'ecobee_thermostat'
|
|
5970
|
+
| 'nest_thermostat'
|
|
5971
|
+
| 'honeywell_resideo_thermostat'
|
|
5972
|
+
)
|
|
5919
5973
|
| ('ios_phone' | 'android_phone')
|
|
5920
5974
|
/** Optional nickname to describe the device, settable through Seam */
|
|
5921
5975
|
nickname?: string | undefined
|
|
@@ -6170,9 +6224,9 @@ export interface Routes {
|
|
|
6170
6224
|
device_name: string
|
|
6171
6225
|
}
|
|
6172
6226
|
| undefined
|
|
6173
|
-
|
|
6227
|
+
honeywell_resideo_metadata?:
|
|
6174
6228
|
| {
|
|
6175
|
-
|
|
6229
|
+
honeywell_resideo_device_id: string
|
|
6176
6230
|
device_name: string
|
|
6177
6231
|
}
|
|
6178
6232
|
| undefined
|
|
@@ -6601,7 +6655,11 @@ export interface Routes {
|
|
|
6601
6655
|
| 'tedee_lock'
|
|
6602
6656
|
)
|
|
6603
6657
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
6604
|
-
| (
|
|
6658
|
+
| (
|
|
6659
|
+
| 'ecobee_thermostat'
|
|
6660
|
+
| 'nest_thermostat'
|
|
6661
|
+
| 'honeywell_resideo_thermostat'
|
|
6662
|
+
)
|
|
6605
6663
|
| ('ios_phone' | 'android_phone')
|
|
6606
6664
|
/** Optional nickname to describe the device, settable through Seam */
|
|
6607
6665
|
nickname?: string | undefined
|
|
@@ -6856,9 +6914,9 @@ export interface Routes {
|
|
|
6856
6914
|
device_name: string
|
|
6857
6915
|
}
|
|
6858
6916
|
| undefined
|
|
6859
|
-
|
|
6917
|
+
honeywell_resideo_metadata?:
|
|
6860
6918
|
| {
|
|
6861
|
-
|
|
6919
|
+
honeywell_resideo_device_id: string
|
|
6862
6920
|
device_name: string
|
|
6863
6921
|
}
|
|
6864
6922
|
| undefined
|
|
@@ -7960,7 +8018,11 @@ export interface Routes {
|
|
|
7960
8018
|
| 'tedee_lock'
|
|
7961
8019
|
)
|
|
7962
8020
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
7963
|
-
| (
|
|
8021
|
+
| (
|
|
8022
|
+
| 'ecobee_thermostat'
|
|
8023
|
+
| 'nest_thermostat'
|
|
8024
|
+
| 'honeywell_resideo_thermostat'
|
|
8025
|
+
)
|
|
7964
8026
|
| ('ios_phone' | 'android_phone')
|
|
7965
8027
|
/** Optional nickname to describe the device, settable through Seam */
|
|
7966
8028
|
nickname?: string | undefined
|
|
@@ -8215,9 +8277,9 @@ export interface Routes {
|
|
|
8215
8277
|
device_name: string
|
|
8216
8278
|
}
|
|
8217
8279
|
| undefined
|
|
8218
|
-
|
|
8280
|
+
honeywell_resideo_metadata?:
|
|
8219
8281
|
| {
|
|
8220
|
-
|
|
8282
|
+
honeywell_resideo_device_id: string
|
|
8221
8283
|
device_name: string
|
|
8222
8284
|
}
|
|
8223
8285
|
| undefined
|
|
@@ -8737,7 +8799,11 @@ export interface Routes {
|
|
|
8737
8799
|
| 'tedee_lock'
|
|
8738
8800
|
)
|
|
8739
8801
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8740
|
-
| (
|
|
8802
|
+
| (
|
|
8803
|
+
| 'ecobee_thermostat'
|
|
8804
|
+
| 'nest_thermostat'
|
|
8805
|
+
| 'honeywell_resideo_thermostat'
|
|
8806
|
+
)
|
|
8741
8807
|
| ('ios_phone' | 'android_phone')
|
|
8742
8808
|
)
|
|
8743
8809
|
| undefined
|
|
@@ -8772,7 +8838,11 @@ export interface Routes {
|
|
|
8772
8838
|
| 'tedee_lock'
|
|
8773
8839
|
)
|
|
8774
8840
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8775
|
-
| (
|
|
8841
|
+
| (
|
|
8842
|
+
| 'ecobee_thermostat'
|
|
8843
|
+
| 'nest_thermostat'
|
|
8844
|
+
| 'honeywell_resideo_thermostat'
|
|
8845
|
+
)
|
|
8776
8846
|
| ('ios_phone' | 'android_phone')
|
|
8777
8847
|
>
|
|
8778
8848
|
| undefined
|
|
@@ -8811,7 +8881,7 @@ export interface Routes {
|
|
|
8811
8881
|
| 'smartthings'
|
|
8812
8882
|
| 'dormakaba_oracode'
|
|
8813
8883
|
| 'tedee'
|
|
8814
|
-
| '
|
|
8884
|
+
| 'honeywell_resideo'
|
|
8815
8885
|
)
|
|
8816
8886
|
| undefined
|
|
8817
8887
|
device_ids?: string[] | undefined
|
|
@@ -8856,7 +8926,11 @@ export interface Routes {
|
|
|
8856
8926
|
| 'tedee_lock'
|
|
8857
8927
|
)
|
|
8858
8928
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
8859
|
-
| (
|
|
8929
|
+
| (
|
|
8930
|
+
| 'ecobee_thermostat'
|
|
8931
|
+
| 'nest_thermostat'
|
|
8932
|
+
| 'honeywell_resideo_thermostat'
|
|
8933
|
+
)
|
|
8860
8934
|
| ('ios_phone' | 'android_phone')
|
|
8861
8935
|
/** Optional nickname to describe the device, settable through Seam */
|
|
8862
8936
|
nickname?: string | undefined
|
|
@@ -9111,9 +9185,9 @@ export interface Routes {
|
|
|
9111
9185
|
device_name: string
|
|
9112
9186
|
}
|
|
9113
9187
|
| undefined
|
|
9114
|
-
|
|
9188
|
+
honeywell_resideo_metadata?:
|
|
9115
9189
|
| {
|
|
9116
|
-
|
|
9190
|
+
honeywell_resideo_device_id: string
|
|
9117
9191
|
device_name: string
|
|
9118
9192
|
}
|
|
9119
9193
|
| undefined
|
|
@@ -9834,7 +9908,11 @@ export interface Routes {
|
|
|
9834
9908
|
| 'tedee_lock'
|
|
9835
9909
|
)
|
|
9836
9910
|
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
9837
|
-
| (
|
|
9911
|
+
| (
|
|
9912
|
+
| 'ecobee_thermostat'
|
|
9913
|
+
| 'nest_thermostat'
|
|
9914
|
+
| 'honeywell_resideo_thermostat'
|
|
9915
|
+
)
|
|
9838
9916
|
| ('ios_phone' | 'android_phone')
|
|
9839
9917
|
/** Optional nickname to describe the device, settable through Seam */
|
|
9840
9918
|
nickname?: string | undefined
|
|
@@ -10089,9 +10167,9 @@ export interface Routes {
|
|
|
10089
10167
|
device_name: string
|
|
10090
10168
|
}
|
|
10091
10169
|
| undefined
|
|
10092
|
-
|
|
10170
|
+
honeywell_resideo_metadata?:
|
|
10093
10171
|
| {
|
|
10094
|
-
|
|
10172
|
+
honeywell_resideo_device_id: string
|
|
10095
10173
|
device_name: string
|
|
10096
10174
|
}
|
|
10097
10175
|
| 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 =
|