@seamapi/types 1.340.1 → 1.342.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 +241 -16
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +454 -58
- package/lib/seam/connect/models/acs/acs-credential.js +2 -10
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/events/devices.d.ts +66 -0
- package/lib/seam/connect/models/events/devices.js +15 -0
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +33 -1
- package/lib/seam/connect/openapi.d.ts +314 -0
- package/lib/seam/connect/openapi.js +223 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +108 -58
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -12
- package/src/lib/seam/connect/models/events/devices.ts +22 -0
- package/src/lib/seam/connect/openapi.ts +228 -7
- package/src/lib/seam/connect/route-types.ts +114 -56
|
@@ -444,8 +444,7 @@ export interface Routes {
|
|
|
444
444
|
status: 'success'
|
|
445
445
|
error: null
|
|
446
446
|
action_type: 'ENCODE_CREDENTIAL'
|
|
447
|
-
/** Means by which a user gains access at an entrance.
|
|
448
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
447
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
449
448
|
result:
|
|
450
449
|
| {
|
|
451
450
|
/** ID of the credential. */
|
|
@@ -2126,8 +2125,7 @@ export interface Routes {
|
|
|
2126
2125
|
status: 'success'
|
|
2127
2126
|
error: null
|
|
2128
2127
|
action_type: 'ENCODE_CREDENTIAL'
|
|
2129
|
-
/** Means by which a user gains access at an entrance.
|
|
2130
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
2128
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
2131
2129
|
result:
|
|
2132
2130
|
| {
|
|
2133
2131
|
/** ID of the credential. */
|
|
@@ -4770,8 +4768,7 @@ export interface Routes {
|
|
|
4770
4768
|
status: 'success'
|
|
4771
4769
|
error: null
|
|
4772
4770
|
action_type: 'ENCODE_CREDENTIAL'
|
|
4773
|
-
/** Means by which a user gains access at an entrance.
|
|
4774
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4771
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
4775
4772
|
result:
|
|
4776
4773
|
| {
|
|
4777
4774
|
/** ID of the credential. */
|
|
@@ -6439,8 +6436,7 @@ export interface Routes {
|
|
|
6439
6436
|
status: 'success'
|
|
6440
6437
|
error: null
|
|
6441
6438
|
action_type: 'ENCODE_CREDENTIAL'
|
|
6442
|
-
/** Means by which a user gains access at an entrance.
|
|
6443
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6439
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6444
6440
|
result:
|
|
6445
6441
|
| {
|
|
6446
6442
|
/** ID of the credential. */
|
|
@@ -7607,8 +7603,7 @@ export interface Routes {
|
|
|
7607
7603
|
commonParams: {}
|
|
7608
7604
|
formData: {}
|
|
7609
7605
|
jsonResponse: {
|
|
7610
|
-
/** Means by which a user gains access at an entrance.
|
|
7611
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7606
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7612
7607
|
acs_credential: {
|
|
7613
7608
|
/** ID of the credential. */
|
|
7614
7609
|
acs_credential_id: string
|
|
@@ -7803,8 +7798,7 @@ export interface Routes {
|
|
|
7803
7798
|
}
|
|
7804
7799
|
formData: {}
|
|
7805
7800
|
jsonResponse: {
|
|
7806
|
-
/** Means by which a user gains access at an entrance.
|
|
7807
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7801
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7808
7802
|
acs_credential: {
|
|
7809
7803
|
/** ID of the credential. */
|
|
7810
7804
|
acs_credential_id: string
|
|
@@ -7960,8 +7954,7 @@ export interface Routes {
|
|
|
7960
7954
|
}
|
|
7961
7955
|
formData: {}
|
|
7962
7956
|
jsonResponse: {
|
|
7963
|
-
/** Means by which a user gains access at an entrance.
|
|
7964
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7957
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7965
7958
|
acs_credential: {
|
|
7966
7959
|
/** ID of the credential. */
|
|
7967
7960
|
acs_credential_id: string
|
|
@@ -8121,8 +8114,7 @@ export interface Routes {
|
|
|
8121
8114
|
}
|
|
8122
8115
|
formData: {}
|
|
8123
8116
|
jsonResponse: {
|
|
8124
|
-
/** Means by which a user gains access at an entrance.
|
|
8125
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8117
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8126
8118
|
acs_credential: {
|
|
8127
8119
|
/** ID of the credential. */
|
|
8128
8120
|
acs_credential_id: string
|
|
@@ -8531,8 +8523,7 @@ export interface Routes {
|
|
|
8531
8523
|
commonParams: {}
|
|
8532
8524
|
formData: {}
|
|
8533
8525
|
jsonResponse: {
|
|
8534
|
-
/** Means by which a user gains access at an entrance.
|
|
8535
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8526
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8536
8527
|
acs_credential: {
|
|
8537
8528
|
/** ID of the credential. */
|
|
8538
8529
|
acs_credential_id: string
|
|
@@ -8680,8 +8671,7 @@ export interface Routes {
|
|
|
8680
8671
|
}
|
|
8681
8672
|
formData: {}
|
|
8682
8673
|
jsonResponse: {
|
|
8683
|
-
/** Means by which a user gains access at an entrance.
|
|
8684
|
-
The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8674
|
+
/** Means by which a user gains access at an entrance. The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8685
8675
|
acs_credential: {
|
|
8686
8676
|
/** ID of the credential. */
|
|
8687
8677
|
acs_credential_id: string
|
|
@@ -8995,8 +8985,7 @@ export interface Routes {
|
|
|
8995
8985
|
commonParams: {}
|
|
8996
8986
|
formData: {}
|
|
8997
8987
|
jsonResponse: {
|
|
8998
|
-
/** Means by which a user gains access at an entrance.
|
|
8999
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8988
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
9000
8989
|
acs_credential: {
|
|
9001
8990
|
/** ID of the credential. */
|
|
9002
8991
|
acs_credential_id: string
|
|
@@ -9565,8 +9554,7 @@ export interface Routes {
|
|
|
9565
9554
|
status: 'success'
|
|
9566
9555
|
error: null
|
|
9567
9556
|
action_type: 'ENCODE_CREDENTIAL'
|
|
9568
|
-
/** Means by which a user gains access at an entrance.
|
|
9569
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
9557
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
9570
9558
|
result:
|
|
9571
9559
|
| {
|
|
9572
9560
|
/** ID of the credential. */
|
|
@@ -10651,8 +10639,7 @@ export interface Routes {
|
|
|
10651
10639
|
status: 'success'
|
|
10652
10640
|
error: null
|
|
10653
10641
|
action_type: 'ENCODE_CREDENTIAL'
|
|
10654
|
-
/** Means by which a user gains access at an entrance.
|
|
10655
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
10642
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
10656
10643
|
result:
|
|
10657
10644
|
| {
|
|
10658
10645
|
/** ID of the credential. */
|
|
@@ -13518,8 +13505,7 @@ export interface Routes {
|
|
|
13518
13505
|
status: 'success'
|
|
13519
13506
|
error: null
|
|
13520
13507
|
action_type: 'ENCODE_CREDENTIAL'
|
|
13521
|
-
/** Means by which a user gains access at an entrance.
|
|
13522
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
13508
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
13523
13509
|
result:
|
|
13524
13510
|
| {
|
|
13525
13511
|
/** ID of the credential. */
|
|
@@ -14553,8 +14539,7 @@ export interface Routes {
|
|
|
14553
14539
|
status: 'success'
|
|
14554
14540
|
error: null
|
|
14555
14541
|
action_type: 'ENCODE_CREDENTIAL'
|
|
14556
|
-
/** Means by which a user gains access at an entrance.
|
|
14557
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
14542
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
14558
14543
|
result:
|
|
14559
14544
|
| {
|
|
14560
14545
|
/** ID of the credential. */
|
|
@@ -19891,6 +19876,25 @@ export interface Routes {
|
|
|
19891
19876
|
/** Desired temperature, in °F, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
19892
19877
|
desired_temperature_fahrenheit?: number | undefined
|
|
19893
19878
|
}
|
|
19879
|
+
| {
|
|
19880
|
+
/** ID of the event. */
|
|
19881
|
+
event_id: string
|
|
19882
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
19883
|
+
workspace_id: string
|
|
19884
|
+
/** Date and time at which the event was created. */
|
|
19885
|
+
created_at: string
|
|
19886
|
+
/** Date and time at which the event occurred. */
|
|
19887
|
+
occurred_at: string
|
|
19888
|
+
/** ID of the device. */
|
|
19889
|
+
device_id: string
|
|
19890
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
19891
|
+
connected_account_id: string
|
|
19892
|
+
event_type: 'thermostat.temperature_changed_event'
|
|
19893
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
19894
|
+
temperature_celsius: number
|
|
19895
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
19896
|
+
temperature_fahrenheit: number
|
|
19897
|
+
}
|
|
19894
19898
|
| {
|
|
19895
19899
|
/** ID of the event. */
|
|
19896
19900
|
event_id: string
|
|
@@ -20011,6 +20015,7 @@ export interface Routes {
|
|
|
20011
20015
|
| 'thermostat.temperature_threshold_exceeded'
|
|
20012
20016
|
| 'thermostat.temperature_threshold_no_longer_exceeded'
|
|
20013
20017
|
| 'thermostat.temperature_reached_set_point'
|
|
20018
|
+
| 'thermostat.temperature_changed_event'
|
|
20014
20019
|
| 'enrollment_automation.deleted'
|
|
20015
20020
|
| 'phone.deactivated'
|
|
20016
20021
|
)
|
|
@@ -20089,6 +20094,7 @@ export interface Routes {
|
|
|
20089
20094
|
| 'thermostat.temperature_threshold_exceeded'
|
|
20090
20095
|
| 'thermostat.temperature_threshold_no_longer_exceeded'
|
|
20091
20096
|
| 'thermostat.temperature_reached_set_point'
|
|
20097
|
+
| 'thermostat.temperature_changed_event'
|
|
20092
20098
|
| 'enrollment_automation.deleted'
|
|
20093
20099
|
| 'phone.deactivated'
|
|
20094
20100
|
>
|
|
@@ -21324,6 +21330,25 @@ export interface Routes {
|
|
|
21324
21330
|
/** Desired temperature, in °F, defined by the [thermostat's](https://docs.seam.co/latest/capability-guides/thermostats) cooling or heating [set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
|
|
21325
21331
|
desired_temperature_fahrenheit?: number | undefined
|
|
21326
21332
|
}
|
|
21333
|
+
| {
|
|
21334
|
+
/** ID of the event. */
|
|
21335
|
+
event_id: string
|
|
21336
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
21337
|
+
workspace_id: string
|
|
21338
|
+
/** Date and time at which the event was created. */
|
|
21339
|
+
created_at: string
|
|
21340
|
+
/** Date and time at which the event occurred. */
|
|
21341
|
+
occurred_at: string
|
|
21342
|
+
/** ID of the device. */
|
|
21343
|
+
device_id: string
|
|
21344
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
21345
|
+
connected_account_id: string
|
|
21346
|
+
event_type: 'thermostat.temperature_changed_event'
|
|
21347
|
+
/** Temperature, in °C, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
21348
|
+
temperature_celsius: number
|
|
21349
|
+
/** Temperature, in °F, reported by the [thermostat](https://docs.seam.co/latest/capability-guides/thermostats). */
|
|
21350
|
+
temperature_fahrenheit: number
|
|
21351
|
+
}
|
|
21327
21352
|
| {
|
|
21328
21353
|
/** ID of the event. */
|
|
21329
21354
|
event_id: string
|
|
@@ -25482,8 +25507,7 @@ export interface Routes {
|
|
|
25482
25507
|
status: 'success'
|
|
25483
25508
|
error: null
|
|
25484
25509
|
action_type: 'ENCODE_CREDENTIAL'
|
|
25485
|
-
/** Means by which a user gains access at an entrance.
|
|
25486
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
25510
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
25487
25511
|
result:
|
|
25488
25512
|
| {
|
|
25489
25513
|
/** ID of the credential. */
|
|
@@ -26519,8 +26543,7 @@ export interface Routes {
|
|
|
26519
26543
|
status: 'success'
|
|
26520
26544
|
error: null
|
|
26521
26545
|
action_type: 'ENCODE_CREDENTIAL'
|
|
26522
|
-
/** Means by which a user gains access at an entrance.
|
|
26523
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
26546
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
26524
26547
|
result:
|
|
26525
26548
|
| {
|
|
26526
26549
|
/** ID of the credential. */
|
|
@@ -29530,8 +29553,7 @@ export interface Routes {
|
|
|
29530
29553
|
status: 'success'
|
|
29531
29554
|
error: null
|
|
29532
29555
|
action_type: 'ENCODE_CREDENTIAL'
|
|
29533
|
-
/** Means by which a user gains access at an entrance.
|
|
29534
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29556
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29535
29557
|
result:
|
|
29536
29558
|
| {
|
|
29537
29559
|
/** ID of the credential. */
|
|
@@ -30578,8 +30600,7 @@ export interface Routes {
|
|
|
30578
30600
|
status: 'success'
|
|
30579
30601
|
error: null
|
|
30580
30602
|
action_type: 'ENCODE_CREDENTIAL'
|
|
30581
|
-
/** Means by which a user gains access at an entrance.
|
|
30582
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
30603
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
30583
30604
|
result:
|
|
30584
30605
|
| {
|
|
30585
30606
|
/** ID of the credential. */
|
|
@@ -31665,8 +31686,7 @@ export interface Routes {
|
|
|
31665
31686
|
status: 'success'
|
|
31666
31687
|
error: null
|
|
31667
31688
|
action_type: 'ENCODE_CREDENTIAL'
|
|
31668
|
-
/** Means by which a user gains access at an entrance.
|
|
31669
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
31689
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
31670
31690
|
result:
|
|
31671
31691
|
| {
|
|
31672
31692
|
/** ID of the credential. */
|
|
@@ -33245,8 +33265,7 @@ export interface Routes {
|
|
|
33245
33265
|
status: 'success'
|
|
33246
33266
|
error: null
|
|
33247
33267
|
action_type: 'ENCODE_CREDENTIAL'
|
|
33248
|
-
/** Means by which a user gains access at an entrance.
|
|
33249
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
33268
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
33250
33269
|
result:
|
|
33251
33270
|
| {
|
|
33252
33271
|
/** ID of the credential. */
|
|
@@ -34288,8 +34307,7 @@ export interface Routes {
|
|
|
34288
34307
|
status: 'success'
|
|
34289
34308
|
error: null
|
|
34290
34309
|
action_type: 'ENCODE_CREDENTIAL'
|
|
34291
|
-
/** Means by which a user gains access at an entrance.
|
|
34292
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
34310
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
34293
34311
|
result:
|
|
34294
34312
|
| {
|
|
34295
34313
|
/** ID of the credential. */
|
|
@@ -36267,8 +36285,7 @@ export interface Routes {
|
|
|
36267
36285
|
status: 'success'
|
|
36268
36286
|
error: null
|
|
36269
36287
|
action_type: 'ENCODE_CREDENTIAL'
|
|
36270
|
-
/** Means by which a user gains access at an entrance.
|
|
36271
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
36288
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
36272
36289
|
result:
|
|
36273
36290
|
| {
|
|
36274
36291
|
/** ID of the credential. */
|
|
@@ -37314,8 +37331,7 @@ export interface Routes {
|
|
|
37314
37331
|
status: 'success'
|
|
37315
37332
|
error: null
|
|
37316
37333
|
action_type: 'ENCODE_CREDENTIAL'
|
|
37317
|
-
/** Means by which a user gains access at an entrance.
|
|
37318
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
37334
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
37319
37335
|
result:
|
|
37320
37336
|
| {
|
|
37321
37337
|
/** ID of the credential. */
|
|
@@ -40287,8 +40303,7 @@ export interface Routes {
|
|
|
40287
40303
|
status: 'success'
|
|
40288
40304
|
error: null
|
|
40289
40305
|
action_type: 'ENCODE_CREDENTIAL'
|
|
40290
|
-
/** Means by which a user gains access at an entrance.
|
|
40291
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
40306
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
40292
40307
|
result:
|
|
40293
40308
|
| {
|
|
40294
40309
|
/** ID of the credential. */
|
|
@@ -41510,8 +41525,7 @@ export interface Routes {
|
|
|
41510
41525
|
status: 'success'
|
|
41511
41526
|
error: null
|
|
41512
41527
|
action_type: 'ENCODE_CREDENTIAL'
|
|
41513
|
-
/** Means by which a user gains access at an entrance.
|
|
41514
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
41528
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
41515
41529
|
result:
|
|
41516
41530
|
| {
|
|
41517
41531
|
/** ID of the credential. */
|
|
@@ -42580,8 +42594,7 @@ export interface Routes {
|
|
|
42580
42594
|
status: 'success'
|
|
42581
42595
|
error: null
|
|
42582
42596
|
action_type: 'ENCODE_CREDENTIAL'
|
|
42583
|
-
/** Means by which a user gains access at an entrance.
|
|
42584
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
42597
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
42585
42598
|
result:
|
|
42586
42599
|
| {
|
|
42587
42600
|
/** ID of the credential. */
|
|
@@ -43207,6 +43220,52 @@ export interface Routes {
|
|
|
43207
43220
|
formData: {}
|
|
43208
43221
|
jsonResponse: {}
|
|
43209
43222
|
}
|
|
43223
|
+
'/thermostats/simulate/hvac_mode_adjusted': {
|
|
43224
|
+
route: '/thermostats/simulate/hvac_mode_adjusted'
|
|
43225
|
+
method: 'POST'
|
|
43226
|
+
queryParams: {}
|
|
43227
|
+
jsonBody:
|
|
43228
|
+
| {
|
|
43229
|
+
hvac_mode: 'off'
|
|
43230
|
+
device_id: string
|
|
43231
|
+
}
|
|
43232
|
+
| {
|
|
43233
|
+
hvac_mode: 'cool'
|
|
43234
|
+
device_id: string
|
|
43235
|
+
cooling_set_point_celsius?: number | undefined
|
|
43236
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
43237
|
+
}
|
|
43238
|
+
| {
|
|
43239
|
+
hvac_mode: 'heat'
|
|
43240
|
+
device_id: string
|
|
43241
|
+
heating_set_point_celsius?: number | undefined
|
|
43242
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
43243
|
+
}
|
|
43244
|
+
| {
|
|
43245
|
+
hvac_mode: 'heat_cool'
|
|
43246
|
+
device_id: string
|
|
43247
|
+
cooling_set_point_celsius?: number | undefined
|
|
43248
|
+
cooling_set_point_fahrenheit?: number | undefined
|
|
43249
|
+
heating_set_point_celsius?: number | undefined
|
|
43250
|
+
heating_set_point_fahrenheit?: number | undefined
|
|
43251
|
+
}
|
|
43252
|
+
commonParams: {}
|
|
43253
|
+
formData: {}
|
|
43254
|
+
jsonResponse: {}
|
|
43255
|
+
}
|
|
43256
|
+
'/thermostats/simulate/temperature_reached': {
|
|
43257
|
+
route: '/thermostats/simulate/temperature_reached'
|
|
43258
|
+
method: 'POST'
|
|
43259
|
+
queryParams: {}
|
|
43260
|
+
jsonBody: {
|
|
43261
|
+
device_id: string
|
|
43262
|
+
temperature_celsius?: number | undefined
|
|
43263
|
+
temperature_fahrenheit?: number | undefined
|
|
43264
|
+
}
|
|
43265
|
+
commonParams: {}
|
|
43266
|
+
formData: {}
|
|
43267
|
+
jsonResponse: {}
|
|
43268
|
+
}
|
|
43210
43269
|
'/thermostats/update_climate_preset': {
|
|
43211
43270
|
route: '/thermostats/update_climate_preset'
|
|
43212
43271
|
method: 'POST' | 'PATCH'
|
|
@@ -46158,8 +46217,7 @@ export interface Routes {
|
|
|
46158
46217
|
status: 'success'
|
|
46159
46218
|
error: null
|
|
46160
46219
|
action_type: 'ENCODE_CREDENTIAL'
|
|
46161
|
-
/** Means by which a user gains access at an entrance.
|
|
46162
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
46220
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
46163
46221
|
result:
|
|
46164
46222
|
| {
|
|
46165
46223
|
/** ID of the credential. */
|