@seamapi/types 1.372.0 → 1.373.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 +176 -136
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +240 -57
- package/lib/seam/connect/models/devices/device-metadata.d.ts +23 -0
- package/lib/seam/connect/models/devices/device-metadata.js +5 -0
- package/lib/seam/connect/models/devices/device-metadata.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device-type.d.ts +1 -0
- package/lib/seam/connect/models/devices/device-type.js +1 -0
- package/lib/seam/connect/models/devices/device-type.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +36 -3
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +26 -3
- package/lib/seam/connect/models/events/acs/credentials.d.ts +61 -0
- package/lib/seam/connect/models/events/acs/credentials.js +9 -0
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/seam-event.d.ts +31 -1
- package/lib/seam/connect/openapi.d.ts +19 -18
- package/lib/seam/connect/openapi.js +140 -116
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +128 -33
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-metadata.ts +6 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/models/devices/device-type.ts +1 -0
- package/src/lib/seam/connect/models/events/acs/credentials.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +144 -116
- package/src/lib/seam/connect/route-types.ts +212 -88
|
@@ -17412,6 +17412,7 @@ export interface Routes {
|
|
|
17412
17412
|
| 'assa_abloy_vostio_credential_service'
|
|
17413
17413
|
| 'tado'
|
|
17414
17414
|
| 'salto_space'
|
|
17415
|
+
| 'sensi'
|
|
17415
17416
|
| 'yale_access'
|
|
17416
17417
|
| 'hid_cm'
|
|
17417
17418
|
| 'google_nest'
|
|
@@ -17933,6 +17934,7 @@ export interface Routes {
|
|
|
17933
17934
|
| 'nest_thermostat'
|
|
17934
17935
|
| 'honeywell_resideo_thermostat'
|
|
17935
17936
|
| 'tado_thermostat'
|
|
17937
|
+
| 'sensi_thermostat'
|
|
17936
17938
|
)
|
|
17937
17939
|
| ('ios_phone' | 'android_phone')
|
|
17938
17940
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -18349,6 +18351,13 @@ export interface Routes {
|
|
|
18349
18351
|
device_type: string
|
|
18350
18352
|
}
|
|
18351
18353
|
| undefined
|
|
18354
|
+
sensi_metadata?:
|
|
18355
|
+
| {
|
|
18356
|
+
device_id: string
|
|
18357
|
+
device_name: string
|
|
18358
|
+
product_type: string
|
|
18359
|
+
}
|
|
18360
|
+
| undefined
|
|
18352
18361
|
}) &
|
|
18353
18362
|
({
|
|
18354
18363
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -18853,6 +18862,7 @@ export interface Routes {
|
|
|
18853
18862
|
| 'nest_thermostat'
|
|
18854
18863
|
| 'honeywell_resideo_thermostat'
|
|
18855
18864
|
| 'tado_thermostat'
|
|
18865
|
+
| 'sensi_thermostat'
|
|
18856
18866
|
)
|
|
18857
18867
|
| ('ios_phone' | 'android_phone')
|
|
18858
18868
|
)
|
|
@@ -18895,6 +18905,7 @@ export interface Routes {
|
|
|
18895
18905
|
| 'nest_thermostat'
|
|
18896
18906
|
| 'honeywell_resideo_thermostat'
|
|
18897
18907
|
| 'tado_thermostat'
|
|
18908
|
+
| 'sensi_thermostat'
|
|
18898
18909
|
)
|
|
18899
18910
|
| ('ios_phone' | 'android_phone')
|
|
18900
18911
|
>
|
|
@@ -18938,6 +18949,7 @@ export interface Routes {
|
|
|
18938
18949
|
| 'honeywell_resideo'
|
|
18939
18950
|
| 'akiles'
|
|
18940
18951
|
| 'tado'
|
|
18952
|
+
| 'sensi'
|
|
18941
18953
|
)
|
|
18942
18954
|
| undefined
|
|
18943
18955
|
/** Array of device IDs by which to filter devices. */
|
|
@@ -19027,6 +19039,7 @@ export interface Routes {
|
|
|
19027
19039
|
| 'nest_thermostat'
|
|
19028
19040
|
| 'honeywell_resideo_thermostat'
|
|
19029
19041
|
| 'tado_thermostat'
|
|
19042
|
+
| 'sensi_thermostat'
|
|
19030
19043
|
)
|
|
19031
19044
|
| ('ios_phone' | 'android_phone')
|
|
19032
19045
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -19443,6 +19456,13 @@ export interface Routes {
|
|
|
19443
19456
|
device_type: string
|
|
19444
19457
|
}
|
|
19445
19458
|
| undefined
|
|
19459
|
+
sensi_metadata?:
|
|
19460
|
+
| {
|
|
19461
|
+
device_id: string
|
|
19462
|
+
device_name: string
|
|
19463
|
+
product_type: string
|
|
19464
|
+
}
|
|
19465
|
+
| undefined
|
|
19446
19466
|
}) &
|
|
19447
19467
|
({
|
|
19448
19468
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -19962,6 +19982,7 @@ export interface Routes {
|
|
|
19962
19982
|
| 'assa_abloy_vostio_credential_service'
|
|
19963
19983
|
| 'tado'
|
|
19964
19984
|
| 'salto_space'
|
|
19985
|
+
| 'sensi'
|
|
19965
19986
|
display_name: string
|
|
19966
19987
|
image_url: string
|
|
19967
19988
|
provider_categories: Array<
|
|
@@ -20094,6 +20115,7 @@ export interface Routes {
|
|
|
20094
20115
|
| 'nest_thermostat'
|
|
20095
20116
|
| 'honeywell_resideo_thermostat'
|
|
20096
20117
|
| 'tado_thermostat'
|
|
20118
|
+
| 'sensi_thermostat'
|
|
20097
20119
|
)
|
|
20098
20120
|
| ('ios_phone' | 'android_phone')
|
|
20099
20121
|
/** Unique identifier for the account associated with the device. */
|
|
@@ -20442,6 +20464,7 @@ export interface Routes {
|
|
|
20442
20464
|
| 'nest_thermostat'
|
|
20443
20465
|
| 'honeywell_resideo_thermostat'
|
|
20444
20466
|
| 'tado_thermostat'
|
|
20467
|
+
| 'sensi_thermostat'
|
|
20445
20468
|
)
|
|
20446
20469
|
| ('ios_phone' | 'android_phone')
|
|
20447
20470
|
)
|
|
@@ -20484,6 +20507,7 @@ export interface Routes {
|
|
|
20484
20507
|
| 'nest_thermostat'
|
|
20485
20508
|
| 'honeywell_resideo_thermostat'
|
|
20486
20509
|
| 'tado_thermostat'
|
|
20510
|
+
| 'sensi_thermostat'
|
|
20487
20511
|
)
|
|
20488
20512
|
| ('ios_phone' | 'android_phone')
|
|
20489
20513
|
>
|
|
@@ -20527,6 +20551,7 @@ export interface Routes {
|
|
|
20527
20551
|
| 'honeywell_resideo'
|
|
20528
20552
|
| 'akiles'
|
|
20529
20553
|
| 'tado'
|
|
20554
|
+
| 'sensi'
|
|
20530
20555
|
)
|
|
20531
20556
|
| undefined
|
|
20532
20557
|
/** Array of device IDs by which to filter devices. */
|
|
@@ -20616,6 +20641,7 @@ export interface Routes {
|
|
|
20616
20641
|
| 'nest_thermostat'
|
|
20617
20642
|
| 'honeywell_resideo_thermostat'
|
|
20618
20643
|
| 'tado_thermostat'
|
|
20644
|
+
| 'sensi_thermostat'
|
|
20619
20645
|
)
|
|
20620
20646
|
| ('ios_phone' | 'android_phone')
|
|
20621
20647
|
/** Unique identifier for the account associated with the device. */
|
|
@@ -21349,6 +21375,22 @@ export interface Routes {
|
|
|
21349
21375
|
acs_credential_id: string
|
|
21350
21376
|
event_type: 'acs_credential.reissued'
|
|
21351
21377
|
}
|
|
21378
|
+
| {
|
|
21379
|
+
/** ID of the event. */
|
|
21380
|
+
event_id: string
|
|
21381
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21382
|
+
workspace_id: string
|
|
21383
|
+
/** Date and time at which the event was created. */
|
|
21384
|
+
created_at: string
|
|
21385
|
+
/** Date and time at which the event occurred. */
|
|
21386
|
+
occurred_at: string
|
|
21387
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21388
|
+
connected_account_id?: string | undefined
|
|
21389
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
21390
|
+
acs_system_id: string
|
|
21391
|
+
acs_credential_id: string
|
|
21392
|
+
event_type: 'acs_credential.invalidated'
|
|
21393
|
+
}
|
|
21352
21394
|
| {
|
|
21353
21395
|
/** ID of the event. */
|
|
21354
21396
|
event_id: string
|
|
@@ -22333,6 +22375,7 @@ export interface Routes {
|
|
|
22333
22375
|
| 'acs_credential.deleted'
|
|
22334
22376
|
| 'acs_credential.issued'
|
|
22335
22377
|
| 'acs_credential.reissued'
|
|
22378
|
+
| 'acs_credential.invalidated'
|
|
22336
22379
|
| 'acs_user.deleted'
|
|
22337
22380
|
| 'acs_encoder.added'
|
|
22338
22381
|
| 'acs_encoder.removed'
|
|
@@ -22415,6 +22458,7 @@ export interface Routes {
|
|
|
22415
22458
|
| 'acs_credential.deleted'
|
|
22416
22459
|
| 'acs_credential.issued'
|
|
22417
22460
|
| 'acs_credential.reissued'
|
|
22461
|
+
| 'acs_credential.invalidated'
|
|
22418
22462
|
| 'acs_user.deleted'
|
|
22419
22463
|
| 'acs_encoder.added'
|
|
22420
22464
|
| 'acs_encoder.removed'
|
|
@@ -22869,6 +22913,22 @@ export interface Routes {
|
|
|
22869
22913
|
acs_credential_id: string
|
|
22870
22914
|
event_type: 'acs_credential.reissued'
|
|
22871
22915
|
}
|
|
22916
|
+
| {
|
|
22917
|
+
/** ID of the event. */
|
|
22918
|
+
event_id: string
|
|
22919
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
22920
|
+
workspace_id: string
|
|
22921
|
+
/** Date and time at which the event was created. */
|
|
22922
|
+
created_at: string
|
|
22923
|
+
/** Date and time at which the event occurred. */
|
|
22924
|
+
occurred_at: string
|
|
22925
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
22926
|
+
connected_account_id?: string | undefined
|
|
22927
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
22928
|
+
acs_system_id: string
|
|
22929
|
+
acs_credential_id: string
|
|
22930
|
+
event_type: 'acs_credential.invalidated'
|
|
22931
|
+
}
|
|
22872
22932
|
| {
|
|
22873
22933
|
/** ID of the event. */
|
|
22874
22934
|
event_id: string
|
|
@@ -23853,6 +23913,7 @@ export interface Routes {
|
|
|
23853
23913
|
| 'nest_thermostat'
|
|
23854
23914
|
| 'honeywell_resideo_thermostat'
|
|
23855
23915
|
| 'tado_thermostat'
|
|
23916
|
+
| 'sensi_thermostat'
|
|
23856
23917
|
)
|
|
23857
23918
|
| ('ios_phone' | 'android_phone')
|
|
23858
23919
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -24269,6 +24330,13 @@ export interface Routes {
|
|
|
24269
24330
|
device_type: string
|
|
24270
24331
|
}
|
|
24271
24332
|
| undefined
|
|
24333
|
+
sensi_metadata?:
|
|
24334
|
+
| {
|
|
24335
|
+
device_id: string
|
|
24336
|
+
device_name: string
|
|
24337
|
+
product_type: string
|
|
24338
|
+
}
|
|
24339
|
+
| undefined
|
|
24272
24340
|
}) &
|
|
24273
24341
|
({
|
|
24274
24342
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -24762,6 +24830,7 @@ export interface Routes {
|
|
|
24762
24830
|
| 'nest_thermostat'
|
|
24763
24831
|
| 'honeywell_resideo_thermostat'
|
|
24764
24832
|
| 'tado_thermostat'
|
|
24833
|
+
| 'sensi_thermostat'
|
|
24765
24834
|
)
|
|
24766
24835
|
| ('ios_phone' | 'android_phone')
|
|
24767
24836
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -25178,6 +25247,13 @@ export interface Routes {
|
|
|
25178
25247
|
device_type: string
|
|
25179
25248
|
}
|
|
25180
25249
|
| undefined
|
|
25250
|
+
sensi_metadata?:
|
|
25251
|
+
| {
|
|
25252
|
+
device_id: string
|
|
25253
|
+
device_name: string
|
|
25254
|
+
product_type: string
|
|
25255
|
+
}
|
|
25256
|
+
| undefined
|
|
25181
25257
|
}) &
|
|
25182
25258
|
({
|
|
25183
25259
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -25647,85 +25723,65 @@ export interface Routes {
|
|
|
25647
25723
|
/** Device type by which to filter devices. */
|
|
25648
25724
|
device_type?:
|
|
25649
25725
|
| (
|
|
25650
|
-
|
|
|
25651
|
-
|
|
25652
|
-
|
|
25653
|
-
|
|
25654
|
-
|
|
25655
|
-
|
|
25656
|
-
|
|
25657
|
-
|
|
25658
|
-
|
|
25659
|
-
|
|
25660
|
-
|
|
25661
|
-
|
|
25662
|
-
|
|
25663
|
-
|
|
25664
|
-
|
|
25665
|
-
|
|
25666
|
-
|
|
25667
|
-
|
|
25668
|
-
|
|
25669
|
-
|
|
25670
|
-
|
|
25671
|
-
|
|
25672
|
-
|
|
25673
|
-
|
|
25674
|
-
|
|
25675
|
-
|
|
25676
|
-
|
|
25677
|
-
| 'akiles_lock'
|
|
25678
|
-
)
|
|
25679
|
-
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
25680
|
-
| (
|
|
25681
|
-
| 'ecobee_thermostat'
|
|
25682
|
-
| 'nest_thermostat'
|
|
25683
|
-
| 'honeywell_resideo_thermostat'
|
|
25684
|
-
| 'tado_thermostat'
|
|
25685
|
-
)
|
|
25686
|
-
| ('ios_phone' | 'android_phone')
|
|
25726
|
+
| 'akuvox_lock'
|
|
25727
|
+
| 'august_lock'
|
|
25728
|
+
| 'brivo_access_point'
|
|
25729
|
+
| 'butterflymx_panel'
|
|
25730
|
+
| 'avigilon_alta_entry'
|
|
25731
|
+
| 'doorking_lock'
|
|
25732
|
+
| 'genie_door'
|
|
25733
|
+
| 'igloo_lock'
|
|
25734
|
+
| 'linear_lock'
|
|
25735
|
+
| 'lockly_lock'
|
|
25736
|
+
| 'kwikset_lock'
|
|
25737
|
+
| 'nuki_lock'
|
|
25738
|
+
| 'salto_lock'
|
|
25739
|
+
| 'schlage_lock'
|
|
25740
|
+
| 'seam_relay'
|
|
25741
|
+
| 'smartthings_lock'
|
|
25742
|
+
| 'wyze_lock'
|
|
25743
|
+
| 'yale_lock'
|
|
25744
|
+
| 'two_n_intercom'
|
|
25745
|
+
| 'controlbyweb_device'
|
|
25746
|
+
| 'ttlock_lock'
|
|
25747
|
+
| 'igloohome_lock'
|
|
25748
|
+
| 'hubitat_lock'
|
|
25749
|
+
| 'four_suites_door'
|
|
25750
|
+
| 'dormakaba_oracode_door'
|
|
25751
|
+
| 'tedee_lock'
|
|
25752
|
+
| 'akiles_lock'
|
|
25687
25753
|
)
|
|
25688
25754
|
| undefined
|
|
25689
25755
|
/** Array of device types by which to filter devices. */
|
|
25690
25756
|
device_types?:
|
|
25691
25757
|
| Array<
|
|
25692
|
-
|
|
|
25693
|
-
|
|
25694
|
-
|
|
25695
|
-
|
|
25696
|
-
|
|
25697
|
-
|
|
25698
|
-
|
|
25699
|
-
|
|
25700
|
-
|
|
25701
|
-
|
|
25702
|
-
|
|
25703
|
-
|
|
25704
|
-
|
|
25705
|
-
|
|
25706
|
-
|
|
25707
|
-
|
|
25708
|
-
|
|
25709
|
-
|
|
25710
|
-
|
|
25711
|
-
|
|
25712
|
-
|
|
25713
|
-
|
|
25714
|
-
|
|
25715
|
-
|
|
25716
|
-
|
|
25717
|
-
|
|
25718
|
-
|
|
25719
|
-
| 'akiles_lock'
|
|
25720
|
-
)
|
|
25721
|
-
| ('noiseaware_activity_zone' | 'minut_sensor')
|
|
25722
|
-
| (
|
|
25723
|
-
| 'ecobee_thermostat'
|
|
25724
|
-
| 'nest_thermostat'
|
|
25725
|
-
| 'honeywell_resideo_thermostat'
|
|
25726
|
-
| 'tado_thermostat'
|
|
25727
|
-
)
|
|
25728
|
-
| ('ios_phone' | 'android_phone')
|
|
25758
|
+
| 'akuvox_lock'
|
|
25759
|
+
| 'august_lock'
|
|
25760
|
+
| 'brivo_access_point'
|
|
25761
|
+
| 'butterflymx_panel'
|
|
25762
|
+
| 'avigilon_alta_entry'
|
|
25763
|
+
| 'doorking_lock'
|
|
25764
|
+
| 'genie_door'
|
|
25765
|
+
| 'igloo_lock'
|
|
25766
|
+
| 'linear_lock'
|
|
25767
|
+
| 'lockly_lock'
|
|
25768
|
+
| 'kwikset_lock'
|
|
25769
|
+
| 'nuki_lock'
|
|
25770
|
+
| 'salto_lock'
|
|
25771
|
+
| 'schlage_lock'
|
|
25772
|
+
| 'seam_relay'
|
|
25773
|
+
| 'smartthings_lock'
|
|
25774
|
+
| 'wyze_lock'
|
|
25775
|
+
| 'yale_lock'
|
|
25776
|
+
| 'two_n_intercom'
|
|
25777
|
+
| 'controlbyweb_device'
|
|
25778
|
+
| 'ttlock_lock'
|
|
25779
|
+
| 'igloohome_lock'
|
|
25780
|
+
| 'hubitat_lock'
|
|
25781
|
+
| 'four_suites_door'
|
|
25782
|
+
| 'dormakaba_oracode_door'
|
|
25783
|
+
| 'tedee_lock'
|
|
25784
|
+
| 'akiles_lock'
|
|
25729
25785
|
>
|
|
25730
25786
|
| undefined
|
|
25731
25787
|
/** Manufacturer by which to filter devices. */
|
|
@@ -25733,40 +25789,31 @@ export interface Routes {
|
|
|
25733
25789
|
| (
|
|
25734
25790
|
| 'akuvox'
|
|
25735
25791
|
| 'august'
|
|
25736
|
-
| 'avigilon_alta'
|
|
25737
25792
|
| 'brivo'
|
|
25738
25793
|
| 'butterflymx'
|
|
25794
|
+
| 'avigilon_alta'
|
|
25739
25795
|
| 'doorking'
|
|
25740
|
-
| 'four_suites'
|
|
25741
25796
|
| 'genie'
|
|
25742
25797
|
| 'igloo'
|
|
25743
|
-
| 'keywe'
|
|
25744
|
-
| 'kwikset'
|
|
25745
25798
|
| 'linear'
|
|
25746
25799
|
| 'lockly'
|
|
25800
|
+
| 'kwikset'
|
|
25747
25801
|
| 'nuki'
|
|
25748
|
-
| 'philia'
|
|
25749
25802
|
| 'salto'
|
|
25750
|
-
| 'samsung'
|
|
25751
25803
|
| 'schlage'
|
|
25752
25804
|
| 'seam'
|
|
25753
|
-
| '
|
|
25805
|
+
| 'smartthings'
|
|
25754
25806
|
| 'wyze'
|
|
25755
25807
|
| 'yale'
|
|
25756
|
-
| 'minut'
|
|
25757
25808
|
| 'two_n'
|
|
25809
|
+
| 'controlbyweb'
|
|
25758
25810
|
| 'ttlock'
|
|
25759
|
-
| 'nest'
|
|
25760
25811
|
| 'igloohome'
|
|
25761
|
-
| 'ecobee'
|
|
25762
25812
|
| 'hubitat'
|
|
25763
|
-
| '
|
|
25764
|
-
| 'smartthings'
|
|
25813
|
+
| 'four_suites'
|
|
25765
25814
|
| 'dormakaba_oracode'
|
|
25766
25815
|
| 'tedee'
|
|
25767
|
-
| 'honeywell_resideo'
|
|
25768
25816
|
| 'akiles'
|
|
25769
|
-
| 'tado'
|
|
25770
25817
|
)
|
|
25771
25818
|
| undefined
|
|
25772
25819
|
/** Array of device IDs by which to filter devices. */
|
|
@@ -25856,6 +25903,7 @@ export interface Routes {
|
|
|
25856
25903
|
| 'nest_thermostat'
|
|
25857
25904
|
| 'honeywell_resideo_thermostat'
|
|
25858
25905
|
| 'tado_thermostat'
|
|
25906
|
+
| 'sensi_thermostat'
|
|
25859
25907
|
)
|
|
25860
25908
|
| ('ios_phone' | 'android_phone')
|
|
25861
25909
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -26272,6 +26320,13 @@ export interface Routes {
|
|
|
26272
26320
|
device_type: string
|
|
26273
26321
|
}
|
|
26274
26322
|
| undefined
|
|
26323
|
+
sensi_metadata?:
|
|
26324
|
+
| {
|
|
26325
|
+
device_id: string
|
|
26326
|
+
device_name: string
|
|
26327
|
+
product_type: string
|
|
26328
|
+
}
|
|
26329
|
+
| undefined
|
|
26275
26330
|
}) &
|
|
26276
26331
|
({
|
|
26277
26332
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -26764,6 +26819,7 @@ export interface Routes {
|
|
|
26764
26819
|
| 'nest_thermostat'
|
|
26765
26820
|
| 'honeywell_resideo_thermostat'
|
|
26766
26821
|
| 'tado_thermostat'
|
|
26822
|
+
| 'sensi_thermostat'
|
|
26767
26823
|
)
|
|
26768
26824
|
| ('ios_phone' | 'android_phone')
|
|
26769
26825
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -27180,6 +27236,13 @@ export interface Routes {
|
|
|
27180
27236
|
device_type: string
|
|
27181
27237
|
}
|
|
27182
27238
|
| undefined
|
|
27239
|
+
sensi_metadata?:
|
|
27240
|
+
| {
|
|
27241
|
+
device_id: string
|
|
27242
|
+
device_name: string
|
|
27243
|
+
product_type: string
|
|
27244
|
+
}
|
|
27245
|
+
| undefined
|
|
27183
27246
|
}) &
|
|
27184
27247
|
({
|
|
27185
27248
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -29981,6 +30044,7 @@ export interface Routes {
|
|
|
29981
30044
|
| 'nest_thermostat'
|
|
29982
30045
|
| 'honeywell_resideo_thermostat'
|
|
29983
30046
|
| 'tado_thermostat'
|
|
30047
|
+
| 'sensi_thermostat'
|
|
29984
30048
|
)
|
|
29985
30049
|
| ('ios_phone' | 'android_phone')
|
|
29986
30050
|
)
|
|
@@ -30023,6 +30087,7 @@ export interface Routes {
|
|
|
30023
30087
|
| 'nest_thermostat'
|
|
30024
30088
|
| 'honeywell_resideo_thermostat'
|
|
30025
30089
|
| 'tado_thermostat'
|
|
30090
|
+
| 'sensi_thermostat'
|
|
30026
30091
|
)
|
|
30027
30092
|
| ('ios_phone' | 'android_phone')
|
|
30028
30093
|
>
|
|
@@ -30066,6 +30131,7 @@ export interface Routes {
|
|
|
30066
30131
|
| 'honeywell_resideo'
|
|
30067
30132
|
| 'akiles'
|
|
30068
30133
|
| 'tado'
|
|
30134
|
+
| 'sensi'
|
|
30069
30135
|
)
|
|
30070
30136
|
| undefined
|
|
30071
30137
|
/** Array of device IDs by which to filter devices. */
|
|
@@ -30155,6 +30221,7 @@ export interface Routes {
|
|
|
30155
30221
|
| 'nest_thermostat'
|
|
30156
30222
|
| 'honeywell_resideo_thermostat'
|
|
30157
30223
|
| 'tado_thermostat'
|
|
30224
|
+
| 'sensi_thermostat'
|
|
30158
30225
|
)
|
|
30159
30226
|
| ('ios_phone' | 'android_phone')
|
|
30160
30227
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -30571,6 +30638,13 @@ export interface Routes {
|
|
|
30571
30638
|
device_type: string
|
|
30572
30639
|
}
|
|
30573
30640
|
| undefined
|
|
30641
|
+
sensi_metadata?:
|
|
30642
|
+
| {
|
|
30643
|
+
device_id: string
|
|
30644
|
+
device_name: string
|
|
30645
|
+
product_type: string
|
|
30646
|
+
}
|
|
30647
|
+
| undefined
|
|
30574
30648
|
}) &
|
|
30575
30649
|
({
|
|
30576
30650
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -31063,6 +31137,7 @@ export interface Routes {
|
|
|
31063
31137
|
| 'nest_thermostat'
|
|
31064
31138
|
| 'honeywell_resideo_thermostat'
|
|
31065
31139
|
| 'tado_thermostat'
|
|
31140
|
+
| 'sensi_thermostat'
|
|
31066
31141
|
)
|
|
31067
31142
|
| ('ios_phone' | 'android_phone')
|
|
31068
31143
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -31479,6 +31554,13 @@ export interface Routes {
|
|
|
31479
31554
|
device_type: string
|
|
31480
31555
|
}
|
|
31481
31556
|
| undefined
|
|
31557
|
+
sensi_metadata?:
|
|
31558
|
+
| {
|
|
31559
|
+
device_id: string
|
|
31560
|
+
device_name: string
|
|
31561
|
+
product_type: string
|
|
31562
|
+
}
|
|
31563
|
+
| undefined
|
|
31482
31564
|
}) &
|
|
31483
31565
|
({
|
|
31484
31566
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -38170,6 +38252,7 @@ export interface Routes {
|
|
|
38170
38252
|
| 'nest_thermostat'
|
|
38171
38253
|
| 'honeywell_resideo_thermostat'
|
|
38172
38254
|
| 'tado_thermostat'
|
|
38255
|
+
| 'sensi_thermostat'
|
|
38173
38256
|
)
|
|
38174
38257
|
| ('ios_phone' | 'android_phone')
|
|
38175
38258
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -38586,6 +38669,13 @@ export interface Routes {
|
|
|
38586
38669
|
device_type: string
|
|
38587
38670
|
}
|
|
38588
38671
|
| undefined
|
|
38672
|
+
sensi_metadata?:
|
|
38673
|
+
| {
|
|
38674
|
+
device_id: string
|
|
38675
|
+
device_name: string
|
|
38676
|
+
product_type: string
|
|
38677
|
+
}
|
|
38678
|
+
| undefined
|
|
38589
38679
|
}) &
|
|
38590
38680
|
({
|
|
38591
38681
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -41337,6 +41427,7 @@ export interface Routes {
|
|
|
41337
41427
|
| 'nest_thermostat'
|
|
41338
41428
|
| 'honeywell_resideo_thermostat'
|
|
41339
41429
|
| 'tado_thermostat'
|
|
41430
|
+
| 'sensi_thermostat'
|
|
41340
41431
|
)
|
|
41341
41432
|
| undefined
|
|
41342
41433
|
/** Array of device types by which to filter devices. */
|
|
@@ -41346,6 +41437,7 @@ export interface Routes {
|
|
|
41346
41437
|
| 'nest_thermostat'
|
|
41347
41438
|
| 'honeywell_resideo_thermostat'
|
|
41348
41439
|
| 'tado_thermostat'
|
|
41440
|
+
| 'sensi_thermostat'
|
|
41349
41441
|
>
|
|
41350
41442
|
| undefined
|
|
41351
41443
|
/** Manufacturer by which to filter devices. */
|
|
@@ -41439,6 +41531,7 @@ export interface Routes {
|
|
|
41439
41531
|
| 'nest_thermostat'
|
|
41440
41532
|
| 'honeywell_resideo_thermostat'
|
|
41441
41533
|
| 'tado_thermostat'
|
|
41534
|
+
| 'sensi_thermostat'
|
|
41442
41535
|
)
|
|
41443
41536
|
| ('ios_phone' | 'android_phone')
|
|
41444
41537
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -41855,6 +41948,13 @@ export interface Routes {
|
|
|
41855
41948
|
device_type: string
|
|
41856
41949
|
}
|
|
41857
41950
|
| undefined
|
|
41951
|
+
sensi_metadata?:
|
|
41952
|
+
| {
|
|
41953
|
+
device_id: string
|
|
41954
|
+
device_name: string
|
|
41955
|
+
product_type: string
|
|
41956
|
+
}
|
|
41957
|
+
| undefined
|
|
41858
41958
|
}) &
|
|
41859
41959
|
({
|
|
41860
41960
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -42347,6 +42447,7 @@ export interface Routes {
|
|
|
42347
42447
|
| 'nest_thermostat'
|
|
42348
42448
|
| 'honeywell_resideo_thermostat'
|
|
42349
42449
|
| 'tado_thermostat'
|
|
42450
|
+
| 'sensi_thermostat'
|
|
42350
42451
|
)
|
|
42351
42452
|
| ('ios_phone' | 'android_phone')
|
|
42352
42453
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -42763,6 +42864,13 @@ export interface Routes {
|
|
|
42763
42864
|
device_type: string
|
|
42764
42865
|
}
|
|
42765
42866
|
| undefined
|
|
42867
|
+
sensi_metadata?:
|
|
42868
|
+
| {
|
|
42869
|
+
device_id: string
|
|
42870
|
+
device_name: string
|
|
42871
|
+
product_type: string
|
|
42872
|
+
}
|
|
42873
|
+
| undefined
|
|
42766
42874
|
}) &
|
|
42767
42875
|
({
|
|
42768
42876
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -47489,6 +47597,7 @@ export interface Routes {
|
|
|
47489
47597
|
| 'nest_thermostat'
|
|
47490
47598
|
| 'honeywell_resideo_thermostat'
|
|
47491
47599
|
| 'tado_thermostat'
|
|
47600
|
+
| 'sensi_thermostat'
|
|
47492
47601
|
)
|
|
47493
47602
|
| ('ios_phone' | 'android_phone')
|
|
47494
47603
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -47905,6 +48014,13 @@ export interface Routes {
|
|
|
47905
48014
|
device_type: string
|
|
47906
48015
|
}
|
|
47907
48016
|
| undefined
|
|
48017
|
+
sensi_metadata?:
|
|
48018
|
+
| {
|
|
48019
|
+
device_id: string
|
|
48020
|
+
device_name: string
|
|
48021
|
+
product_type: string
|
|
48022
|
+
}
|
|
48023
|
+
| undefined
|
|
47908
48024
|
}) &
|
|
47909
48025
|
({
|
|
47910
48026
|
_experimental_supported_code_from_access_codes_lengths?:
|
|
@@ -48399,6 +48515,7 @@ export interface Routes {
|
|
|
48399
48515
|
| 'nest_thermostat'
|
|
48400
48516
|
| 'honeywell_resideo_thermostat'
|
|
48401
48517
|
| 'tado_thermostat'
|
|
48518
|
+
| 'sensi_thermostat'
|
|
48402
48519
|
)
|
|
48403
48520
|
| ('ios_phone' | 'android_phone')
|
|
48404
48521
|
/** Optional nickname to describe the device, settable through Seam */
|
|
@@ -48815,6 +48932,13 @@ export interface Routes {
|
|
|
48815
48932
|
device_type: string
|
|
48816
48933
|
}
|
|
48817
48934
|
| undefined
|
|
48935
|
+
sensi_metadata?:
|
|
48936
|
+
| {
|
|
48937
|
+
device_id: string
|
|
48938
|
+
device_name: string
|
|
48939
|
+
product_type: string
|
|
48940
|
+
}
|
|
48941
|
+
| undefined
|
|
48818
48942
|
}) &
|
|
48819
48943
|
({
|
|
48820
48944
|
_experimental_supported_code_from_access_codes_lengths?:
|