@seamapi/types 1.253.0 → 1.254.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.
@@ -7294,7 +7294,7 @@ export interface Routes {
7294
7294
  climate_preset_key?: string | undefined
7295
7295
  can_edit?: boolean | undefined
7296
7296
  can_delete?: boolean | undefined
7297
- name?: (string | null) | undefined
7297
+ name?: ((string | null) | undefined) | undefined
7298
7298
  display_name?: string | undefined
7299
7299
  fan_mode_setting?:
7300
7300
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -7320,7 +7320,7 @@ export interface Routes {
7320
7320
  climate_preset_key?: string | undefined
7321
7321
  can_edit?: boolean | undefined
7322
7322
  can_delete?: boolean | undefined
7323
- name?: (string | null) | undefined
7323
+ name?: ((string | null) | undefined) | undefined
7324
7324
  display_name?: string | undefined
7325
7325
  fan_mode_setting?:
7326
7326
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -7344,7 +7344,7 @@ export interface Routes {
7344
7344
  climate_preset_key: string
7345
7345
  can_edit: boolean
7346
7346
  can_delete: boolean
7347
- name?: string | null
7347
+ name?: (string | null) | undefined
7348
7348
  display_name: string
7349
7349
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
7350
7350
  hvac_mode_setting?:
@@ -8068,7 +8068,7 @@ export interface Routes {
8068
8068
  climate_preset_key?: string | undefined
8069
8069
  can_edit?: boolean | undefined
8070
8070
  can_delete?: boolean | undefined
8071
- name?: (string | null) | undefined
8071
+ name?: ((string | null) | undefined) | undefined
8072
8072
  display_name?: string | undefined
8073
8073
  fan_mode_setting?:
8074
8074
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -8094,7 +8094,7 @@ export interface Routes {
8094
8094
  climate_preset_key?: string | undefined
8095
8095
  can_edit?: boolean | undefined
8096
8096
  can_delete?: boolean | undefined
8097
- name?: (string | null) | undefined
8097
+ name?: ((string | null) | undefined) | undefined
8098
8098
  display_name?: string | undefined
8099
8099
  fan_mode_setting?:
8100
8100
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -8118,7 +8118,7 @@ export interface Routes {
8118
8118
  climate_preset_key: string
8119
8119
  can_edit: boolean
8120
8120
  can_delete: boolean
8121
- name?: string | null
8121
+ name?: (string | null) | undefined
8122
8122
  display_name: string
8123
8123
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
8124
8124
  hvac_mode_setting?:
@@ -8858,6 +8858,15 @@ export interface Routes {
8858
8858
  created_at: string
8859
8859
  occurred_at: string
8860
8860
  event_description: string
8861
+ thermostat_schedule_id?: string | undefined
8862
+ is_fallback_climate_preset?: boolean | undefined
8863
+ climate_preset_key?: string | undefined
8864
+ hvac_mode_setting?: string | undefined
8865
+ fan_mode_setting?: string | undefined
8866
+ cooling_set_point_celsius?: number | undefined
8867
+ heating_set_point_celsius?: number | undefined
8868
+ cooling_set_point_fahrenheit?: number | undefined
8869
+ heating_set_point_fahrenheit?: number | undefined
8861
8870
  }
8862
8871
  | undefined
8863
8872
  message?: string | undefined
@@ -8939,6 +8948,8 @@ export interface Routes {
8939
8948
  | 'action_attempt.lock_door.failed'
8940
8949
  | 'action_attempt.unlock_door.succeeded'
8941
8950
  | 'action_attempt.unlock_door.failed'
8951
+ | 'thermostat.climate_preset_activated'
8952
+ | 'thermostat.manually_adjusted'
8942
8953
  )
8943
8954
  | undefined
8944
8955
  event_types?:
@@ -9005,6 +9016,8 @@ export interface Routes {
9005
9016
  | 'action_attempt.lock_door.failed'
9006
9017
  | 'action_attempt.unlock_door.succeeded'
9007
9018
  | 'action_attempt.unlock_door.failed'
9019
+ | 'thermostat.climate_preset_activated'
9020
+ | 'thermostat.manually_adjusted'
9008
9021
  >
9009
9022
  | undefined
9010
9023
  connected_account_id?: string | undefined
@@ -9027,6 +9040,15 @@ export interface Routes {
9027
9040
  created_at: string
9028
9041
  occurred_at: string
9029
9042
  event_description: string
9043
+ thermostat_schedule_id?: string | undefined
9044
+ is_fallback_climate_preset?: boolean | undefined
9045
+ climate_preset_key?: string | undefined
9046
+ hvac_mode_setting?: string | undefined
9047
+ fan_mode_setting?: string | undefined
9048
+ cooling_set_point_celsius?: number | undefined
9049
+ heating_set_point_celsius?: number | undefined
9050
+ cooling_set_point_fahrenheit?: number | undefined
9051
+ heating_set_point_fahrenheit?: number | undefined
9030
9052
  }>
9031
9053
  }
9032
9054
  }
@@ -9512,7 +9534,7 @@ export interface Routes {
9512
9534
  climate_preset_key?: string | undefined
9513
9535
  can_edit?: boolean | undefined
9514
9536
  can_delete?: boolean | undefined
9515
- name?: (string | null) | undefined
9537
+ name?: ((string | null) | undefined) | undefined
9516
9538
  display_name?: string | undefined
9517
9539
  fan_mode_setting?:
9518
9540
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -9538,7 +9560,7 @@ export interface Routes {
9538
9560
  climate_preset_key?: string | undefined
9539
9561
  can_edit?: boolean | undefined
9540
9562
  can_delete?: boolean | undefined
9541
- name?: (string | null) | undefined
9563
+ name?: ((string | null) | undefined) | undefined
9542
9564
  display_name?: string | undefined
9543
9565
  fan_mode_setting?:
9544
9566
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -9562,7 +9584,7 @@ export interface Routes {
9562
9584
  climate_preset_key: string
9563
9585
  can_edit: boolean
9564
9586
  can_delete: boolean
9565
- name?: string | null
9587
+ name?: (string | null) | undefined
9566
9588
  display_name: string
9567
9589
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
9568
9590
  hvac_mode_setting?:
@@ -10118,7 +10140,7 @@ export interface Routes {
10118
10140
  climate_preset_key?: string | undefined
10119
10141
  can_edit?: boolean | undefined
10120
10142
  can_delete?: boolean | undefined
10121
- name?: (string | null) | undefined
10143
+ name?: ((string | null) | undefined) | undefined
10122
10144
  display_name?: string | undefined
10123
10145
  fan_mode_setting?:
10124
10146
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -10144,7 +10166,7 @@ export interface Routes {
10144
10166
  climate_preset_key?: string | undefined
10145
10167
  can_edit?: boolean | undefined
10146
10168
  can_delete?: boolean | undefined
10147
- name?: (string | null) | undefined
10169
+ name?: ((string | null) | undefined) | undefined
10148
10170
  display_name?: string | undefined
10149
10171
  fan_mode_setting?:
10150
10172
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -10168,7 +10190,7 @@ export interface Routes {
10168
10190
  climate_preset_key: string
10169
10191
  can_edit: boolean
10170
10192
  can_delete: boolean
10171
- name?: string | null
10193
+ name?: (string | null) | undefined
10172
10194
  display_name: string
10173
10195
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
10174
10196
  hvac_mode_setting?:
@@ -10892,7 +10914,7 @@ export interface Routes {
10892
10914
  climate_preset_key?: string | undefined
10893
10915
  can_edit?: boolean | undefined
10894
10916
  can_delete?: boolean | undefined
10895
- name?: (string | null) | undefined
10917
+ name?: ((string | null) | undefined) | undefined
10896
10918
  display_name?: string | undefined
10897
10919
  fan_mode_setting?:
10898
10920
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -10918,7 +10940,7 @@ export interface Routes {
10918
10940
  climate_preset_key?: string | undefined
10919
10941
  can_edit?: boolean | undefined
10920
10942
  can_delete?: boolean | undefined
10921
- name?: (string | null) | undefined
10943
+ name?: ((string | null) | undefined) | undefined
10922
10944
  display_name?: string | undefined
10923
10945
  fan_mode_setting?:
10924
10946
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -10942,7 +10964,7 @@ export interface Routes {
10942
10964
  climate_preset_key: string
10943
10965
  can_edit: boolean
10944
10966
  can_delete: boolean
10945
- name?: string | null
10967
+ name?: (string | null) | undefined
10946
10968
  display_name: string
10947
10969
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
10948
10970
  hvac_mode_setting?:
@@ -11498,7 +11520,7 @@ export interface Routes {
11498
11520
  climate_preset_key?: string | undefined
11499
11521
  can_edit?: boolean | undefined
11500
11522
  can_delete?: boolean | undefined
11501
- name?: (string | null) | undefined
11523
+ name?: ((string | null) | undefined) | undefined
11502
11524
  display_name?: string | undefined
11503
11525
  fan_mode_setting?:
11504
11526
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -11524,7 +11546,7 @@ export interface Routes {
11524
11546
  climate_preset_key?: string | undefined
11525
11547
  can_edit?: boolean | undefined
11526
11548
  can_delete?: boolean | undefined
11527
- name?: (string | null) | undefined
11549
+ name?: ((string | null) | undefined) | undefined
11528
11550
  display_name?: string | undefined
11529
11551
  fan_mode_setting?:
11530
11552
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -11548,7 +11570,7 @@ export interface Routes {
11548
11570
  climate_preset_key: string
11549
11571
  can_edit: boolean
11550
11572
  can_delete: boolean
11551
- name?: string | null
11573
+ name?: (string | null) | undefined
11552
11574
  display_name: string
11553
11575
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
11554
11576
  hvac_mode_setting?:
@@ -13262,7 +13284,7 @@ export interface Routes {
13262
13284
  climate_preset_key?: string | undefined
13263
13285
  can_edit?: boolean | undefined
13264
13286
  can_delete?: boolean | undefined
13265
- name?: (string | null) | undefined
13287
+ name?: ((string | null) | undefined) | undefined
13266
13288
  display_name?: string | undefined
13267
13289
  fan_mode_setting?:
13268
13290
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -13288,7 +13310,7 @@ export interface Routes {
13288
13310
  climate_preset_key?: string | undefined
13289
13311
  can_edit?: boolean | undefined
13290
13312
  can_delete?: boolean | undefined
13291
- name?: (string | null) | undefined
13313
+ name?: ((string | null) | undefined) | undefined
13292
13314
  display_name?: string | undefined
13293
13315
  fan_mode_setting?:
13294
13316
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -13312,7 +13334,7 @@ export interface Routes {
13312
13334
  climate_preset_key: string
13313
13335
  can_edit: boolean
13314
13336
  can_delete: boolean
13315
- name?: string | null
13337
+ name?: (string | null) | undefined
13316
13338
  display_name: string
13317
13339
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
13318
13340
  hvac_mode_setting?:
@@ -13868,7 +13890,7 @@ export interface Routes {
13868
13890
  climate_preset_key?: string | undefined
13869
13891
  can_edit?: boolean | undefined
13870
13892
  can_delete?: boolean | undefined
13871
- name?: (string | null) | undefined
13893
+ name?: ((string | null) | undefined) | undefined
13872
13894
  display_name?: string | undefined
13873
13895
  fan_mode_setting?:
13874
13896
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -13894,7 +13916,7 @@ export interface Routes {
13894
13916
  climate_preset_key?: string | undefined
13895
13917
  can_edit?: boolean | undefined
13896
13918
  can_delete?: boolean | undefined
13897
- name?: (string | null) | undefined
13919
+ name?: ((string | null) | undefined) | undefined
13898
13920
  display_name?: string | undefined
13899
13921
  fan_mode_setting?:
13900
13922
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -13918,7 +13940,7 @@ export interface Routes {
13918
13940
  climate_preset_key: string
13919
13941
  can_edit: boolean
13920
13942
  can_delete: boolean
13921
- name?: string | null
13943
+ name?: (string | null) | undefined
13922
13944
  display_name: string
13923
13945
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
13924
13946
  hvac_mode_setting?:
@@ -16674,7 +16696,7 @@ export interface Routes {
16674
16696
  jsonBody: {
16675
16697
  device_id: string
16676
16698
  climate_preset_key: string
16677
- name?: string | null
16699
+ name?: (string | null) | undefined
16678
16700
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
16679
16701
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
16680
16702
  cooling_set_point_celsius?: number | undefined
@@ -16690,7 +16712,7 @@ export interface Routes {
16690
16712
  climate_preset_key: string
16691
16713
  can_edit: boolean
16692
16714
  can_delete: boolean
16693
- name?: string | null
16715
+ name?: (string | null) | undefined
16694
16716
  display_name: string
16695
16717
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
16696
16718
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
@@ -17196,7 +17218,7 @@ export interface Routes {
17196
17218
  climate_preset_key?: string | undefined
17197
17219
  can_edit?: boolean | undefined
17198
17220
  can_delete?: boolean | undefined
17199
- name?: (string | null) | undefined
17221
+ name?: ((string | null) | undefined) | undefined
17200
17222
  display_name?: string | undefined
17201
17223
  fan_mode_setting?:
17202
17224
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -17222,7 +17244,7 @@ export interface Routes {
17222
17244
  climate_preset_key?: string | undefined
17223
17245
  can_edit?: boolean | undefined
17224
17246
  can_delete?: boolean | undefined
17225
- name?: (string | null) | undefined
17247
+ name?: ((string | null) | undefined) | undefined
17226
17248
  display_name?: string | undefined
17227
17249
  fan_mode_setting?:
17228
17250
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -17246,7 +17268,7 @@ export interface Routes {
17246
17268
  climate_preset_key: string
17247
17269
  can_edit: boolean
17248
17270
  can_delete: boolean
17249
- name?: string | null
17271
+ name?: (string | null) | undefined
17250
17272
  display_name: string
17251
17273
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
17252
17274
  hvac_mode_setting?:
@@ -18932,7 +18954,7 @@ export interface Routes {
18932
18954
  climate_preset_key?: string | undefined
18933
18955
  can_edit?: boolean | undefined
18934
18956
  can_delete?: boolean | undefined
18935
- name?: (string | null) | undefined
18957
+ name?: ((string | null) | undefined) | undefined
18936
18958
  display_name?: string | undefined
18937
18959
  fan_mode_setting?:
18938
18960
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -18958,7 +18980,7 @@ export interface Routes {
18958
18980
  climate_preset_key?: string | undefined
18959
18981
  can_edit?: boolean | undefined
18960
18982
  can_delete?: boolean | undefined
18961
- name?: (string | null) | undefined
18983
+ name?: ((string | null) | undefined) | undefined
18962
18984
  display_name?: string | undefined
18963
18985
  fan_mode_setting?:
18964
18986
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -18982,7 +19004,7 @@ export interface Routes {
18982
19004
  climate_preset_key: string
18983
19005
  can_edit: boolean
18984
19006
  can_delete: boolean
18985
- name?: string | null
19007
+ name?: (string | null) | undefined
18986
19008
  display_name: string
18987
19009
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
18988
19010
  hvac_mode_setting?:
@@ -20153,7 +20175,7 @@ export interface Routes {
20153
20175
  jsonBody: {
20154
20176
  device_id: string
20155
20177
  climate_preset_key: string
20156
- name?: string | null
20178
+ name?: (string | null) | undefined
20157
20179
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
20158
20180
  hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined
20159
20181
  cooling_set_point_celsius?: number | undefined
@@ -20828,7 +20850,7 @@ export interface Routes {
20828
20850
  climate_preset_key?: string | undefined
20829
20851
  can_edit?: boolean | undefined
20830
20852
  can_delete?: boolean | undefined
20831
- name?: (string | null) | undefined
20853
+ name?: ((string | null) | undefined) | undefined
20832
20854
  display_name?: string | undefined
20833
20855
  fan_mode_setting?:
20834
20856
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -20854,7 +20876,7 @@ export interface Routes {
20854
20876
  climate_preset_key?: string | undefined
20855
20877
  can_edit?: boolean | undefined
20856
20878
  can_delete?: boolean | undefined
20857
- name?: (string | null) | undefined
20879
+ name?: ((string | null) | undefined) | undefined
20858
20880
  display_name?: string | undefined
20859
20881
  fan_mode_setting?:
20860
20882
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -20878,7 +20900,7 @@ export interface Routes {
20878
20900
  climate_preset_key: string
20879
20901
  can_edit: boolean
20880
20902
  can_delete: boolean
20881
- name?: string | null
20903
+ name?: (string | null) | undefined
20882
20904
  display_name: string
20883
20905
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
20884
20906
  hvac_mode_setting?:
@@ -21436,7 +21458,7 @@ export interface Routes {
21436
21458
  climate_preset_key?: string | undefined
21437
21459
  can_edit?: boolean | undefined
21438
21460
  can_delete?: boolean | undefined
21439
- name?: (string | null) | undefined
21461
+ name?: ((string | null) | undefined) | undefined
21440
21462
  display_name?: string | undefined
21441
21463
  fan_mode_setting?:
21442
21464
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -21462,7 +21484,7 @@ export interface Routes {
21462
21484
  climate_preset_key?: string | undefined
21463
21485
  can_edit?: boolean | undefined
21464
21486
  can_delete?: boolean | undefined
21465
- name?: (string | null) | undefined
21487
+ name?: ((string | null) | undefined) | undefined
21466
21488
  display_name?: string | undefined
21467
21489
  fan_mode_setting?:
21468
21490
  | (('auto' | 'on' | 'circulate') | undefined)
@@ -21486,7 +21508,7 @@ export interface Routes {
21486
21508
  climate_preset_key: string
21487
21509
  can_edit: boolean
21488
21510
  can_delete: boolean
21489
- name?: string | null
21511
+ name?: (string | null) | undefined
21490
21512
  display_name: string
21491
21513
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined
21492
21514
  hvac_mode_setting?: