@seamapi/types 1.434.0 → 1.436.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.
@@ -26250,6 +26250,8 @@ export interface Routes {
26250
26250
  bridge_name?: string | undefined
26251
26251
  /** Keypad ID for an igloohome device. */
26252
26252
  keypad_id?: string | undefined
26253
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
26254
+ is_keypad_linked_to_bridge?: boolean | undefined
26253
26255
  }
26254
26256
  | undefined
26255
26257
  /** Metadata for a Google Nest device. */
@@ -26571,6 +26573,22 @@ export interface Routes {
26571
26573
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
26572
26574
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
26573
26575
  manual_override_allowed?: boolean | undefined
26576
+ /**
26577
+ Metadata specific to the Ecobee climate, if applicable.
26578
+ */
26579
+ ecobee_metadata?:
26580
+ | (
26581
+ | {
26582
+ /** Reference to the Ecobee climate, if applicable. */
26583
+ climate_ref: string
26584
+ /** Indicates if the climate preset is optimized by Ecobee. */
26585
+ is_optimized: boolean
26586
+ /** Indicates whether the climate preset is owned by the user or the system. */
26587
+ owner: 'user' | 'system'
26588
+ }
26589
+ | undefined
26590
+ )
26591
+ | undefined
26574
26592
  }
26575
26593
  | undefined
26576
26594
  /**
@@ -26628,6 +26646,22 @@ export interface Routes {
26628
26646
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
26629
26647
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
26630
26648
  manual_override_allowed?: boolean | undefined
26649
+ /**
26650
+ Metadata specific to the Ecobee climate, if applicable.
26651
+ */
26652
+ ecobee_metadata?:
26653
+ | (
26654
+ | {
26655
+ /** Reference to the Ecobee climate, if applicable. */
26656
+ climate_ref: string
26657
+ /** Indicates if the climate preset is optimized by Ecobee. */
26658
+ is_optimized: boolean
26659
+ /** Indicates whether the climate preset is owned by the user or the system. */
26660
+ owner: 'user' | 'system'
26661
+ }
26662
+ | undefined
26663
+ )
26664
+ | undefined
26631
26665
  }
26632
26666
  | undefined
26633
26667
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -26675,6 +26709,19 @@ export interface Routes {
26675
26709
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
26676
26710
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
26677
26711
  manual_override_allowed: boolean
26712
+ /**
26713
+ Metadata specific to the Ecobee climate, if applicable.
26714
+ */
26715
+ ecobee_metadata?:
26716
+ | {
26717
+ /** Reference to the Ecobee climate, if applicable. */
26718
+ climate_ref: string
26719
+ /** Indicates if the climate preset is optimized by Ecobee. */
26720
+ is_optimized: boolean
26721
+ /** Indicates whether the climate preset is owned by the user or the system. */
26722
+ owner: 'user' | 'system'
26723
+ }
26724
+ | undefined
26678
26725
  }>
26679
26726
  | undefined
26680
26727
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -27852,6 +27899,8 @@ export interface Routes {
27852
27899
  bridge_name?: string | undefined
27853
27900
  /** Keypad ID for an igloohome device. */
27854
27901
  keypad_id?: string | undefined
27902
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
27903
+ is_keypad_linked_to_bridge?: boolean | undefined
27855
27904
  }
27856
27905
  | undefined
27857
27906
  /** Metadata for a Google Nest device. */
@@ -28173,6 +28222,22 @@ export interface Routes {
28173
28222
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
28174
28223
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
28175
28224
  manual_override_allowed?: boolean | undefined
28225
+ /**
28226
+ Metadata specific to the Ecobee climate, if applicable.
28227
+ */
28228
+ ecobee_metadata?:
28229
+ | (
28230
+ | {
28231
+ /** Reference to the Ecobee climate, if applicable. */
28232
+ climate_ref: string
28233
+ /** Indicates if the climate preset is optimized by Ecobee. */
28234
+ is_optimized: boolean
28235
+ /** Indicates whether the climate preset is owned by the user or the system. */
28236
+ owner: 'user' | 'system'
28237
+ }
28238
+ | undefined
28239
+ )
28240
+ | undefined
28176
28241
  }
28177
28242
  | undefined
28178
28243
  /**
@@ -28230,6 +28295,22 @@ export interface Routes {
28230
28295
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
28231
28296
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
28232
28297
  manual_override_allowed?: boolean | undefined
28298
+ /**
28299
+ Metadata specific to the Ecobee climate, if applicable.
28300
+ */
28301
+ ecobee_metadata?:
28302
+ | (
28303
+ | {
28304
+ /** Reference to the Ecobee climate, if applicable. */
28305
+ climate_ref: string
28306
+ /** Indicates if the climate preset is optimized by Ecobee. */
28307
+ is_optimized: boolean
28308
+ /** Indicates whether the climate preset is owned by the user or the system. */
28309
+ owner: 'user' | 'system'
28310
+ }
28311
+ | undefined
28312
+ )
28313
+ | undefined
28233
28314
  }
28234
28315
  | undefined
28235
28316
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -28277,6 +28358,19 @@ export interface Routes {
28277
28358
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
28278
28359
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
28279
28360
  manual_override_allowed: boolean
28361
+ /**
28362
+ Metadata specific to the Ecobee climate, if applicable.
28363
+ */
28364
+ ecobee_metadata?:
28365
+ | {
28366
+ /** Reference to the Ecobee climate, if applicable. */
28367
+ climate_ref: string
28368
+ /** Indicates if the climate preset is optimized by Ecobee. */
28369
+ is_optimized: boolean
28370
+ /** Indicates whether the climate preset is owned by the user or the system. */
28371
+ owner: 'user' | 'system'
28372
+ }
28373
+ | undefined
28280
28374
  }>
28281
28375
  | undefined
28282
28376
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -33857,6 +33951,8 @@ export interface Routes {
33857
33951
  bridge_name?: string | undefined
33858
33952
  /** Keypad ID for an igloohome device. */
33859
33953
  keypad_id?: string | undefined
33954
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
33955
+ is_keypad_linked_to_bridge?: boolean | undefined
33860
33956
  }
33861
33957
  | undefined
33862
33958
  /** Metadata for a Google Nest device. */
@@ -34178,6 +34274,22 @@ export interface Routes {
34178
34274
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
34179
34275
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
34180
34276
  manual_override_allowed?: boolean | undefined
34277
+ /**
34278
+ Metadata specific to the Ecobee climate, if applicable.
34279
+ */
34280
+ ecobee_metadata?:
34281
+ | (
34282
+ | {
34283
+ /** Reference to the Ecobee climate, if applicable. */
34284
+ climate_ref: string
34285
+ /** Indicates if the climate preset is optimized by Ecobee. */
34286
+ is_optimized: boolean
34287
+ /** Indicates whether the climate preset is owned by the user or the system. */
34288
+ owner: 'user' | 'system'
34289
+ }
34290
+ | undefined
34291
+ )
34292
+ | undefined
34181
34293
  }
34182
34294
  | undefined
34183
34295
  /**
@@ -34235,6 +34347,22 @@ export interface Routes {
34235
34347
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
34236
34348
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
34237
34349
  manual_override_allowed?: boolean | undefined
34350
+ /**
34351
+ Metadata specific to the Ecobee climate, if applicable.
34352
+ */
34353
+ ecobee_metadata?:
34354
+ | (
34355
+ | {
34356
+ /** Reference to the Ecobee climate, if applicable. */
34357
+ climate_ref: string
34358
+ /** Indicates if the climate preset is optimized by Ecobee. */
34359
+ is_optimized: boolean
34360
+ /** Indicates whether the climate preset is owned by the user or the system. */
34361
+ owner: 'user' | 'system'
34362
+ }
34363
+ | undefined
34364
+ )
34365
+ | undefined
34238
34366
  }
34239
34367
  | undefined
34240
34368
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -34282,6 +34410,19 @@ export interface Routes {
34282
34410
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
34283
34411
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
34284
34412
  manual_override_allowed: boolean
34413
+ /**
34414
+ Metadata specific to the Ecobee climate, if applicable.
34415
+ */
34416
+ ecobee_metadata?:
34417
+ | {
34418
+ /** Reference to the Ecobee climate, if applicable. */
34419
+ climate_ref: string
34420
+ /** Indicates if the climate preset is optimized by Ecobee. */
34421
+ is_optimized: boolean
34422
+ /** Indicates whether the climate preset is owned by the user or the system. */
34423
+ owner: 'user' | 'system'
34424
+ }
34425
+ | undefined
34285
34426
  }>
34286
34427
  | undefined
34287
34428
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -35257,6 +35398,8 @@ export interface Routes {
35257
35398
  bridge_name?: string | undefined
35258
35399
  /** Keypad ID for an igloohome device. */
35259
35400
  keypad_id?: string | undefined
35401
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
35402
+ is_keypad_linked_to_bridge?: boolean | undefined
35260
35403
  }
35261
35404
  | undefined
35262
35405
  /** Metadata for a Google Nest device. */
@@ -35578,6 +35721,22 @@ export interface Routes {
35578
35721
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
35579
35722
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
35580
35723
  manual_override_allowed?: boolean | undefined
35724
+ /**
35725
+ Metadata specific to the Ecobee climate, if applicable.
35726
+ */
35727
+ ecobee_metadata?:
35728
+ | (
35729
+ | {
35730
+ /** Reference to the Ecobee climate, if applicable. */
35731
+ climate_ref: string
35732
+ /** Indicates if the climate preset is optimized by Ecobee. */
35733
+ is_optimized: boolean
35734
+ /** Indicates whether the climate preset is owned by the user or the system. */
35735
+ owner: 'user' | 'system'
35736
+ }
35737
+ | undefined
35738
+ )
35739
+ | undefined
35581
35740
  }
35582
35741
  | undefined
35583
35742
  /**
@@ -35635,6 +35794,22 @@ export interface Routes {
35635
35794
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
35636
35795
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
35637
35796
  manual_override_allowed?: boolean | undefined
35797
+ /**
35798
+ Metadata specific to the Ecobee climate, if applicable.
35799
+ */
35800
+ ecobee_metadata?:
35801
+ | (
35802
+ | {
35803
+ /** Reference to the Ecobee climate, if applicable. */
35804
+ climate_ref: string
35805
+ /** Indicates if the climate preset is optimized by Ecobee. */
35806
+ is_optimized: boolean
35807
+ /** Indicates whether the climate preset is owned by the user or the system. */
35808
+ owner: 'user' | 'system'
35809
+ }
35810
+ | undefined
35811
+ )
35812
+ | undefined
35638
35813
  }
35639
35814
  | undefined
35640
35815
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -35682,6 +35857,19 @@ export interface Routes {
35682
35857
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
35683
35858
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
35684
35859
  manual_override_allowed: boolean
35860
+ /**
35861
+ Metadata specific to the Ecobee climate, if applicable.
35862
+ */
35863
+ ecobee_metadata?:
35864
+ | {
35865
+ /** Reference to the Ecobee climate, if applicable. */
35866
+ climate_ref: string
35867
+ /** Indicates if the climate preset is optimized by Ecobee. */
35868
+ is_optimized: boolean
35869
+ /** Indicates whether the climate preset is owned by the user or the system. */
35870
+ owner: 'user' | 'system'
35871
+ }
35872
+ | undefined
35685
35873
  }>
35686
35874
  | undefined
35687
35875
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -36824,6 +37012,8 @@ export interface Routes {
36824
37012
  bridge_name?: string | undefined
36825
37013
  /** Keypad ID for an igloohome device. */
36826
37014
  keypad_id?: string | undefined
37015
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
37016
+ is_keypad_linked_to_bridge?: boolean | undefined
36827
37017
  }
36828
37018
  | undefined
36829
37019
  /** Metadata for a Google Nest device. */
@@ -37145,6 +37335,22 @@ export interface Routes {
37145
37335
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
37146
37336
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
37147
37337
  manual_override_allowed?: boolean | undefined
37338
+ /**
37339
+ Metadata specific to the Ecobee climate, if applicable.
37340
+ */
37341
+ ecobee_metadata?:
37342
+ | (
37343
+ | {
37344
+ /** Reference to the Ecobee climate, if applicable. */
37345
+ climate_ref: string
37346
+ /** Indicates if the climate preset is optimized by Ecobee. */
37347
+ is_optimized: boolean
37348
+ /** Indicates whether the climate preset is owned by the user or the system. */
37349
+ owner: 'user' | 'system'
37350
+ }
37351
+ | undefined
37352
+ )
37353
+ | undefined
37148
37354
  }
37149
37355
  | undefined
37150
37356
  /**
@@ -37202,6 +37408,22 @@ export interface Routes {
37202
37408
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
37203
37409
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
37204
37410
  manual_override_allowed?: boolean | undefined
37411
+ /**
37412
+ Metadata specific to the Ecobee climate, if applicable.
37413
+ */
37414
+ ecobee_metadata?:
37415
+ | (
37416
+ | {
37417
+ /** Reference to the Ecobee climate, if applicable. */
37418
+ climate_ref: string
37419
+ /** Indicates if the climate preset is optimized by Ecobee. */
37420
+ is_optimized: boolean
37421
+ /** Indicates whether the climate preset is owned by the user or the system. */
37422
+ owner: 'user' | 'system'
37423
+ }
37424
+ | undefined
37425
+ )
37426
+ | undefined
37205
37427
  }
37206
37428
  | undefined
37207
37429
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -37249,6 +37471,19 @@ export interface Routes {
37249
37471
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
37250
37472
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
37251
37473
  manual_override_allowed: boolean
37474
+ /**
37475
+ Metadata specific to the Ecobee climate, if applicable.
37476
+ */
37477
+ ecobee_metadata?:
37478
+ | {
37479
+ /** Reference to the Ecobee climate, if applicable. */
37480
+ climate_ref: string
37481
+ /** Indicates if the climate preset is optimized by Ecobee. */
37482
+ is_optimized: boolean
37483
+ /** Indicates whether the climate preset is owned by the user or the system. */
37484
+ owner: 'user' | 'system'
37485
+ }
37486
+ | undefined
37252
37487
  }>
37253
37488
  | undefined
37254
37489
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -38223,6 +38458,8 @@ export interface Routes {
38223
38458
  bridge_name?: string | undefined
38224
38459
  /** Keypad ID for an igloohome device. */
38225
38460
  keypad_id?: string | undefined
38461
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
38462
+ is_keypad_linked_to_bridge?: boolean | undefined
38226
38463
  }
38227
38464
  | undefined
38228
38465
  /** Metadata for a Google Nest device. */
@@ -38544,6 +38781,22 @@ export interface Routes {
38544
38781
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
38545
38782
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
38546
38783
  manual_override_allowed?: boolean | undefined
38784
+ /**
38785
+ Metadata specific to the Ecobee climate, if applicable.
38786
+ */
38787
+ ecobee_metadata?:
38788
+ | (
38789
+ | {
38790
+ /** Reference to the Ecobee climate, if applicable. */
38791
+ climate_ref: string
38792
+ /** Indicates if the climate preset is optimized by Ecobee. */
38793
+ is_optimized: boolean
38794
+ /** Indicates whether the climate preset is owned by the user or the system. */
38795
+ owner: 'user' | 'system'
38796
+ }
38797
+ | undefined
38798
+ )
38799
+ | undefined
38547
38800
  }
38548
38801
  | undefined
38549
38802
  /**
@@ -38601,6 +38854,22 @@ export interface Routes {
38601
38854
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
38602
38855
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
38603
38856
  manual_override_allowed?: boolean | undefined
38857
+ /**
38858
+ Metadata specific to the Ecobee climate, if applicable.
38859
+ */
38860
+ ecobee_metadata?:
38861
+ | (
38862
+ | {
38863
+ /** Reference to the Ecobee climate, if applicable. */
38864
+ climate_ref: string
38865
+ /** Indicates if the climate preset is optimized by Ecobee. */
38866
+ is_optimized: boolean
38867
+ /** Indicates whether the climate preset is owned by the user or the system. */
38868
+ owner: 'user' | 'system'
38869
+ }
38870
+ | undefined
38871
+ )
38872
+ | undefined
38604
38873
  }
38605
38874
  | undefined
38606
38875
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -38648,6 +38917,19 @@ export interface Routes {
38648
38917
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
38649
38918
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
38650
38919
  manual_override_allowed: boolean
38920
+ /**
38921
+ Metadata specific to the Ecobee climate, if applicable.
38922
+ */
38923
+ ecobee_metadata?:
38924
+ | {
38925
+ /** Reference to the Ecobee climate, if applicable. */
38926
+ climate_ref: string
38927
+ /** Indicates if the climate preset is optimized by Ecobee. */
38928
+ is_optimized: boolean
38929
+ /** Indicates whether the climate preset is owned by the user or the system. */
38930
+ owner: 'user' | 'system'
38931
+ }
38932
+ | undefined
38651
38933
  }>
38652
38934
  | undefined
38653
38935
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -45498,6 +45780,8 @@ export interface Routes {
45498
45780
  bridge_name?: string | undefined
45499
45781
  /** Keypad ID for an igloohome device. */
45500
45782
  keypad_id?: string | undefined
45783
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
45784
+ is_keypad_linked_to_bridge?: boolean | undefined
45501
45785
  }
45502
45786
  | undefined
45503
45787
  /** Metadata for a Google Nest device. */
@@ -45819,6 +46103,22 @@ export interface Routes {
45819
46103
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
45820
46104
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
45821
46105
  manual_override_allowed?: boolean | undefined
46106
+ /**
46107
+ Metadata specific to the Ecobee climate, if applicable.
46108
+ */
46109
+ ecobee_metadata?:
46110
+ | (
46111
+ | {
46112
+ /** Reference to the Ecobee climate, if applicable. */
46113
+ climate_ref: string
46114
+ /** Indicates if the climate preset is optimized by Ecobee. */
46115
+ is_optimized: boolean
46116
+ /** Indicates whether the climate preset is owned by the user or the system. */
46117
+ owner: 'user' | 'system'
46118
+ }
46119
+ | undefined
46120
+ )
46121
+ | undefined
45822
46122
  }
45823
46123
  | undefined
45824
46124
  /**
@@ -45876,6 +46176,22 @@ export interface Routes {
45876
46176
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
45877
46177
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
45878
46178
  manual_override_allowed?: boolean | undefined
46179
+ /**
46180
+ Metadata specific to the Ecobee climate, if applicable.
46181
+ */
46182
+ ecobee_metadata?:
46183
+ | (
46184
+ | {
46185
+ /** Reference to the Ecobee climate, if applicable. */
46186
+ climate_ref: string
46187
+ /** Indicates if the climate preset is optimized by Ecobee. */
46188
+ is_optimized: boolean
46189
+ /** Indicates whether the climate preset is owned by the user or the system. */
46190
+ owner: 'user' | 'system'
46191
+ }
46192
+ | undefined
46193
+ )
46194
+ | undefined
45879
46195
  }
45880
46196
  | undefined
45881
46197
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -45923,6 +46239,19 @@ export interface Routes {
45923
46239
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
45924
46240
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
45925
46241
  manual_override_allowed: boolean
46242
+ /**
46243
+ Metadata specific to the Ecobee climate, if applicable.
46244
+ */
46245
+ ecobee_metadata?:
46246
+ | {
46247
+ /** Reference to the Ecobee climate, if applicable. */
46248
+ climate_ref: string
46249
+ /** Indicates if the climate preset is optimized by Ecobee. */
46250
+ is_optimized: boolean
46251
+ /** Indicates whether the climate preset is owned by the user or the system. */
46252
+ owner: 'user' | 'system'
46253
+ }
46254
+ | undefined
45926
46255
  }>
45927
46256
  | undefined
45928
46257
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -46897,6 +47226,8 @@ export interface Routes {
46897
47226
  bridge_name?: string | undefined
46898
47227
  /** Keypad ID for an igloohome device. */
46899
47228
  keypad_id?: string | undefined
47229
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
47230
+ is_keypad_linked_to_bridge?: boolean | undefined
46900
47231
  }
46901
47232
  | undefined
46902
47233
  /** Metadata for a Google Nest device. */
@@ -47218,6 +47549,22 @@ export interface Routes {
47218
47549
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
47219
47550
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
47220
47551
  manual_override_allowed?: boolean | undefined
47552
+ /**
47553
+ Metadata specific to the Ecobee climate, if applicable.
47554
+ */
47555
+ ecobee_metadata?:
47556
+ | (
47557
+ | {
47558
+ /** Reference to the Ecobee climate, if applicable. */
47559
+ climate_ref: string
47560
+ /** Indicates if the climate preset is optimized by Ecobee. */
47561
+ is_optimized: boolean
47562
+ /** Indicates whether the climate preset is owned by the user or the system. */
47563
+ owner: 'user' | 'system'
47564
+ }
47565
+ | undefined
47566
+ )
47567
+ | undefined
47221
47568
  }
47222
47569
  | undefined
47223
47570
  /**
@@ -47275,6 +47622,22 @@ export interface Routes {
47275
47622
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
47276
47623
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
47277
47624
  manual_override_allowed?: boolean | undefined
47625
+ /**
47626
+ Metadata specific to the Ecobee climate, if applicable.
47627
+ */
47628
+ ecobee_metadata?:
47629
+ | (
47630
+ | {
47631
+ /** Reference to the Ecobee climate, if applicable. */
47632
+ climate_ref: string
47633
+ /** Indicates if the climate preset is optimized by Ecobee. */
47634
+ is_optimized: boolean
47635
+ /** Indicates whether the climate preset is owned by the user or the system. */
47636
+ owner: 'user' | 'system'
47637
+ }
47638
+ | undefined
47639
+ )
47640
+ | undefined
47278
47641
  }
47279
47642
  | undefined
47280
47643
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -47322,6 +47685,19 @@ export interface Routes {
47322
47685
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
47323
47686
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
47324
47687
  manual_override_allowed: boolean
47688
+ /**
47689
+ Metadata specific to the Ecobee climate, if applicable.
47690
+ */
47691
+ ecobee_metadata?:
47692
+ | {
47693
+ /** Reference to the Ecobee climate, if applicable. */
47694
+ climate_ref: string
47695
+ /** Indicates if the climate preset is optimized by Ecobee. */
47696
+ is_optimized: boolean
47697
+ /** Indicates whether the climate preset is owned by the user or the system. */
47698
+ owner: 'user' | 'system'
47699
+ }
47700
+ | undefined
47325
47701
  }>
47326
47702
  | undefined
47327
47703
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -56688,6 +57064,19 @@ export interface Routes {
56688
57064
  cooling_set_point_fahrenheit?: number | undefined
56689
57065
  /** Temperature to which the thermostat should heat (in °F). See also [Set Points](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points). */
56690
57066
  heating_set_point_fahrenheit?: number | undefined
57067
+ /**
57068
+ Metadata specific to the Ecobee climate, if applicable.
57069
+ */
57070
+ ecobee_metadata?:
57071
+ | {
57072
+ /** Reference to the Ecobee climate, if applicable. */
57073
+ climate_ref: string
57074
+ /** Indicates if the climate preset is optimized by Ecobee. */
57075
+ is_optimized: boolean
57076
+ /** Indicates whether the climate preset is owned by the user or the system. */
57077
+ owner: 'user' | 'system'
57078
+ }
57079
+ | undefined
56691
57080
  }
56692
57081
  commonParams: {}
56693
57082
  formData: {}
@@ -58718,6 +59107,8 @@ export interface Routes {
58718
59107
  bridge_name?: string | undefined
58719
59108
  /** Keypad ID for an igloohome device. */
58720
59109
  keypad_id?: string | undefined
59110
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
59111
+ is_keypad_linked_to_bridge?: boolean | undefined
58721
59112
  }
58722
59113
  | undefined
58723
59114
  /** Metadata for a Google Nest device. */
@@ -59039,6 +59430,22 @@ export interface Routes {
59039
59430
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
59040
59431
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
59041
59432
  manual_override_allowed?: boolean | undefined
59433
+ /**
59434
+ Metadata specific to the Ecobee climate, if applicable.
59435
+ */
59436
+ ecobee_metadata?:
59437
+ | (
59438
+ | {
59439
+ /** Reference to the Ecobee climate, if applicable. */
59440
+ climate_ref: string
59441
+ /** Indicates if the climate preset is optimized by Ecobee. */
59442
+ is_optimized: boolean
59443
+ /** Indicates whether the climate preset is owned by the user or the system. */
59444
+ owner: 'user' | 'system'
59445
+ }
59446
+ | undefined
59447
+ )
59448
+ | undefined
59042
59449
  }
59043
59450
  | undefined
59044
59451
  /**
@@ -59096,6 +59503,22 @@ export interface Routes {
59096
59503
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
59097
59504
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
59098
59505
  manual_override_allowed?: boolean | undefined
59506
+ /**
59507
+ Metadata specific to the Ecobee climate, if applicable.
59508
+ */
59509
+ ecobee_metadata?:
59510
+ | (
59511
+ | {
59512
+ /** Reference to the Ecobee climate, if applicable. */
59513
+ climate_ref: string
59514
+ /** Indicates if the climate preset is optimized by Ecobee. */
59515
+ is_optimized: boolean
59516
+ /** Indicates whether the climate preset is owned by the user or the system. */
59517
+ owner: 'user' | 'system'
59518
+ }
59519
+ | undefined
59520
+ )
59521
+ | undefined
59099
59522
  }
59100
59523
  | undefined
59101
59524
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -59143,6 +59566,19 @@ export interface Routes {
59143
59566
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
59144
59567
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
59145
59568
  manual_override_allowed: boolean
59569
+ /**
59570
+ Metadata specific to the Ecobee climate, if applicable.
59571
+ */
59572
+ ecobee_metadata?:
59573
+ | {
59574
+ /** Reference to the Ecobee climate, if applicable. */
59575
+ climate_ref: string
59576
+ /** Indicates if the climate preset is optimized by Ecobee. */
59577
+ is_optimized: boolean
59578
+ /** Indicates whether the climate preset is owned by the user or the system. */
59579
+ owner: 'user' | 'system'
59580
+ }
59581
+ | undefined
59146
59582
  }>
59147
59583
  | undefined
59148
59584
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -63115,6 +63551,8 @@ export interface Routes {
63115
63551
  bridge_name?: string | undefined
63116
63552
  /** Keypad ID for an igloohome device. */
63117
63553
  keypad_id?: string | undefined
63554
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
63555
+ is_keypad_linked_to_bridge?: boolean | undefined
63118
63556
  }
63119
63557
  | undefined
63120
63558
  /** Metadata for a Google Nest device. */
@@ -63436,6 +63874,22 @@ export interface Routes {
63436
63874
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
63437
63875
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
63438
63876
  manual_override_allowed?: boolean | undefined
63877
+ /**
63878
+ Metadata specific to the Ecobee climate, if applicable.
63879
+ */
63880
+ ecobee_metadata?:
63881
+ | (
63882
+ | {
63883
+ /** Reference to the Ecobee climate, if applicable. */
63884
+ climate_ref: string
63885
+ /** Indicates if the climate preset is optimized by Ecobee. */
63886
+ is_optimized: boolean
63887
+ /** Indicates whether the climate preset is owned by the user or the system. */
63888
+ owner: 'user' | 'system'
63889
+ }
63890
+ | undefined
63891
+ )
63892
+ | undefined
63439
63893
  }
63440
63894
  | undefined
63441
63895
  /**
@@ -63493,6 +63947,22 @@ export interface Routes {
63493
63947
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
63494
63948
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
63495
63949
  manual_override_allowed?: boolean | undefined
63950
+ /**
63951
+ Metadata specific to the Ecobee climate, if applicable.
63952
+ */
63953
+ ecobee_metadata?:
63954
+ | (
63955
+ | {
63956
+ /** Reference to the Ecobee climate, if applicable. */
63957
+ climate_ref: string
63958
+ /** Indicates if the climate preset is optimized by Ecobee. */
63959
+ is_optimized: boolean
63960
+ /** Indicates whether the climate preset is owned by the user or the system. */
63961
+ owner: 'user' | 'system'
63962
+ }
63963
+ | undefined
63964
+ )
63965
+ | undefined
63496
63966
  }
63497
63967
  | undefined
63498
63968
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -63540,6 +64010,19 @@ export interface Routes {
63540
64010
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
63541
64011
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
63542
64012
  manual_override_allowed: boolean
64013
+ /**
64014
+ Metadata specific to the Ecobee climate, if applicable.
64015
+ */
64016
+ ecobee_metadata?:
64017
+ | {
64018
+ /** Reference to the Ecobee climate, if applicable. */
64019
+ climate_ref: string
64020
+ /** Indicates if the climate preset is optimized by Ecobee. */
64021
+ is_optimized: boolean
64022
+ /** Indicates whether the climate preset is owned by the user or the system. */
64023
+ owner: 'user' | 'system'
64024
+ }
64025
+ | undefined
63543
64026
  }>
63544
64027
  | undefined
63545
64028
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -64514,6 +64997,8 @@ export interface Routes {
64514
64997
  bridge_name?: string | undefined
64515
64998
  /** Keypad ID for an igloohome device. */
64516
64999
  keypad_id?: string | undefined
65000
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
65001
+ is_keypad_linked_to_bridge?: boolean | undefined
64517
65002
  }
64518
65003
  | undefined
64519
65004
  /** Metadata for a Google Nest device. */
@@ -64835,6 +65320,22 @@ export interface Routes {
64835
65320
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
64836
65321
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
64837
65322
  manual_override_allowed?: boolean | undefined
65323
+ /**
65324
+ Metadata specific to the Ecobee climate, if applicable.
65325
+ */
65326
+ ecobee_metadata?:
65327
+ | (
65328
+ | {
65329
+ /** Reference to the Ecobee climate, if applicable. */
65330
+ climate_ref: string
65331
+ /** Indicates if the climate preset is optimized by Ecobee. */
65332
+ is_optimized: boolean
65333
+ /** Indicates whether the climate preset is owned by the user or the system. */
65334
+ owner: 'user' | 'system'
65335
+ }
65336
+ | undefined
65337
+ )
65338
+ | undefined
64838
65339
  }
64839
65340
  | undefined
64840
65341
  /**
@@ -64892,6 +65393,22 @@ export interface Routes {
64892
65393
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
64893
65394
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
64894
65395
  manual_override_allowed?: boolean | undefined
65396
+ /**
65397
+ Metadata specific to the Ecobee climate, if applicable.
65398
+ */
65399
+ ecobee_metadata?:
65400
+ | (
65401
+ | {
65402
+ /** Reference to the Ecobee climate, if applicable. */
65403
+ climate_ref: string
65404
+ /** Indicates if the climate preset is optimized by Ecobee. */
65405
+ is_optimized: boolean
65406
+ /** Indicates whether the climate preset is owned by the user or the system. */
65407
+ owner: 'user' | 'system'
65408
+ }
65409
+ | undefined
65410
+ )
65411
+ | undefined
64895
65412
  }
64896
65413
  | undefined
64897
65414
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -64939,6 +65456,19 @@ export interface Routes {
64939
65456
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
64940
65457
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
64941
65458
  manual_override_allowed: boolean
65459
+ /**
65460
+ Metadata specific to the Ecobee climate, if applicable.
65461
+ */
65462
+ ecobee_metadata?:
65463
+ | {
65464
+ /** Reference to the Ecobee climate, if applicable. */
65465
+ climate_ref: string
65466
+ /** Indicates if the climate preset is optimized by Ecobee. */
65467
+ is_optimized: boolean
65468
+ /** Indicates whether the climate preset is owned by the user or the system. */
65469
+ owner: 'user' | 'system'
65470
+ }
65471
+ | undefined
64942
65472
  }>
64943
65473
  | undefined
64944
65474
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -70088,6 +70618,19 @@ export interface Routes {
70088
70618
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
70089
70619
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
70090
70620
  manual_override_allowed?: boolean | undefined
70621
+ /**
70622
+ Metadata specific to the Ecobee climate, if applicable.
70623
+ */
70624
+ ecobee_metadata?:
70625
+ | {
70626
+ /** Reference to the Ecobee climate, if applicable. */
70627
+ climate_ref: string
70628
+ /** Indicates if the climate preset is optimized by Ecobee. */
70629
+ is_optimized: boolean
70630
+ /** Indicates whether the climate preset is owned by the user or the system. */
70631
+ owner: 'user' | 'system'
70632
+ }
70633
+ | undefined
70091
70634
  }
70092
70635
  commonParams: {}
70093
70636
  formData: {}
@@ -73108,6 +73651,8 @@ export interface Routes {
73108
73651
  bridge_name?: string | undefined
73109
73652
  /** Keypad ID for an igloohome device. */
73110
73653
  keypad_id?: string | undefined
73654
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
73655
+ is_keypad_linked_to_bridge?: boolean | undefined
73111
73656
  }
73112
73657
  | undefined
73113
73658
  /** Metadata for a Google Nest device. */
@@ -73429,6 +73974,22 @@ export interface Routes {
73429
73974
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
73430
73975
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
73431
73976
  manual_override_allowed?: boolean | undefined
73977
+ /**
73978
+ Metadata specific to the Ecobee climate, if applicable.
73979
+ */
73980
+ ecobee_metadata?:
73981
+ | (
73982
+ | {
73983
+ /** Reference to the Ecobee climate, if applicable. */
73984
+ climate_ref: string
73985
+ /** Indicates if the climate preset is optimized by Ecobee. */
73986
+ is_optimized: boolean
73987
+ /** Indicates whether the climate preset is owned by the user or the system. */
73988
+ owner: 'user' | 'system'
73989
+ }
73990
+ | undefined
73991
+ )
73992
+ | undefined
73432
73993
  }
73433
73994
  | undefined
73434
73995
  /**
@@ -73486,6 +74047,22 @@ export interface Routes {
73486
74047
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
73487
74048
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
73488
74049
  manual_override_allowed?: boolean | undefined
74050
+ /**
74051
+ Metadata specific to the Ecobee climate, if applicable.
74052
+ */
74053
+ ecobee_metadata?:
74054
+ | (
74055
+ | {
74056
+ /** Reference to the Ecobee climate, if applicable. */
74057
+ climate_ref: string
74058
+ /** Indicates if the climate preset is optimized by Ecobee. */
74059
+ is_optimized: boolean
74060
+ /** Indicates whether the climate preset is owned by the user or the system. */
74061
+ owner: 'user' | 'system'
74062
+ }
74063
+ | undefined
74064
+ )
74065
+ | undefined
73489
74066
  }
73490
74067
  | undefined
73491
74068
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -73533,6 +74110,19 @@ export interface Routes {
73533
74110
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
73534
74111
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
73535
74112
  manual_override_allowed: boolean
74113
+ /**
74114
+ Metadata specific to the Ecobee climate, if applicable.
74115
+ */
74116
+ ecobee_metadata?:
74117
+ | {
74118
+ /** Reference to the Ecobee climate, if applicable. */
74119
+ climate_ref: string
74120
+ /** Indicates if the climate preset is optimized by Ecobee. */
74121
+ is_optimized: boolean
74122
+ /** Indicates whether the climate preset is owned by the user or the system. */
74123
+ owner: 'user' | 'system'
74124
+ }
74125
+ | undefined
73536
74126
  }>
73537
74127
  | undefined
73538
74128
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */
@@ -74509,6 +75099,8 @@ export interface Routes {
74509
75099
  bridge_name?: string | undefined
74510
75100
  /** Keypad ID for an igloohome device. */
74511
75101
  keypad_id?: string | undefined
75102
+ /** Indicates whether a keypad is linked to a bridge for an igloohome device. */
75103
+ is_keypad_linked_to_bridge?: boolean | undefined
74512
75104
  }
74513
75105
  | undefined
74514
75106
  /** Metadata for a Google Nest device. */
@@ -74830,6 +75422,22 @@ export interface Routes {
74830
75422
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
74831
75423
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
74832
75424
  manual_override_allowed?: boolean | undefined
75425
+ /**
75426
+ Metadata specific to the Ecobee climate, if applicable.
75427
+ */
75428
+ ecobee_metadata?:
75429
+ | (
75430
+ | {
75431
+ /** Reference to the Ecobee climate, if applicable. */
75432
+ climate_ref: string
75433
+ /** Indicates if the climate preset is optimized by Ecobee. */
75434
+ is_optimized: boolean
75435
+ /** Indicates whether the climate preset is owned by the user or the system. */
75436
+ owner: 'user' | 'system'
75437
+ }
75438
+ | undefined
75439
+ )
75440
+ | undefined
74833
75441
  }
74834
75442
  | undefined
74835
75443
  /**
@@ -74887,6 +75495,22 @@ export interface Routes {
74887
75495
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
74888
75496
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
74889
75497
  manual_override_allowed?: boolean | undefined
75498
+ /**
75499
+ Metadata specific to the Ecobee climate, if applicable.
75500
+ */
75501
+ ecobee_metadata?:
75502
+ | (
75503
+ | {
75504
+ /** Reference to the Ecobee climate, if applicable. */
75505
+ climate_ref: string
75506
+ /** Indicates if the climate preset is optimized by Ecobee. */
75507
+ is_optimized: boolean
75508
+ /** Indicates whether the climate preset is owned by the user or the system. */
75509
+ owner: 'user' | 'system'
75510
+ }
75511
+ | undefined
75512
+ )
75513
+ | undefined
74890
75514
  }
74891
75515
  | undefined
74892
75516
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
@@ -74934,6 +75558,19 @@ export interface Routes {
74934
75558
  /** Indicates whether a person at the thermostat can change the thermostat's settings. See [Specifying Manual Override Permissions](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-thermostat-schedules#specifying-manual-override-permissions).
74935
75559
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
74936
75560
  manual_override_allowed: boolean
75561
+ /**
75562
+ Metadata specific to the Ecobee climate, if applicable.
75563
+ */
75564
+ ecobee_metadata?:
75565
+ | {
75566
+ /** Reference to the Ecobee climate, if applicable. */
75567
+ climate_ref: string
75568
+ /** Indicates if the climate preset is optimized by Ecobee. */
75569
+ is_optimized: boolean
75570
+ /** Indicates whether the climate preset is owned by the user or the system. */
75571
+ owner: 'user' | 'system'
75572
+ }
75573
+ | undefined
74937
75574
  }>
74938
75575
  | undefined
74939
75576
  /** Key of the [fallback climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets/setting-the-fallback-climate-preset) for the thermostat. */