@seamapi/types 1.227.0 → 1.229.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 +2 -26
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -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 +2 -60
- package/lib/seam/connect/openapi.js +2 -24
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -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 +2 -24
- package/src/lib/seam/connect/route-types.ts +0 -86
|
@@ -5574,8 +5574,6 @@ export interface Routes {
|
|
|
5574
5574
|
is_temporary_manual_override_active?: boolean | undefined
|
|
5575
5575
|
current_climate_setting?:
|
|
5576
5576
|
| {
|
|
5577
|
-
automatic_heating_enabled: boolean
|
|
5578
|
-
automatic_cooling_enabled: boolean
|
|
5579
5577
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5580
5578
|
cooling_set_point_celsius?: number | undefined
|
|
5581
5579
|
heating_set_point_celsius?: number | undefined
|
|
@@ -5586,8 +5584,6 @@ export interface Routes {
|
|
|
5586
5584
|
| undefined
|
|
5587
5585
|
default_climate_setting?:
|
|
5588
5586
|
| {
|
|
5589
|
-
automatic_heating_enabled: boolean
|
|
5590
|
-
automatic_cooling_enabled: boolean
|
|
5591
5587
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
5592
5588
|
cooling_set_point_celsius?: number | undefined
|
|
5593
5589
|
heating_set_point_celsius?: number | undefined
|
|
@@ -5608,8 +5604,6 @@ export interface Routes {
|
|
|
5608
5604
|
created_at: string
|
|
5609
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. */
|
|
5610
5606
|
errors?: any
|
|
5611
|
-
automatic_heating_enabled?: boolean | undefined
|
|
5612
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
5613
5607
|
hvac_mode_setting?:
|
|
5614
5608
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
5615
5609
|
| undefined
|
|
@@ -6278,8 +6272,6 @@ export interface Routes {
|
|
|
6278
6272
|
is_temporary_manual_override_active?: boolean | undefined
|
|
6279
6273
|
current_climate_setting?:
|
|
6280
6274
|
| {
|
|
6281
|
-
automatic_heating_enabled: boolean
|
|
6282
|
-
automatic_cooling_enabled: boolean
|
|
6283
6275
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6284
6276
|
cooling_set_point_celsius?: number | undefined
|
|
6285
6277
|
heating_set_point_celsius?: number | undefined
|
|
@@ -6290,8 +6282,6 @@ export interface Routes {
|
|
|
6290
6282
|
| undefined
|
|
6291
6283
|
default_climate_setting?:
|
|
6292
6284
|
| {
|
|
6293
|
-
automatic_heating_enabled: boolean
|
|
6294
|
-
automatic_cooling_enabled: boolean
|
|
6295
6285
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
6296
6286
|
cooling_set_point_celsius?: number | undefined
|
|
6297
6287
|
heating_set_point_celsius?: number | undefined
|
|
@@ -6312,8 +6302,6 @@ export interface Routes {
|
|
|
6312
6302
|
created_at: string
|
|
6313
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. */
|
|
6314
6304
|
errors?: any
|
|
6315
|
-
automatic_heating_enabled?: boolean | undefined
|
|
6316
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
6317
6305
|
hvac_mode_setting?:
|
|
6318
6306
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
6319
6307
|
| undefined
|
|
@@ -7635,8 +7623,6 @@ export interface Routes {
|
|
|
7635
7623
|
is_temporary_manual_override_active?: boolean | undefined
|
|
7636
7624
|
current_climate_setting?:
|
|
7637
7625
|
| {
|
|
7638
|
-
automatic_heating_enabled: boolean
|
|
7639
|
-
automatic_cooling_enabled: boolean
|
|
7640
7626
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7641
7627
|
cooling_set_point_celsius?: number | undefined
|
|
7642
7628
|
heating_set_point_celsius?: number | undefined
|
|
@@ -7647,8 +7633,6 @@ export interface Routes {
|
|
|
7647
7633
|
| undefined
|
|
7648
7634
|
default_climate_setting?:
|
|
7649
7635
|
| {
|
|
7650
|
-
automatic_heating_enabled: boolean
|
|
7651
|
-
automatic_cooling_enabled: boolean
|
|
7652
7636
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
7653
7637
|
cooling_set_point_celsius?: number | undefined
|
|
7654
7638
|
heating_set_point_celsius?: number | undefined
|
|
@@ -7669,8 +7653,6 @@ export interface Routes {
|
|
|
7669
7653
|
created_at: string
|
|
7670
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. */
|
|
7671
7655
|
errors?: any
|
|
7672
|
-
automatic_heating_enabled?: boolean | undefined
|
|
7673
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
7674
7656
|
hvac_mode_setting?:
|
|
7675
7657
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
7676
7658
|
| undefined
|
|
@@ -8181,8 +8163,6 @@ export interface Routes {
|
|
|
8181
8163
|
is_temporary_manual_override_active?: boolean | undefined
|
|
8182
8164
|
current_climate_setting?:
|
|
8183
8165
|
| {
|
|
8184
|
-
automatic_heating_enabled: boolean
|
|
8185
|
-
automatic_cooling_enabled: boolean
|
|
8186
8166
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8187
8167
|
cooling_set_point_celsius?: number | undefined
|
|
8188
8168
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8193,8 +8173,6 @@ export interface Routes {
|
|
|
8193
8173
|
| undefined
|
|
8194
8174
|
default_climate_setting?:
|
|
8195
8175
|
| {
|
|
8196
|
-
automatic_heating_enabled: boolean
|
|
8197
|
-
automatic_cooling_enabled: boolean
|
|
8198
8176
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8199
8177
|
cooling_set_point_celsius?: number | undefined
|
|
8200
8178
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8215,8 +8193,6 @@ export interface Routes {
|
|
|
8215
8193
|
created_at: string
|
|
8216
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. */
|
|
8217
8195
|
errors?: any
|
|
8218
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8219
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8220
8196
|
hvac_mode_setting?:
|
|
8221
8197
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8222
8198
|
| undefined
|
|
@@ -8885,8 +8861,6 @@ export interface Routes {
|
|
|
8885
8861
|
is_temporary_manual_override_active?: boolean | undefined
|
|
8886
8862
|
current_climate_setting?:
|
|
8887
8863
|
| {
|
|
8888
|
-
automatic_heating_enabled: boolean
|
|
8889
|
-
automatic_cooling_enabled: boolean
|
|
8890
8864
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8891
8865
|
cooling_set_point_celsius?: number | undefined
|
|
8892
8866
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8897,8 +8871,6 @@ export interface Routes {
|
|
|
8897
8871
|
| undefined
|
|
8898
8872
|
default_climate_setting?:
|
|
8899
8873
|
| {
|
|
8900
|
-
automatic_heating_enabled: boolean
|
|
8901
|
-
automatic_cooling_enabled: boolean
|
|
8902
8874
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
8903
8875
|
cooling_set_point_celsius?: number | undefined
|
|
8904
8876
|
heating_set_point_celsius?: number | undefined
|
|
@@ -8919,8 +8891,6 @@ export interface Routes {
|
|
|
8919
8891
|
created_at: string
|
|
8920
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. */
|
|
8921
8893
|
errors?: any
|
|
8922
|
-
automatic_heating_enabled?: boolean | undefined
|
|
8923
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
8924
8894
|
hvac_mode_setting?:
|
|
8925
8895
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
8926
8896
|
| undefined
|
|
@@ -9431,8 +9401,6 @@ export interface Routes {
|
|
|
9431
9401
|
is_temporary_manual_override_active?: boolean | undefined
|
|
9432
9402
|
current_climate_setting?:
|
|
9433
9403
|
| {
|
|
9434
|
-
automatic_heating_enabled: boolean
|
|
9435
|
-
automatic_cooling_enabled: boolean
|
|
9436
9404
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9437
9405
|
cooling_set_point_celsius?: number | undefined
|
|
9438
9406
|
heating_set_point_celsius?: number | undefined
|
|
@@ -9443,8 +9411,6 @@ export interface Routes {
|
|
|
9443
9411
|
| undefined
|
|
9444
9412
|
default_climate_setting?:
|
|
9445
9413
|
| {
|
|
9446
|
-
automatic_heating_enabled: boolean
|
|
9447
|
-
automatic_cooling_enabled: boolean
|
|
9448
9414
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
9449
9415
|
cooling_set_point_celsius?: number | undefined
|
|
9450
9416
|
heating_set_point_celsius?: number | undefined
|
|
@@ -9465,8 +9431,6 @@ export interface Routes {
|
|
|
9465
9431
|
created_at: string
|
|
9466
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. */
|
|
9467
9433
|
errors?: any
|
|
9468
|
-
automatic_heating_enabled?: boolean | undefined
|
|
9469
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
9470
9434
|
hvac_mode_setting?:
|
|
9471
9435
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
9472
9436
|
| undefined
|
|
@@ -11007,8 +10971,6 @@ export interface Routes {
|
|
|
11007
10971
|
is_temporary_manual_override_active?: boolean | undefined
|
|
11008
10972
|
current_climate_setting?:
|
|
11009
10973
|
| {
|
|
11010
|
-
automatic_heating_enabled: boolean
|
|
11011
|
-
automatic_cooling_enabled: boolean
|
|
11012
10974
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11013
10975
|
cooling_set_point_celsius?: number | undefined
|
|
11014
10976
|
heating_set_point_celsius?: number | undefined
|
|
@@ -11019,8 +10981,6 @@ export interface Routes {
|
|
|
11019
10981
|
| undefined
|
|
11020
10982
|
default_climate_setting?:
|
|
11021
10983
|
| {
|
|
11022
|
-
automatic_heating_enabled: boolean
|
|
11023
|
-
automatic_cooling_enabled: boolean
|
|
11024
10984
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11025
10985
|
cooling_set_point_celsius?: number | undefined
|
|
11026
10986
|
heating_set_point_celsius?: number | undefined
|
|
@@ -11041,8 +11001,6 @@ export interface Routes {
|
|
|
11041
11001
|
created_at: string
|
|
11042
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. */
|
|
11043
11003
|
errors?: any
|
|
11044
|
-
automatic_heating_enabled?: boolean | undefined
|
|
11045
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
11046
11004
|
hvac_mode_setting?:
|
|
11047
11005
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
11048
11006
|
| undefined
|
|
@@ -11553,8 +11511,6 @@ export interface Routes {
|
|
|
11553
11511
|
is_temporary_manual_override_active?: boolean | undefined
|
|
11554
11512
|
current_climate_setting?:
|
|
11555
11513
|
| {
|
|
11556
|
-
automatic_heating_enabled: boolean
|
|
11557
|
-
automatic_cooling_enabled: boolean
|
|
11558
11514
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11559
11515
|
cooling_set_point_celsius?: number | undefined
|
|
11560
11516
|
heating_set_point_celsius?: number | undefined
|
|
@@ -11565,8 +11521,6 @@ export interface Routes {
|
|
|
11565
11521
|
| undefined
|
|
11566
11522
|
default_climate_setting?:
|
|
11567
11523
|
| {
|
|
11568
|
-
automatic_heating_enabled: boolean
|
|
11569
|
-
automatic_cooling_enabled: boolean
|
|
11570
11524
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
11571
11525
|
cooling_set_point_celsius?: number | undefined
|
|
11572
11526
|
heating_set_point_celsius?: number | undefined
|
|
@@ -11587,8 +11541,6 @@ export interface Routes {
|
|
|
11587
11541
|
created_at: string
|
|
11588
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. */
|
|
11589
11543
|
errors?: any
|
|
11590
|
-
automatic_heating_enabled?: boolean | undefined
|
|
11591
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
11592
11544
|
hvac_mode_setting?:
|
|
11593
11545
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
11594
11546
|
| undefined
|
|
@@ -13187,8 +13139,6 @@ export interface Routes {
|
|
|
13187
13139
|
name?: string | undefined
|
|
13188
13140
|
schedule_starts_at: string
|
|
13189
13141
|
schedule_ends_at: string
|
|
13190
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13191
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13192
13142
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13193
13143
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13194
13144
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13209,8 +13159,6 @@ export interface Routes {
|
|
|
13209
13159
|
created_at: string
|
|
13210
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. */
|
|
13211
13161
|
errors?: any
|
|
13212
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13213
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13214
13162
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13215
13163
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13216
13164
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13252,8 +13200,6 @@ export interface Routes {
|
|
|
13252
13200
|
created_at: string
|
|
13253
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. */
|
|
13254
13202
|
errors?: any
|
|
13255
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13256
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13257
13203
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13258
13204
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13259
13205
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13284,8 +13230,6 @@ export interface Routes {
|
|
|
13284
13230
|
created_at: string
|
|
13285
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. */
|
|
13286
13232
|
errors?: any
|
|
13287
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13288
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13289
13233
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13290
13234
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13291
13235
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13305,8 +13249,6 @@ export interface Routes {
|
|
|
13305
13249
|
name?: string | undefined
|
|
13306
13250
|
schedule_starts_at?: string | undefined
|
|
13307
13251
|
schedule_ends_at?: string | undefined
|
|
13308
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13309
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13310
13252
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13311
13253
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13312
13254
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -13327,8 +13269,6 @@ export interface Routes {
|
|
|
13327
13269
|
created_at: string
|
|
13328
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. */
|
|
13329
13271
|
errors?: any
|
|
13330
|
-
automatic_heating_enabled?: boolean | undefined
|
|
13331
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
13332
13272
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
13333
13273
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
13334
13274
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -14213,8 +14153,6 @@ export interface Routes {
|
|
|
14213
14153
|
is_temporary_manual_override_active?: boolean | undefined
|
|
14214
14154
|
current_climate_setting?:
|
|
14215
14155
|
| {
|
|
14216
|
-
automatic_heating_enabled: boolean
|
|
14217
|
-
automatic_cooling_enabled: boolean
|
|
14218
14156
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
14219
14157
|
cooling_set_point_celsius?: number | undefined
|
|
14220
14158
|
heating_set_point_celsius?: number | undefined
|
|
@@ -14225,8 +14163,6 @@ export interface Routes {
|
|
|
14225
14163
|
| undefined
|
|
14226
14164
|
default_climate_setting?:
|
|
14227
14165
|
| {
|
|
14228
|
-
automatic_heating_enabled: boolean
|
|
14229
|
-
automatic_cooling_enabled: boolean
|
|
14230
14166
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
14231
14167
|
cooling_set_point_celsius?: number | undefined
|
|
14232
14168
|
heating_set_point_celsius?: number | undefined
|
|
@@ -14247,8 +14183,6 @@ export interface Routes {
|
|
|
14247
14183
|
created_at: string
|
|
14248
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. */
|
|
14249
14185
|
errors?: any
|
|
14250
|
-
automatic_heating_enabled?: boolean | undefined
|
|
14251
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
14252
14186
|
hvac_mode_setting?:
|
|
14253
14187
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
14254
14188
|
| undefined
|
|
@@ -15761,8 +15695,6 @@ export interface Routes {
|
|
|
15761
15695
|
is_temporary_manual_override_active?: boolean | undefined
|
|
15762
15696
|
current_climate_setting?:
|
|
15763
15697
|
| {
|
|
15764
|
-
automatic_heating_enabled: boolean
|
|
15765
|
-
automatic_cooling_enabled: boolean
|
|
15766
15698
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15767
15699
|
cooling_set_point_celsius?: number | undefined
|
|
15768
15700
|
heating_set_point_celsius?: number | undefined
|
|
@@ -15773,8 +15705,6 @@ export interface Routes {
|
|
|
15773
15705
|
| undefined
|
|
15774
15706
|
default_climate_setting?:
|
|
15775
15707
|
| {
|
|
15776
|
-
automatic_heating_enabled: boolean
|
|
15777
|
-
automatic_cooling_enabled: boolean
|
|
15778
15708
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
15779
15709
|
cooling_set_point_celsius?: number | undefined
|
|
15780
15710
|
heating_set_point_celsius?: number | undefined
|
|
@@ -15795,8 +15725,6 @@ export interface Routes {
|
|
|
15795
15725
|
created_at: string
|
|
15796
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. */
|
|
15797
15727
|
errors?: any
|
|
15798
|
-
automatic_heating_enabled?: boolean | undefined
|
|
15799
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
15800
15728
|
hvac_mode_setting?:
|
|
15801
15729
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
15802
15730
|
| undefined
|
|
@@ -16713,8 +16641,6 @@ export interface Routes {
|
|
|
16713
16641
|
jsonBody: {
|
|
16714
16642
|
device_id: string
|
|
16715
16643
|
default_climate_setting: {
|
|
16716
|
-
automatic_heating_enabled?: boolean | undefined
|
|
16717
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
16718
16644
|
hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
|
|
16719
16645
|
cooling_set_point_celsius?: (number | undefined) | undefined
|
|
16720
16646
|
heating_set_point_celsius?: (number | undefined) | undefined
|
|
@@ -17361,8 +17287,6 @@ export interface Routes {
|
|
|
17361
17287
|
is_temporary_manual_override_active?: boolean | undefined
|
|
17362
17288
|
current_climate_setting?:
|
|
17363
17289
|
| {
|
|
17364
|
-
automatic_heating_enabled: boolean
|
|
17365
|
-
automatic_cooling_enabled: boolean
|
|
17366
17290
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17367
17291
|
cooling_set_point_celsius?: number | undefined
|
|
17368
17292
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17373,8 +17297,6 @@ export interface Routes {
|
|
|
17373
17297
|
| undefined
|
|
17374
17298
|
default_climate_setting?:
|
|
17375
17299
|
| {
|
|
17376
|
-
automatic_heating_enabled: boolean
|
|
17377
|
-
automatic_cooling_enabled: boolean
|
|
17378
17300
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17379
17301
|
cooling_set_point_celsius?: number | undefined
|
|
17380
17302
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17395,8 +17317,6 @@ export interface Routes {
|
|
|
17395
17317
|
created_at: string
|
|
17396
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. */
|
|
17397
17319
|
errors?: any
|
|
17398
|
-
automatic_heating_enabled?: boolean | undefined
|
|
17399
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
17400
17320
|
hvac_mode_setting?:
|
|
17401
17321
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17402
17322
|
| undefined
|
|
@@ -17909,8 +17829,6 @@ export interface Routes {
|
|
|
17909
17829
|
is_temporary_manual_override_active?: boolean | undefined
|
|
17910
17830
|
current_climate_setting?:
|
|
17911
17831
|
| {
|
|
17912
|
-
automatic_heating_enabled: boolean
|
|
17913
|
-
automatic_cooling_enabled: boolean
|
|
17914
17832
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17915
17833
|
cooling_set_point_celsius?: number | undefined
|
|
17916
17834
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17921,8 +17839,6 @@ export interface Routes {
|
|
|
17921
17839
|
| undefined
|
|
17922
17840
|
default_climate_setting?:
|
|
17923
17841
|
| {
|
|
17924
|
-
automatic_heating_enabled: boolean
|
|
17925
|
-
automatic_cooling_enabled: boolean
|
|
17926
17842
|
hvac_mode_setting: 'off' | 'heat' | 'cool' | 'heat_cool'
|
|
17927
17843
|
cooling_set_point_celsius?: number | undefined
|
|
17928
17844
|
heating_set_point_celsius?: number | undefined
|
|
@@ -17943,8 +17859,6 @@ export interface Routes {
|
|
|
17943
17859
|
created_at: string
|
|
17944
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. */
|
|
17945
17861
|
errors?: any
|
|
17946
|
-
automatic_heating_enabled?: boolean | undefined
|
|
17947
|
-
automatic_cooling_enabled?: boolean | undefined
|
|
17948
17862
|
hvac_mode_setting?:
|
|
17949
17863
|
| ('off' | 'heat' | 'cool' | 'heat_cool')
|
|
17950
17864
|
| undefined
|