@seamapi/types 1.446.0 → 1.447.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.
@@ -23271,7 +23271,7 @@ export interface Routes {
23271
23271
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
23272
23272
  relative_humidity?: number | undefined;
23273
23273
  /** HVAC mode settings that the thermostat supports. */
23274
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
23274
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
23275
23275
  /** Fan mode settings that the thermostat supports. */
23276
23276
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
23277
23277
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -23308,7 +23308,7 @@ export interface Routes {
23308
23308
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
23309
23309
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
23310
23310
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
23311
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
23311
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
23312
23312
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
23313
23313
  cooling_set_point_celsius?: (number | undefined) | undefined;
23314
23314
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -23354,7 +23354,7 @@ export interface Routes {
23354
23354
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
23355
23355
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
23356
23356
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
23357
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
23357
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
23358
23358
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
23359
23359
  cooling_set_point_celsius?: (number | undefined) | undefined;
23360
23360
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -23399,7 +23399,7 @@ export interface Routes {
23399
23399
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
23400
23400
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
23401
23401
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
23402
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
23402
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
23403
23403
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
23404
23404
  cooling_set_point_celsius?: number | undefined;
23405
23405
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -24480,7 +24480,7 @@ export interface Routes {
24480
24480
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
24481
24481
  relative_humidity?: number | undefined;
24482
24482
  /** HVAC mode settings that the thermostat supports. */
24483
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
24483
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
24484
24484
  /** Fan mode settings that the thermostat supports. */
24485
24485
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
24486
24486
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -24517,7 +24517,7 @@ export interface Routes {
24517
24517
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
24518
24518
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
24519
24519
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
24520
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
24520
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
24521
24521
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
24522
24522
  cooling_set_point_celsius?: (number | undefined) | undefined;
24523
24523
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -24563,7 +24563,7 @@ export interface Routes {
24563
24563
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
24564
24564
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
24565
24565
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
24566
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
24566
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
24567
24567
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
24568
24568
  cooling_set_point_celsius?: (number | undefined) | undefined;
24569
24569
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -24608,7 +24608,7 @@ export interface Routes {
24608
24608
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
24609
24609
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
24610
24610
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
24611
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
24611
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
24612
24612
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
24613
24613
  cooling_set_point_celsius?: number | undefined;
24614
24614
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -27497,7 +27497,7 @@ export interface Routes {
27497
27497
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
27498
27498
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
27499
27499
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
27500
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
27500
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
27501
27501
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
27502
27502
  cooling_set_point_celsius?: (number | undefined) | undefined;
27503
27503
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -29149,7 +29149,7 @@ export interface Routes {
29149
29149
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
29150
29150
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
29151
29151
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
29152
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
29152
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
29153
29153
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
29154
29154
  cooling_set_point_celsius?: (number | undefined) | undefined;
29155
29155
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -29913,7 +29913,7 @@ export interface Routes {
29913
29913
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
29914
29914
  relative_humidity?: number | undefined;
29915
29915
  /** HVAC mode settings that the thermostat supports. */
29916
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
29916
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
29917
29917
  /** Fan mode settings that the thermostat supports. */
29918
29918
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
29919
29919
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -29950,7 +29950,7 @@ export interface Routes {
29950
29950
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
29951
29951
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
29952
29952
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
29953
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
29953
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
29954
29954
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
29955
29955
  cooling_set_point_celsius?: (number | undefined) | undefined;
29956
29956
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -29996,7 +29996,7 @@ export interface Routes {
29996
29996
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
29997
29997
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
29998
29998
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
29999
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
29999
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
30000
30000
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
30001
30001
  cooling_set_point_celsius?: (number | undefined) | undefined;
30002
30002
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -30041,7 +30041,7 @@ export interface Routes {
30041
30041
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
30042
30042
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
30043
30043
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
30044
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
30044
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
30045
30045
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
30046
30046
  cooling_set_point_celsius?: number | undefined;
30047
30047
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -31074,7 +31074,7 @@ export interface Routes {
31074
31074
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
31075
31075
  relative_humidity?: number | undefined;
31076
31076
  /** HVAC mode settings that the thermostat supports. */
31077
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
31077
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
31078
31078
  /** Fan mode settings that the thermostat supports. */
31079
31079
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
31080
31080
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -31111,7 +31111,7 @@ export interface Routes {
31111
31111
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
31112
31112
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
31113
31113
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
31114
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
31114
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
31115
31115
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
31116
31116
  cooling_set_point_celsius?: (number | undefined) | undefined;
31117
31117
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -31157,7 +31157,7 @@ export interface Routes {
31157
31157
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
31158
31158
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
31159
31159
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
31160
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
31160
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
31161
31161
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
31162
31162
  cooling_set_point_celsius?: (number | undefined) | undefined;
31163
31163
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -31202,7 +31202,7 @@ export interface Routes {
31202
31202
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
31203
31203
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
31204
31204
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
31205
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
31205
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
31206
31206
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
31207
31207
  cooling_set_point_celsius?: number | undefined;
31208
31208
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -32283,7 +32283,7 @@ export interface Routes {
32283
32283
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
32284
32284
  relative_humidity?: number | undefined;
32285
32285
  /** HVAC mode settings that the thermostat supports. */
32286
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
32286
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
32287
32287
  /** Fan mode settings that the thermostat supports. */
32288
32288
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
32289
32289
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -32320,7 +32320,7 @@ export interface Routes {
32320
32320
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
32321
32321
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
32322
32322
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
32323
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
32323
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
32324
32324
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
32325
32325
  cooling_set_point_celsius?: (number | undefined) | undefined;
32326
32326
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -32366,7 +32366,7 @@ export interface Routes {
32366
32366
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
32367
32367
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
32368
32368
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
32369
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
32369
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
32370
32370
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
32371
32371
  cooling_set_point_celsius?: (number | undefined) | undefined;
32372
32372
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -32411,7 +32411,7 @@ export interface Routes {
32411
32411
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
32412
32412
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
32413
32413
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
32414
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
32414
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
32415
32415
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
32416
32416
  cooling_set_point_celsius?: number | undefined;
32417
32417
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -33443,7 +33443,7 @@ export interface Routes {
33443
33443
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
33444
33444
  relative_humidity?: number | undefined;
33445
33445
  /** HVAC mode settings that the thermostat supports. */
33446
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
33446
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
33447
33447
  /** Fan mode settings that the thermostat supports. */
33448
33448
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
33449
33449
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -33480,7 +33480,7 @@ export interface Routes {
33480
33480
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
33481
33481
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
33482
33482
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
33483
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
33483
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
33484
33484
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
33485
33485
  cooling_set_point_celsius?: (number | undefined) | undefined;
33486
33486
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -33526,7 +33526,7 @@ export interface Routes {
33526
33526
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
33527
33527
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
33528
33528
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
33529
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
33529
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
33530
33530
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
33531
33531
  cooling_set_point_celsius?: (number | undefined) | undefined;
33532
33532
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -33571,7 +33571,7 @@ export interface Routes {
33571
33571
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
33572
33572
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
33573
33573
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
33574
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
33574
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
33575
33575
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
33576
33576
  cooling_set_point_celsius?: number | undefined;
33577
33577
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -39725,7 +39725,7 @@ export interface Routes {
39725
39725
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
39726
39726
  relative_humidity?: number | undefined;
39727
39727
  /** HVAC mode settings that the thermostat supports. */
39728
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
39728
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
39729
39729
  /** Fan mode settings that the thermostat supports. */
39730
39730
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
39731
39731
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -39762,7 +39762,7 @@ export interface Routes {
39762
39762
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
39763
39763
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
39764
39764
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
39765
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
39765
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
39766
39766
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
39767
39767
  cooling_set_point_celsius?: (number | undefined) | undefined;
39768
39768
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -39808,7 +39808,7 @@ export interface Routes {
39808
39808
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
39809
39809
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
39810
39810
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
39811
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
39811
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
39812
39812
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
39813
39813
  cooling_set_point_celsius?: (number | undefined) | undefined;
39814
39814
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -39853,7 +39853,7 @@ export interface Routes {
39853
39853
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
39854
39854
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
39855
39855
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
39856
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
39856
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
39857
39857
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
39858
39858
  cooling_set_point_celsius?: number | undefined;
39859
39859
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -40885,7 +40885,7 @@ export interface Routes {
40885
40885
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
40886
40886
  relative_humidity?: number | undefined;
40887
40887
  /** HVAC mode settings that the thermostat supports. */
40888
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
40888
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
40889
40889
  /** Fan mode settings that the thermostat supports. */
40890
40890
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
40891
40891
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -40922,7 +40922,7 @@ export interface Routes {
40922
40922
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
40923
40923
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
40924
40924
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
40925
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
40925
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
40926
40926
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
40927
40927
  cooling_set_point_celsius?: (number | undefined) | undefined;
40928
40928
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -40968,7 +40968,7 @@ export interface Routes {
40968
40968
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
40969
40969
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
40970
40970
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
40971
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
40971
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
40972
40972
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
40973
40973
  cooling_set_point_celsius?: (number | undefined) | undefined;
40974
40974
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -41013,7 +41013,7 @@ export interface Routes {
41013
41013
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
41014
41014
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
41015
41015
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
41016
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
41016
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
41017
41017
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
41018
41018
  cooling_set_point_celsius?: number | undefined;
41019
41019
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -47283,7 +47283,7 @@ export interface Routes {
47283
47283
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
47284
47284
  relative_humidity?: number | undefined;
47285
47285
  /** HVAC mode settings that the thermostat supports. */
47286
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
47286
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
47287
47287
  /** Fan mode settings that the thermostat supports. */
47288
47288
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
47289
47289
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -47320,7 +47320,7 @@ export interface Routes {
47320
47320
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
47321
47321
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
47322
47322
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
47323
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
47323
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
47324
47324
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
47325
47325
  cooling_set_point_celsius?: (number | undefined) | undefined;
47326
47326
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -47366,7 +47366,7 @@ export interface Routes {
47366
47366
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
47367
47367
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
47368
47368
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
47369
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
47369
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
47370
47370
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
47371
47371
  cooling_set_point_celsius?: (number | undefined) | undefined;
47372
47372
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -47411,7 +47411,7 @@ export interface Routes {
47411
47411
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
47412
47412
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
47413
47413
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
47414
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
47414
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
47415
47415
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
47416
47416
  cooling_set_point_celsius?: number | undefined;
47417
47417
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -50598,7 +50598,7 @@ export interface Routes {
50598
50598
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
50599
50599
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
50600
50600
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
50601
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
50601
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
50602
50602
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
50603
50603
  cooling_set_point_celsius?: number | undefined;
50604
50604
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -52556,7 +52556,7 @@ export interface Routes {
52556
52556
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
52557
52557
  relative_humidity?: number | undefined;
52558
52558
  /** HVAC mode settings that the thermostat supports. */
52559
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
52559
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
52560
52560
  /** Fan mode settings that the thermostat supports. */
52561
52561
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
52562
52562
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -52593,7 +52593,7 @@ export interface Routes {
52593
52593
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
52594
52594
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
52595
52595
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
52596
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
52596
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
52597
52597
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
52598
52598
  cooling_set_point_celsius?: (number | undefined) | undefined;
52599
52599
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -52639,7 +52639,7 @@ export interface Routes {
52639
52639
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
52640
52640
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
52641
52641
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
52642
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
52642
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
52643
52643
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
52644
52644
  cooling_set_point_celsius?: (number | undefined) | undefined;
52645
52645
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -52684,7 +52684,7 @@ export interface Routes {
52684
52684
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
52685
52685
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
52686
52686
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
52687
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
52687
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
52688
52688
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
52689
52689
  cooling_set_point_celsius?: number | undefined;
52690
52690
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -56297,7 +56297,7 @@ export interface Routes {
56297
56297
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
56298
56298
  relative_humidity?: number | undefined;
56299
56299
  /** HVAC mode settings that the thermostat supports. */
56300
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
56300
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
56301
56301
  /** Fan mode settings that the thermostat supports. */
56302
56302
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
56303
56303
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -56334,7 +56334,7 @@ export interface Routes {
56334
56334
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
56335
56335
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
56336
56336
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
56337
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
56337
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
56338
56338
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
56339
56339
  cooling_set_point_celsius?: (number | undefined) | undefined;
56340
56340
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -56380,7 +56380,7 @@ export interface Routes {
56380
56380
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
56381
56381
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
56382
56382
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
56383
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
56383
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
56384
56384
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
56385
56385
  cooling_set_point_celsius?: (number | undefined) | undefined;
56386
56386
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -56425,7 +56425,7 @@ export interface Routes {
56425
56425
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
56426
56426
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
56427
56427
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
56428
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
56428
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
56429
56429
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
56430
56430
  cooling_set_point_celsius?: number | undefined;
56431
56431
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -57457,7 +57457,7 @@ export interface Routes {
57457
57457
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
57458
57458
  relative_humidity?: number | undefined;
57459
57459
  /** HVAC mode settings that the thermostat supports. */
57460
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
57460
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
57461
57461
  /** Fan mode settings that the thermostat supports. */
57462
57462
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
57463
57463
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -57494,7 +57494,7 @@ export interface Routes {
57494
57494
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
57495
57495
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
57496
57496
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
57497
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
57497
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
57498
57498
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
57499
57499
  cooling_set_point_celsius?: (number | undefined) | undefined;
57500
57500
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -57540,7 +57540,7 @@ export interface Routes {
57540
57540
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
57541
57541
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
57542
57542
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
57543
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
57543
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
57544
57544
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
57545
57545
  cooling_set_point_celsius?: (number | undefined) | undefined;
57546
57546
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -57585,7 +57585,7 @@ export interface Routes {
57585
57585
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
57586
57586
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
57587
57587
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
57588
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
57588
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
57589
57589
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
57590
57590
  cooling_set_point_celsius?: number | undefined;
57591
57591
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -62138,7 +62138,7 @@ export interface Routes {
62138
62138
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
62139
62139
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
62140
62140
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
62141
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
62141
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
62142
62142
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
62143
62143
  cooling_set_point_celsius?: number | undefined;
62144
62144
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -65053,7 +65053,7 @@ export interface Routes {
65053
65053
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
65054
65054
  relative_humidity?: number | undefined;
65055
65055
  /** HVAC mode settings that the thermostat supports. */
65056
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
65056
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
65057
65057
  /** Fan mode settings that the thermostat supports. */
65058
65058
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
65059
65059
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -65090,7 +65090,7 @@ export interface Routes {
65090
65090
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
65091
65091
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
65092
65092
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
65093
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
65093
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
65094
65094
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
65095
65095
  cooling_set_point_celsius?: (number | undefined) | undefined;
65096
65096
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -65136,7 +65136,7 @@ export interface Routes {
65136
65136
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
65137
65137
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
65138
65138
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
65139
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
65139
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
65140
65140
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
65141
65141
  cooling_set_point_celsius?: (number | undefined) | undefined;
65142
65142
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -65181,7 +65181,7 @@ export interface Routes {
65181
65181
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
65182
65182
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
65183
65183
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
65184
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
65184
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
65185
65185
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
65186
65186
  cooling_set_point_celsius?: number | undefined;
65187
65187
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -66215,7 +66215,7 @@ export interface Routes {
66215
66215
  /** Reported relative humidity, as a value between 0 and 1, inclusive. */
66216
66216
  relative_humidity?: number | undefined;
66217
66217
  /** HVAC mode settings that the thermostat supports. */
66218
- available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool'> | undefined;
66218
+ available_hvac_mode_settings?: Array<'off' | 'heat' | 'cool' | 'heat_cool' | 'eco'> | undefined;
66219
66219
  /** Fan mode settings that the thermostat supports. */
66220
66220
  available_fan_mode_settings?: Array<'auto' | 'on' | 'circulate'> | undefined;
66221
66221
  /** Climate preset modes that the thermostat supports, such as "home", "away", "wake", "sleep", "occupied", and "unoccupied". */
@@ -66252,7 +66252,7 @@ export interface Routes {
66252
66252
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
66253
66253
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
66254
66254
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
66255
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
66255
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
66256
66256
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
66257
66257
  cooling_set_point_celsius?: (number | undefined) | undefined;
66258
66258
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -66298,7 +66298,7 @@ export interface Routes {
66298
66298
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
66299
66299
  fan_mode_setting?: (('auto' | 'on' | 'circulate') | undefined) | undefined;
66300
66300
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
66301
- hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool') | undefined) | undefined;
66301
+ hvac_mode_setting?: (('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined) | undefined;
66302
66302
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
66303
66303
  cooling_set_point_celsius?: (number | undefined) | undefined;
66304
66304
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
@@ -66343,7 +66343,7 @@ export interface Routes {
66343
66343
  /** Desired [fan mode setting](https://docs.seam.co/latest/capability-guides/thermostats/configure-current-climate-settings#fan-mode-settings), such as `on`, `auto`, or `circulate`. */
66344
66344
  fan_mode_setting?: ('auto' | 'on' | 'circulate') | undefined;
66345
66345
  /** Desired [HVAC mode](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/hvac-mode) setting, such as `heat`, `cool`, `heat_cool`, or `off`. */
66346
- hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool') | undefined;
66346
+ hvac_mode_setting?: ('off' | 'heat' | 'cool' | 'heat_cool' | 'eco') | undefined;
66347
66347
  /** Temperature to which the thermostat should cool (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
66348
66348
  cooling_set_point_celsius?: number | undefined;
66349
66349
  /** Temperature to which the thermostat should heat (in °C). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */