@seamapi/types 1.226.0 → 1.228.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 +50 -26
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +105 -224
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +0 -30
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +0 -30
- package/lib/seam/connect/models/devices/device.d.ts +0 -42
- package/lib/seam/connect/models/devices/phone.d.ts +0 -30
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -30
- package/lib/seam/connect/models/thermostats/climate-setting-schedule.d.ts +0 -6
- package/lib/seam/connect/models/thermostats/climate-setting.d.ts +0 -6
- package/lib/seam/connect/models/thermostats/climate-setting.js +0 -2
- package/lib/seam/connect/models/thermostats/climate-setting.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +69 -60
- package/lib/seam/connect/openapi.js +50 -24
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +36 -86
- package/package.json +1 -1
- package/src/lib/seam/connect/models/thermostats/climate-setting.ts +0 -2
- package/src/lib/seam/connect/openapi.ts +50 -24
- package/src/lib/seam/connect/route-types.ts +47 -86
|
@@ -2399,6 +2399,53 @@ export interface Routes {
|
|
|
2399
2399
|
}>
|
|
2400
2400
|
}
|
|
2401
2401
|
}
|
|
2402
|
+
'/acs/access_groups/list_accessible_entrances': {
|
|
2403
|
+
route: '/acs/access_groups/list_accessible_entrances'
|
|
2404
|
+
method: 'GET' | 'POST'
|
|
2405
|
+
queryParams: {}
|
|
2406
|
+
jsonBody: {}
|
|
2407
|
+
commonParams: {
|
|
2408
|
+
acs_access_group_id: string
|
|
2409
|
+
}
|
|
2410
|
+
formData: {}
|
|
2411
|
+
jsonResponse: {
|
|
2412
|
+
acs_entrances: Array<{
|
|
2413
|
+
acs_system_id: string
|
|
2414
|
+
acs_entrance_id: string
|
|
2415
|
+
created_at: string
|
|
2416
|
+
display_name: string
|
|
2417
|
+
errors: Array<{
|
|
2418
|
+
error_code: string
|
|
2419
|
+
message: string
|
|
2420
|
+
}>
|
|
2421
|
+
latch_metadata?:
|
|
2422
|
+
| {
|
|
2423
|
+
accessibility_type: string
|
|
2424
|
+
door_name: string
|
|
2425
|
+
door_type: string
|
|
2426
|
+
is_connected: boolean
|
|
2427
|
+
}
|
|
2428
|
+
| undefined
|
|
2429
|
+
visionline_metadata?:
|
|
2430
|
+
| {
|
|
2431
|
+
door_name: string
|
|
2432
|
+
door_category:
|
|
2433
|
+
| 'entrance'
|
|
2434
|
+
| 'guest'
|
|
2435
|
+
| 'elevator reader'
|
|
2436
|
+
| 'common'
|
|
2437
|
+
| 'common (PMS)'
|
|
2438
|
+
profiles?:
|
|
2439
|
+
| Array<{
|
|
2440
|
+
visionline_door_profile_id: string
|
|
2441
|
+
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch'
|
|
2442
|
+
}>
|
|
2443
|
+
| undefined
|
|
2444
|
+
}
|
|
2445
|
+
| undefined
|
|
2446
|
+
}>
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2402
2449
|
'/acs/access_groups/list_users': {
|
|
2403
2450
|
route: '/acs/access_groups/list_users'
|
|
2404
2451
|
method: 'GET' | 'POST'
|
|
@@ -5527,8 +5574,6 @@ export interface Routes {
|
|
|
5527
5574
|
is_temporary_manual_override_active?: boolean | undefined
|
|
5528
5575
|
current_climate_setting?:
|
|
5529
5576
|
| {
|
|
5530
|
-
automatic_heating_enabled: boolean
|
|
5531
|
-
automatic_cooling_enabled: boolean
|
|
5532
5577
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5533
5578
|
cooling_set_point_celsius?: number | undefined
|
|
5534
5579
|
heating_set_point_celsius?: number | undefined
|
|
@@ -5539,8 +5584,6 @@ export interface Routes {
|
|
|
5539
5584
|
| undefined
|
|
5540
5585
|
default_climate_setting?:
|
|
5541
5586
|
| {
|
|
5542
|
-
automatic_heating_enabled: boolean
|
|
5543
|
-
automatic_cooling_enabled: boolean
|
|
5544
5587
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5545
5588
|
cooling_set_point_celsius?: number | undefined
|
|
5546
5589
|
heating_set_point_celsius?: number | undefined
|
|
@@ -5561,8 +5604,6 @@ export interface Routes {
|
|
|
5561
5604
|
created_at: string
|
|
5562
5605
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
5563
5606
|
errors?: any
|
|
5564
|
-
automatic_heating_enabled?: boolean | undefined
|
|
5565
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
5566
5607
|
hvac_mode_setting?:
|
|
5567
5608
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
5568
5609
|
| undefined
|
|
@@ -6231,8 +6272,6 @@ export interface Routes {
|
|
|
6231
6272
|
is_temporary_manual_override_active?: boolean | undefined
|
|
6232
6273
|
current_climate_setting?:
|
|
6233
6274
|
| {
|
|
6234
|
-
automatic_heating_enabled: boolean
|
|
6235
|
-
automatic_cooling_enabled: boolean
|
|
6236
6275
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6237
6276
|
cooling_set_point_celsius?: number | undefined
|
|
6238
6277
|
heating_set_point_celsius?: number | undefined
|
|
@@ -6243,8 +6282,6 @@ export interface Routes {
|
|
|
6243
6282
|
| undefined
|
|
6244
6283
|
default_climate_setting?:
|
|
6245
6284
|
| {
|
|
6246
|
-
automatic_heating_enabled: boolean
|
|
6247
|
-
automatic_cooling_enabled: boolean
|
|
6248
6285
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6249
6286
|
cooling_set_point_celsius?: number | undefined
|
|
6250
6287
|
heating_set_point_celsius?: number | undefined
|
|
@@ -6265,8 +6302,6 @@ export interface Routes {
|
|
|
6265
6302
|
created_at: string
|
|
6266
6303
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
6267
6304
|
errors?: any
|
|
6268
|
-
automatic_heating_enabled?: boolean | undefined
|
|
6269
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
6270
6305
|
hvac_mode_setting?:
|
|
6271
6306
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
6272
6307
|
| undefined
|
|
@@ -7588,8 +7623,6 @@ export interface Routes {
|
|
|
7588
7623
|
is_temporary_manual_override_active?: boolean | undefined
|
|
7589
7624
|
current_climate_setting?:
|
|
7590
7625
|
| {
|
|
7591
|
-
automatic_heating_enabled: boolean
|
|
7592
|
-
automatic_cooling_enabled: boolean
|
|
7593
7626
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7594
7627
|
cooling_set_point_celsius?: number | undefined
|
|
7595
7628
|
heating_set_point_celsius?: number | undefined
|
|
@@ -7600,8 +7633,6 @@ export interface Routes {
|
|
|
7600
7633
|
| undefined
|
|
7601
7634
|
default_climate_setting?:
|
|
7602
7635
|
| {
|
|
7603
|
-
automatic_heating_enabled: boolean
|
|
7604
|
-
automatic_cooling_enabled: boolean
|
|
7605
7636
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7606
7637
|
cooling_set_point_celsius?: number | undefined
|
|
7607
7638
|
heating_set_point_celsius?: number | undefined
|
|
@@ -7622,8 +7653,6 @@ export interface Routes {
|
|
|
7622
7653
|
created_at: string
|
|
7623
7654
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
7624
7655
|
errors?: any
|
|
7625
|
-
automatic_heating_enabled?: boolean | undefined
|
|
7626
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
7627
7656
|
hvac_mode_setting?:
|
|
7628
7657
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
7629
7658
|
| undefined
|
|
@@ -8134,8 +8163,6 @@ export interface Routes {
|
|
|
8134
8163
|
is_temporary_manual_override_active?: boolean | undefined
|
|
8135
8164
|
current_climate_setting?:
|
|
8136
8165
|
| {
|
|
8137
|
-
automatic_heating_enabled: boolean
|
|
8138
|
-
automatic_cooling_enabled: boolean
|
|
8139
8166
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8140
8167
|
cooling_set_point_celsius?: number | undefined
|
|
8141
8168
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8146,8 +8173,6 @@ export interface Routes {
|
|
|
8146
8173
|
| undefined
|
|
8147
8174
|
default_climate_setting?:
|
|
8148
8175
|
| {
|
|
8149
|
-
automatic_heating_enabled: boolean
|
|
8150
|
-
automatic_cooling_enabled: boolean
|
|
8151
8176
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8152
8177
|
cooling_set_point_celsius?: number | undefined
|
|
8153
8178
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8168,8 +8193,6 @@ export interface Routes {
|
|
|
8168
8193
|
created_at: string
|
|
8169
8194
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8170
8195
|
errors?: any
|
|
8171
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8172
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8173
8196
|
hvac_mode_setting?:
|
|
8174
8197
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8175
8198
|
| undefined
|
|
@@ -8838,8 +8861,6 @@ export interface Routes {
|
|
|
8838
8861
|
is_temporary_manual_override_active?: boolean | undefined
|
|
8839
8862
|
current_climate_setting?:
|
|
8840
8863
|
| {
|
|
8841
|
-
automatic_heating_enabled: boolean
|
|
8842
|
-
automatic_cooling_enabled: boolean
|
|
8843
8864
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8844
8865
|
cooling_set_point_celsius?: number | undefined
|
|
8845
8866
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8850,8 +8871,6 @@ export interface Routes {
|
|
|
8850
8871
|
| undefined
|
|
8851
8872
|
default_climate_setting?:
|
|
8852
8873
|
| {
|
|
8853
|
-
automatic_heating_enabled: boolean
|
|
8854
|
-
automatic_cooling_enabled: boolean
|
|
8855
8874
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8856
8875
|
cooling_set_point_celsius?: number | undefined
|
|
8857
8876
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8872,8 +8891,6 @@ export interface Routes {
|
|
|
8872
8891
|
created_at: string
|
|
8873
8892
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
8874
8893
|
errors?: any
|
|
8875
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8876
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8877
8894
|
hvac_mode_setting?:
|
|
8878
8895
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8879
8896
|
| undefined
|
|
@@ -9384,8 +9401,6 @@ export interface Routes {
|
|
|
9384
9401
|
is_temporary_manual_override_active?: boolean | undefined
|
|
9385
9402
|
current_climate_setting?:
|
|
9386
9403
|
| {
|
|
9387
|
-
automatic_heating_enabled: boolean
|
|
9388
|
-
automatic_cooling_enabled: boolean
|
|
9389
9404
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9390
9405
|
cooling_set_point_celsius?: number | undefined
|
|
9391
9406
|
heating_set_point_celsius?: number | undefined
|
|
@@ -9396,8 +9411,6 @@ export interface Routes {
|
|
|
9396
9411
|
| undefined
|
|
9397
9412
|
default_climate_setting?:
|
|
9398
9413
|
| {
|
|
9399
|
-
automatic_heating_enabled: boolean
|
|
9400
|
-
automatic_cooling_enabled: boolean
|
|
9401
9414
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9402
9415
|
cooling_set_point_celsius?: number | undefined
|
|
9403
9416
|
heating_set_point_celsius?: number | undefined
|
|
@@ -9418,8 +9431,6 @@ export interface Routes {
|
|
|
9418
9431
|
created_at: string
|
|
9419
9432
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
9420
9433
|
errors?: any
|
|
9421
|
-
automatic_heating_enabled?: boolean | undefined
|
|
9422
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
9423
9434
|
hvac_mode_setting?:
|
|
9424
9435
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
9425
9436
|
| undefined
|
|
@@ -10960,8 +10971,6 @@ export interface Routes {
|
|
|
10960
10971
|
is_temporary_manual_override_active?: boolean | undefined
|
|
10961
10972
|
current_climate_setting?:
|
|
10962
10973
|
| {
|
|
10963
|
-
automatic_heating_enabled: boolean
|
|
10964
|
-
automatic_cooling_enabled: boolean
|
|
10965
10974
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
10966
10975
|
cooling_set_point_celsius?: number | undefined
|
|
10967
10976
|
heating_set_point_celsius?: number | undefined
|
|
@@ -10972,8 +10981,6 @@ export interface Routes {
|
|
|
10972
10981
|
| undefined
|
|
10973
10982
|
default_climate_setting?:
|
|
10974
10983
|
| {
|
|
10975
|
-
automatic_heating_enabled: boolean
|
|
10976
|
-
automatic_cooling_enabled: boolean
|
|
10977
10984
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
10978
10985
|
cooling_set_point_celsius?: number | undefined
|
|
10979
10986
|
heating_set_point_celsius?: number | undefined
|
|
@@ -10994,8 +11001,6 @@ export interface Routes {
|
|
|
10994
11001
|
created_at: string
|
|
10995
11002
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
10996
11003
|
errors?: any
|
|
10997
|
-
automatic_heating_enabled?: boolean | undefined
|
|
10998
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
10999
11004
|
hvac_mode_setting?:
|
|
11000
11005
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
11001
11006
|
| undefined
|
|
@@ -11506,8 +11511,6 @@ export interface Routes {
|
|
|
11506
11511
|
is_temporary_manual_override_active?: boolean | undefined
|
|
11507
11512
|
current_climate_setting?:
|
|
11508
11513
|
| {
|
|
11509
|
-
automatic_heating_enabled: boolean
|
|
11510
|
-
automatic_cooling_enabled: boolean
|
|
11511
11514
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11512
11515
|
cooling_set_point_celsius?: number | undefined
|
|
11513
11516
|
heating_set_point_celsius?: number | undefined
|
|
@@ -11518,8 +11521,6 @@ export interface Routes {
|
|
|
11518
11521
|
| undefined
|
|
11519
11522
|
default_climate_setting?:
|
|
11520
11523
|
| {
|
|
11521
|
-
automatic_heating_enabled: boolean
|
|
11522
|
-
automatic_cooling_enabled: boolean
|
|
11523
11524
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11524
11525
|
cooling_set_point_celsius?: number | undefined
|
|
11525
11526
|
heating_set_point_celsius?: number | undefined
|
|
@@ -11540,8 +11541,6 @@ export interface Routes {
|
|
|
11540
11541
|
created_at: string
|
|
11541
11542
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
11542
11543
|
errors?: any
|
|
11543
|
-
automatic_heating_enabled?: boolean | undefined
|
|
11544
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
11545
11544
|
hvac_mode_setting?:
|
|
11546
11545
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
11547
11546
|
| undefined
|
|
@@ -13140,8 +13139,6 @@ export interface Routes {
|
|
|
13140
13139
|
name?: string | undefined
|
|
13141
13140
|
schedule_starts_at: string
|
|
13142
13141
|
schedule_ends_at: string
|
|
13143
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13144
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13145
13142
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13146
13143
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13147
13144
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13162,8 +13159,6 @@ export interface Routes {
|
|
|
13162
13159
|
created_at: string
|
|
13163
13160
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
13164
13161
|
errors?: any
|
|
13165
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13166
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13167
13162
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13168
13163
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13169
13164
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13205,8 +13200,6 @@ export interface Routes {
|
|
|
13205
13200
|
created_at: string
|
|
13206
13201
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
13207
13202
|
errors?: any
|
|
13208
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13209
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13210
13203
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13211
13204
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13212
13205
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13237,8 +13230,6 @@ export interface Routes {
|
|
|
13237
13230
|
created_at: string
|
|
13238
13231
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
13239
13232
|
errors?: any
|
|
13240
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13241
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13242
13233
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13243
13234
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13244
13235
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13258,8 +13249,6 @@ export interface Routes {
|
|
|
13258
13249
|
name?: string | undefined
|
|
13259
13250
|
schedule_starts_at?: string | undefined
|
|
13260
13251
|
schedule_ends_at?: string | undefined
|
|
13261
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13262
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13263
13252
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13264
13253
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13265
13254
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13280,8 +13269,6 @@ export interface Routes {
|
|
|
13280
13269
|
created_at: string
|
|
13281
13270
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
13282
13271
|
errors?: any
|
|
13283
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13284
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13285
13272
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13286
13273
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13287
13274
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -14166,8 +14153,6 @@ export interface Routes {
|
|
|
14166
14153
|
is_temporary_manual_override_active?: boolean | undefined
|
|
14167
14154
|
current_climate_setting?:
|
|
14168
14155
|
| {
|
|
14169
|
-
automatic_heating_enabled: boolean
|
|
14170
|
-
automatic_cooling_enabled: boolean
|
|
14171
14156
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
14172
14157
|
cooling_set_point_celsius?: number | undefined
|
|
14173
14158
|
heating_set_point_celsius?: number | undefined
|
|
@@ -14178,8 +14163,6 @@ export interface Routes {
|
|
|
14178
14163
|
| undefined
|
|
14179
14164
|
default_climate_setting?:
|
|
14180
14165
|
| {
|
|
14181
|
-
automatic_heating_enabled: boolean
|
|
14182
|
-
automatic_cooling_enabled: boolean
|
|
14183
14166
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
14184
14167
|
cooling_set_point_celsius?: number | undefined
|
|
14185
14168
|
heating_set_point_celsius?: number | undefined
|
|
@@ -14200,8 +14183,6 @@ export interface Routes {
|
|
|
14200
14183
|
created_at: string
|
|
14201
14184
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
14202
14185
|
errors?: any
|
|
14203
|
-
automatic_heating_enabled?: boolean | undefined
|
|
14204
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
14205
14186
|
hvac_mode_setting?:
|
|
14206
14187
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
14207
14188
|
| undefined
|
|
@@ -15714,8 +15695,6 @@ export interface Routes {
|
|
|
15714
15695
|
is_temporary_manual_override_active?: boolean | undefined
|
|
15715
15696
|
current_climate_setting?:
|
|
15716
15697
|
| {
|
|
15717
|
-
automatic_heating_enabled: boolean
|
|
15718
|
-
automatic_cooling_enabled: boolean
|
|
15719
15698
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15720
15699
|
cooling_set_point_celsius?: number | undefined
|
|
15721
15700
|
heating_set_point_celsius?: number | undefined
|
|
@@ -15726,8 +15705,6 @@ export interface Routes {
|
|
|
15726
15705
|
| undefined
|
|
15727
15706
|
default_climate_setting?:
|
|
15728
15707
|
| {
|
|
15729
|
-
automatic_heating_enabled: boolean
|
|
15730
|
-
automatic_cooling_enabled: boolean
|
|
15731
15708
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15732
15709
|
cooling_set_point_celsius?: number | undefined
|
|
15733
15710
|
heating_set_point_celsius?: number | undefined
|
|
@@ -15748,8 +15725,6 @@ export interface Routes {
|
|
|
15748
15725
|
created_at: string
|
|
15749
15726
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
15750
15727
|
errors?: any
|
|
15751
|
-
automatic_heating_enabled?: boolean | undefined
|
|
15752
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
15753
15728
|
hvac_mode_setting?:
|
|
15754
15729
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
15755
15730
|
| undefined
|
|
@@ -16666,8 +16641,6 @@ export interface Routes {
|
|
|
16666
16641
|
jsonBody: {
|
|
16667
16642
|
device_id: string
|
|
16668
16643
|
default_climate_setting: {
|
|
16669
|
-
automatic_heating_enabled?: boolean | undefined
|
|
16670
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
16671
16644
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
16672
16645
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
16673
16646
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -17314,8 +17287,6 @@ export interface Routes {
|
|
|
17314
17287
|
is_temporary_manual_override_active?: boolean | undefined
|
|
17315
17288
|
current_climate_setting?:
|
|
17316
17289
|
| {
|
|
17317
|
-
automatic_heating_enabled: boolean
|
|
17318
|
-
automatic_cooling_enabled: boolean
|
|
17319
17290
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17320
17291
|
cooling_set_point_celsius?: number | undefined
|
|
17321
17292
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17326,8 +17297,6 @@ export interface Routes {
|
|
|
17326
17297
|
| undefined
|
|
17327
17298
|
default_climate_setting?:
|
|
17328
17299
|
| {
|
|
17329
|
-
automatic_heating_enabled: boolean
|
|
17330
|
-
automatic_cooling_enabled: boolean
|
|
17331
17300
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17332
17301
|
cooling_set_point_celsius?: number | undefined
|
|
17333
17302
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17348,8 +17317,6 @@ export interface Routes {
|
|
|
17348
17317
|
created_at: string
|
|
17349
17318
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
17350
17319
|
errors?: any
|
|
17351
|
-
automatic_heating_enabled?: boolean | undefined
|
|
17352
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
17353
17320
|
hvac_mode_setting?:
|
|
17354
17321
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17355
17322
|
| undefined
|
|
@@ -17862,8 +17829,6 @@ export interface Routes {
|
|
|
17862
17829
|
is_temporary_manual_override_active?: boolean | undefined
|
|
17863
17830
|
current_climate_setting?:
|
|
17864
17831
|
| {
|
|
17865
|
-
automatic_heating_enabled: boolean
|
|
17866
|
-
automatic_cooling_enabled: boolean
|
|
17867
17832
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17868
17833
|
cooling_set_point_celsius?: number | undefined
|
|
17869
17834
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17874,8 +17839,6 @@ export interface Routes {
|
|
|
17874
17839
|
| undefined
|
|
17875
17840
|
default_climate_setting?:
|
|
17876
17841
|
| {
|
|
17877
|
-
automatic_heating_enabled: boolean
|
|
17878
|
-
automatic_cooling_enabled: boolean
|
|
17879
17842
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17880
17843
|
cooling_set_point_celsius?: number | undefined
|
|
17881
17844
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17896,8 +17859,6 @@ export interface Routes {
|
|
|
17896
17859
|
created_at: string
|
|
17897
17860
|
/** Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues. */
|
|
17898
17861
|
errors?: any
|
|
17899
|
-
automatic_heating_enabled?: boolean | undefined
|
|
17900
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
17901
17862
|
hvac_mode_setting?:
|
|
17902
17863
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17903
17864
|
| undefined
|