@seamapi/types 1.434.0 → 1.435.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.
@@ -23285,6 +23285,17 @@ export interface Routes {
23285
23285
  /** 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).
23286
23286
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
23287
23287
  manual_override_allowed?: boolean | undefined;
23288
+ /**
23289
+ Metadata specific to the Ecobee climate, if applicable.
23290
+ */
23291
+ ecobee_metadata?: ({
23292
+ /** Reference to the Ecobee climate, if applicable. */
23293
+ climate_ref: string;
23294
+ /** Indicates if the climate preset is optimized by Ecobee. */
23295
+ is_optimized: boolean;
23296
+ /** Indicates whether the climate preset is owned by the user or the system. */
23297
+ owner: 'user' | 'system';
23298
+ } | undefined) | undefined;
23288
23299
  } | undefined;
23289
23300
  /**
23290
23301
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -23320,6 +23331,17 @@ export interface Routes {
23320
23331
  /** 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).
23321
23332
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
23322
23333
  manual_override_allowed?: boolean | undefined;
23334
+ /**
23335
+ Metadata specific to the Ecobee climate, if applicable.
23336
+ */
23337
+ ecobee_metadata?: ({
23338
+ /** Reference to the Ecobee climate, if applicable. */
23339
+ climate_ref: string;
23340
+ /** Indicates if the climate preset is optimized by Ecobee. */
23341
+ is_optimized: boolean;
23342
+ /** Indicates whether the climate preset is owned by the user or the system. */
23343
+ owner: 'user' | 'system';
23344
+ } | undefined) | undefined;
23323
23345
  } | undefined;
23324
23346
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
23325
23347
  available_climate_presets?: Array<{
@@ -23354,6 +23376,17 @@ export interface Routes {
23354
23376
  /** 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).
23355
23377
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
23356
23378
  manual_override_allowed: boolean;
23379
+ /**
23380
+ Metadata specific to the Ecobee climate, if applicable.
23381
+ */
23382
+ ecobee_metadata?: {
23383
+ /** Reference to the Ecobee climate, if applicable. */
23384
+ climate_ref: string;
23385
+ /** Indicates if the climate preset is optimized by Ecobee. */
23386
+ is_optimized: boolean;
23387
+ /** Indicates whether the climate preset is owned by the user or the system. */
23388
+ owner: 'user' | 'system';
23389
+ } | undefined;
23357
23390
  }> | undefined;
23358
23391
  /** 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. */
23359
23392
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -24457,6 +24490,17 @@ export interface Routes {
24457
24490
  /** 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).
24458
24491
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
24459
24492
  manual_override_allowed?: boolean | undefined;
24493
+ /**
24494
+ Metadata specific to the Ecobee climate, if applicable.
24495
+ */
24496
+ ecobee_metadata?: ({
24497
+ /** Reference to the Ecobee climate, if applicable. */
24498
+ climate_ref: string;
24499
+ /** Indicates if the climate preset is optimized by Ecobee. */
24500
+ is_optimized: boolean;
24501
+ /** Indicates whether the climate preset is owned by the user or the system. */
24502
+ owner: 'user' | 'system';
24503
+ } | undefined) | undefined;
24460
24504
  } | undefined;
24461
24505
  /**
24462
24506
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -24492,6 +24536,17 @@ export interface Routes {
24492
24536
  /** 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).
24493
24537
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
24494
24538
  manual_override_allowed?: boolean | undefined;
24539
+ /**
24540
+ Metadata specific to the Ecobee climate, if applicable.
24541
+ */
24542
+ ecobee_metadata?: ({
24543
+ /** Reference to the Ecobee climate, if applicable. */
24544
+ climate_ref: string;
24545
+ /** Indicates if the climate preset is optimized by Ecobee. */
24546
+ is_optimized: boolean;
24547
+ /** Indicates whether the climate preset is owned by the user or the system. */
24548
+ owner: 'user' | 'system';
24549
+ } | undefined) | undefined;
24495
24550
  } | undefined;
24496
24551
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
24497
24552
  available_climate_presets?: Array<{
@@ -24526,6 +24581,17 @@ export interface Routes {
24526
24581
  /** 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).
24527
24582
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
24528
24583
  manual_override_allowed: boolean;
24584
+ /**
24585
+ Metadata specific to the Ecobee climate, if applicable.
24586
+ */
24587
+ ecobee_metadata?: {
24588
+ /** Reference to the Ecobee climate, if applicable. */
24589
+ climate_ref: string;
24590
+ /** Indicates if the climate preset is optimized by Ecobee. */
24591
+ is_optimized: boolean;
24592
+ /** Indicates whether the climate preset is owned by the user or the system. */
24593
+ owner: 'user' | 'system';
24594
+ } | undefined;
24529
24595
  }> | undefined;
24530
24596
  /** 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. */
24531
24597
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -29393,6 +29459,17 @@ export interface Routes {
29393
29459
  /** 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).
29394
29460
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
29395
29461
  manual_override_allowed?: boolean | undefined;
29462
+ /**
29463
+ Metadata specific to the Ecobee climate, if applicable.
29464
+ */
29465
+ ecobee_metadata?: ({
29466
+ /** Reference to the Ecobee climate, if applicable. */
29467
+ climate_ref: string;
29468
+ /** Indicates if the climate preset is optimized by Ecobee. */
29469
+ is_optimized: boolean;
29470
+ /** Indicates whether the climate preset is owned by the user or the system. */
29471
+ owner: 'user' | 'system';
29472
+ } | undefined) | undefined;
29396
29473
  } | undefined;
29397
29474
  /**
29398
29475
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -29428,6 +29505,17 @@ export interface Routes {
29428
29505
  /** 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).
29429
29506
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
29430
29507
  manual_override_allowed?: boolean | undefined;
29508
+ /**
29509
+ Metadata specific to the Ecobee climate, if applicable.
29510
+ */
29511
+ ecobee_metadata?: ({
29512
+ /** Reference to the Ecobee climate, if applicable. */
29513
+ climate_ref: string;
29514
+ /** Indicates if the climate preset is optimized by Ecobee. */
29515
+ is_optimized: boolean;
29516
+ /** Indicates whether the climate preset is owned by the user or the system. */
29517
+ owner: 'user' | 'system';
29518
+ } | undefined) | undefined;
29431
29519
  } | undefined;
29432
29520
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
29433
29521
  available_climate_presets?: Array<{
@@ -29462,6 +29550,17 @@ export interface Routes {
29462
29550
  /** 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).
29463
29551
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
29464
29552
  manual_override_allowed: boolean;
29553
+ /**
29554
+ Metadata specific to the Ecobee climate, if applicable.
29555
+ */
29556
+ ecobee_metadata?: {
29557
+ /** Reference to the Ecobee climate, if applicable. */
29558
+ climate_ref: string;
29559
+ /** Indicates if the climate preset is optimized by Ecobee. */
29560
+ is_optimized: boolean;
29561
+ /** Indicates whether the climate preset is owned by the user or the system. */
29562
+ owner: 'user' | 'system';
29563
+ } | undefined;
29465
29564
  }> | undefined;
29466
29565
  /** 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. */
29467
29566
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -30519,6 +30618,17 @@ export interface Routes {
30519
30618
  /** 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).
30520
30619
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
30521
30620
  manual_override_allowed?: boolean | undefined;
30621
+ /**
30622
+ Metadata specific to the Ecobee climate, if applicable.
30623
+ */
30624
+ ecobee_metadata?: ({
30625
+ /** Reference to the Ecobee climate, if applicable. */
30626
+ climate_ref: string;
30627
+ /** Indicates if the climate preset is optimized by Ecobee. */
30628
+ is_optimized: boolean;
30629
+ /** Indicates whether the climate preset is owned by the user or the system. */
30630
+ owner: 'user' | 'system';
30631
+ } | undefined) | undefined;
30522
30632
  } | undefined;
30523
30633
  /**
30524
30634
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -30554,6 +30664,17 @@ export interface Routes {
30554
30664
  /** 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).
30555
30665
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
30556
30666
  manual_override_allowed?: boolean | undefined;
30667
+ /**
30668
+ Metadata specific to the Ecobee climate, if applicable.
30669
+ */
30670
+ ecobee_metadata?: ({
30671
+ /** Reference to the Ecobee climate, if applicable. */
30672
+ climate_ref: string;
30673
+ /** Indicates if the climate preset is optimized by Ecobee. */
30674
+ is_optimized: boolean;
30675
+ /** Indicates whether the climate preset is owned by the user or the system. */
30676
+ owner: 'user' | 'system';
30677
+ } | undefined) | undefined;
30557
30678
  } | undefined;
30558
30679
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
30559
30680
  available_climate_presets?: Array<{
@@ -30588,6 +30709,17 @@ export interface Routes {
30588
30709
  /** 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).
30589
30710
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
30590
30711
  manual_override_allowed: boolean;
30712
+ /**
30713
+ Metadata specific to the Ecobee climate, if applicable.
30714
+ */
30715
+ ecobee_metadata?: {
30716
+ /** Reference to the Ecobee climate, if applicable. */
30717
+ climate_ref: string;
30718
+ /** Indicates if the climate preset is optimized by Ecobee. */
30719
+ is_optimized: boolean;
30720
+ /** Indicates whether the climate preset is owned by the user or the system. */
30721
+ owner: 'user' | 'system';
30722
+ } | undefined;
30591
30723
  }> | undefined;
30592
30724
  /** 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. */
30593
30725
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -31691,6 +31823,17 @@ export interface Routes {
31691
31823
  /** 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).
31692
31824
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
31693
31825
  manual_override_allowed?: boolean | undefined;
31826
+ /**
31827
+ Metadata specific to the Ecobee climate, if applicable.
31828
+ */
31829
+ ecobee_metadata?: ({
31830
+ /** Reference to the Ecobee climate, if applicable. */
31831
+ climate_ref: string;
31832
+ /** Indicates if the climate preset is optimized by Ecobee. */
31833
+ is_optimized: boolean;
31834
+ /** Indicates whether the climate preset is owned by the user or the system. */
31835
+ owner: 'user' | 'system';
31836
+ } | undefined) | undefined;
31694
31837
  } | undefined;
31695
31838
  /**
31696
31839
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -31726,6 +31869,17 @@ export interface Routes {
31726
31869
  /** 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).
31727
31870
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
31728
31871
  manual_override_allowed?: boolean | undefined;
31872
+ /**
31873
+ Metadata specific to the Ecobee climate, if applicable.
31874
+ */
31875
+ ecobee_metadata?: ({
31876
+ /** Reference to the Ecobee climate, if applicable. */
31877
+ climate_ref: string;
31878
+ /** Indicates if the climate preset is optimized by Ecobee. */
31879
+ is_optimized: boolean;
31880
+ /** Indicates whether the climate preset is owned by the user or the system. */
31881
+ owner: 'user' | 'system';
31882
+ } | undefined) | undefined;
31729
31883
  } | undefined;
31730
31884
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
31731
31885
  available_climate_presets?: Array<{
@@ -31760,6 +31914,17 @@ export interface Routes {
31760
31914
  /** 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).
31761
31915
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
31762
31916
  manual_override_allowed: boolean;
31917
+ /**
31918
+ Metadata specific to the Ecobee climate, if applicable.
31919
+ */
31920
+ ecobee_metadata?: {
31921
+ /** Reference to the Ecobee climate, if applicable. */
31922
+ climate_ref: string;
31923
+ /** Indicates if the climate preset is optimized by Ecobee. */
31924
+ is_optimized: boolean;
31925
+ /** Indicates whether the climate preset is owned by the user or the system. */
31926
+ owner: 'user' | 'system';
31927
+ } | undefined;
31763
31928
  }> | undefined;
31764
31929
  /** 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. */
31765
31930
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -32816,6 +32981,17 @@ export interface Routes {
32816
32981
  /** 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).
32817
32982
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
32818
32983
  manual_override_allowed?: boolean | undefined;
32984
+ /**
32985
+ Metadata specific to the Ecobee climate, if applicable.
32986
+ */
32987
+ ecobee_metadata?: ({
32988
+ /** Reference to the Ecobee climate, if applicable. */
32989
+ climate_ref: string;
32990
+ /** Indicates if the climate preset is optimized by Ecobee. */
32991
+ is_optimized: boolean;
32992
+ /** Indicates whether the climate preset is owned by the user or the system. */
32993
+ owner: 'user' | 'system';
32994
+ } | undefined) | undefined;
32819
32995
  } | undefined;
32820
32996
  /**
32821
32997
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -32851,6 +33027,17 @@ export interface Routes {
32851
33027
  /** 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).
32852
33028
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
32853
33029
  manual_override_allowed?: boolean | undefined;
33030
+ /**
33031
+ Metadata specific to the Ecobee climate, if applicable.
33032
+ */
33033
+ ecobee_metadata?: ({
33034
+ /** Reference to the Ecobee climate, if applicable. */
33035
+ climate_ref: string;
33036
+ /** Indicates if the climate preset is optimized by Ecobee. */
33037
+ is_optimized: boolean;
33038
+ /** Indicates whether the climate preset is owned by the user or the system. */
33039
+ owner: 'user' | 'system';
33040
+ } | undefined) | undefined;
32854
33041
  } | undefined;
32855
33042
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
32856
33043
  available_climate_presets?: Array<{
@@ -32885,6 +33072,17 @@ export interface Routes {
32885
33072
  /** 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).
32886
33073
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
32887
33074
  manual_override_allowed: boolean;
33075
+ /**
33076
+ Metadata specific to the Ecobee climate, if applicable.
33077
+ */
33078
+ ecobee_metadata?: {
33079
+ /** Reference to the Ecobee climate, if applicable. */
33080
+ climate_ref: string;
33081
+ /** Indicates if the climate preset is optimized by Ecobee. */
33082
+ is_optimized: boolean;
33083
+ /** Indicates whether the climate preset is owned by the user or the system. */
33084
+ owner: 'user' | 'system';
33085
+ } | undefined;
32888
33086
  }> | undefined;
32889
33087
  /** 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. */
32890
33088
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -39061,6 +39259,17 @@ export interface Routes {
39061
39259
  /** 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).
39062
39260
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
39063
39261
  manual_override_allowed?: boolean | undefined;
39262
+ /**
39263
+ Metadata specific to the Ecobee climate, if applicable.
39264
+ */
39265
+ ecobee_metadata?: ({
39266
+ /** Reference to the Ecobee climate, if applicable. */
39267
+ climate_ref: string;
39268
+ /** Indicates if the climate preset is optimized by Ecobee. */
39269
+ is_optimized: boolean;
39270
+ /** Indicates whether the climate preset is owned by the user or the system. */
39271
+ owner: 'user' | 'system';
39272
+ } | undefined) | undefined;
39064
39273
  } | undefined;
39065
39274
  /**
39066
39275
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -39096,6 +39305,17 @@ export interface Routes {
39096
39305
  /** 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).
39097
39306
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
39098
39307
  manual_override_allowed?: boolean | undefined;
39308
+ /**
39309
+ Metadata specific to the Ecobee climate, if applicable.
39310
+ */
39311
+ ecobee_metadata?: ({
39312
+ /** Reference to the Ecobee climate, if applicable. */
39313
+ climate_ref: string;
39314
+ /** Indicates if the climate preset is optimized by Ecobee. */
39315
+ is_optimized: boolean;
39316
+ /** Indicates whether the climate preset is owned by the user or the system. */
39317
+ owner: 'user' | 'system';
39318
+ } | undefined) | undefined;
39099
39319
  } | undefined;
39100
39320
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
39101
39321
  available_climate_presets?: Array<{
@@ -39130,6 +39350,17 @@ export interface Routes {
39130
39350
  /** 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).
39131
39351
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
39132
39352
  manual_override_allowed: boolean;
39353
+ /**
39354
+ Metadata specific to the Ecobee climate, if applicable.
39355
+ */
39356
+ ecobee_metadata?: {
39357
+ /** Reference to the Ecobee climate, if applicable. */
39358
+ climate_ref: string;
39359
+ /** Indicates if the climate preset is optimized by Ecobee. */
39360
+ is_optimized: boolean;
39361
+ /** Indicates whether the climate preset is owned by the user or the system. */
39362
+ owner: 'user' | 'system';
39363
+ } | undefined;
39133
39364
  }> | undefined;
39134
39365
  /** 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. */
39135
39366
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -40186,6 +40417,17 @@ export interface Routes {
40186
40417
  /** 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).
40187
40418
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
40188
40419
  manual_override_allowed?: boolean | undefined;
40420
+ /**
40421
+ Metadata specific to the Ecobee climate, if applicable.
40422
+ */
40423
+ ecobee_metadata?: ({
40424
+ /** Reference to the Ecobee climate, if applicable. */
40425
+ climate_ref: string;
40426
+ /** Indicates if the climate preset is optimized by Ecobee. */
40427
+ is_optimized: boolean;
40428
+ /** Indicates whether the climate preset is owned by the user or the system. */
40429
+ owner: 'user' | 'system';
40430
+ } | undefined) | undefined;
40189
40431
  } | undefined;
40190
40432
  /**
40191
40433
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -40221,6 +40463,17 @@ export interface Routes {
40221
40463
  /** 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).
40222
40464
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
40223
40465
  manual_override_allowed?: boolean | undefined;
40466
+ /**
40467
+ Metadata specific to the Ecobee climate, if applicable.
40468
+ */
40469
+ ecobee_metadata?: ({
40470
+ /** Reference to the Ecobee climate, if applicable. */
40471
+ climate_ref: string;
40472
+ /** Indicates if the climate preset is optimized by Ecobee. */
40473
+ is_optimized: boolean;
40474
+ /** Indicates whether the climate preset is owned by the user or the system. */
40475
+ owner: 'user' | 'system';
40476
+ } | undefined) | undefined;
40224
40477
  } | undefined;
40225
40478
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
40226
40479
  available_climate_presets?: Array<{
@@ -40255,6 +40508,17 @@ export interface Routes {
40255
40508
  /** 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).
40256
40509
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
40257
40510
  manual_override_allowed: boolean;
40511
+ /**
40512
+ Metadata specific to the Ecobee climate, if applicable.
40513
+ */
40514
+ ecobee_metadata?: {
40515
+ /** Reference to the Ecobee climate, if applicable. */
40516
+ climate_ref: string;
40517
+ /** Indicates if the climate preset is optimized by Ecobee. */
40518
+ is_optimized: boolean;
40519
+ /** Indicates whether the climate preset is owned by the user or the system. */
40520
+ owner: 'user' | 'system';
40521
+ } | undefined;
40258
40522
  }> | undefined;
40259
40523
  /** 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. */
40260
40524
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -48499,6 +48763,17 @@ export interface Routes {
48499
48763
  cooling_set_point_fahrenheit?: number | undefined;
48500
48764
  /** 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). */
48501
48765
  heating_set_point_fahrenheit?: number | undefined;
48766
+ /**
48767
+ Metadata specific to the Ecobee climate, if applicable.
48768
+ */
48769
+ ecobee_metadata?: {
48770
+ /** Reference to the Ecobee climate, if applicable. */
48771
+ climate_ref: string;
48772
+ /** Indicates if the climate preset is optimized by Ecobee. */
48773
+ is_optimized: boolean;
48774
+ /** Indicates whether the climate preset is owned by the user or the system. */
48775
+ owner: 'user' | 'system';
48776
+ } | undefined;
48502
48777
  };
48503
48778
  commonParams: {};
48504
48779
  formData: {};
@@ -50484,6 +50759,17 @@ export interface Routes {
50484
50759
  /** 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).
50485
50760
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
50486
50761
  manual_override_allowed?: boolean | undefined;
50762
+ /**
50763
+ Metadata specific to the Ecobee climate, if applicable.
50764
+ */
50765
+ ecobee_metadata?: ({
50766
+ /** Reference to the Ecobee climate, if applicable. */
50767
+ climate_ref: string;
50768
+ /** Indicates if the climate preset is optimized by Ecobee. */
50769
+ is_optimized: boolean;
50770
+ /** Indicates whether the climate preset is owned by the user or the system. */
50771
+ owner: 'user' | 'system';
50772
+ } | undefined) | undefined;
50487
50773
  } | undefined;
50488
50774
  /**
50489
50775
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -50519,6 +50805,17 @@ export interface Routes {
50519
50805
  /** 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).
50520
50806
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
50521
50807
  manual_override_allowed?: boolean | undefined;
50808
+ /**
50809
+ Metadata specific to the Ecobee climate, if applicable.
50810
+ */
50811
+ ecobee_metadata?: ({
50812
+ /** Reference to the Ecobee climate, if applicable. */
50813
+ climate_ref: string;
50814
+ /** Indicates if the climate preset is optimized by Ecobee. */
50815
+ is_optimized: boolean;
50816
+ /** Indicates whether the climate preset is owned by the user or the system. */
50817
+ owner: 'user' | 'system';
50818
+ } | undefined) | undefined;
50522
50819
  } | undefined;
50523
50820
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
50524
50821
  available_climate_presets?: Array<{
@@ -50553,6 +50850,17 @@ export interface Routes {
50553
50850
  /** 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).
50554
50851
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
50555
50852
  manual_override_allowed: boolean;
50853
+ /**
50854
+ Metadata specific to the Ecobee climate, if applicable.
50855
+ */
50856
+ ecobee_metadata?: {
50857
+ /** Reference to the Ecobee climate, if applicable. */
50858
+ climate_ref: string;
50859
+ /** Indicates if the climate preset is optimized by Ecobee. */
50860
+ is_optimized: boolean;
50861
+ /** Indicates whether the climate preset is owned by the user or the system. */
50862
+ owner: 'user' | 'system';
50863
+ } | undefined;
50556
50864
  }> | undefined;
50557
50865
  /** 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. */
50558
50866
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -54188,6 +54496,17 @@ export interface Routes {
54188
54496
  /** 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).
54189
54497
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
54190
54498
  manual_override_allowed?: boolean | undefined;
54499
+ /**
54500
+ Metadata specific to the Ecobee climate, if applicable.
54501
+ */
54502
+ ecobee_metadata?: ({
54503
+ /** Reference to the Ecobee climate, if applicable. */
54504
+ climate_ref: string;
54505
+ /** Indicates if the climate preset is optimized by Ecobee. */
54506
+ is_optimized: boolean;
54507
+ /** Indicates whether the climate preset is owned by the user or the system. */
54508
+ owner: 'user' | 'system';
54509
+ } | undefined) | undefined;
54191
54510
  } | undefined;
54192
54511
  /**
54193
54512
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -54223,6 +54542,17 @@ export interface Routes {
54223
54542
  /** 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).
54224
54543
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
54225
54544
  manual_override_allowed?: boolean | undefined;
54545
+ /**
54546
+ Metadata specific to the Ecobee climate, if applicable.
54547
+ */
54548
+ ecobee_metadata?: ({
54549
+ /** Reference to the Ecobee climate, if applicable. */
54550
+ climate_ref: string;
54551
+ /** Indicates if the climate preset is optimized by Ecobee. */
54552
+ is_optimized: boolean;
54553
+ /** Indicates whether the climate preset is owned by the user or the system. */
54554
+ owner: 'user' | 'system';
54555
+ } | undefined) | undefined;
54226
54556
  } | undefined;
54227
54557
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
54228
54558
  available_climate_presets?: Array<{
@@ -54257,6 +54587,17 @@ export interface Routes {
54257
54587
  /** 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).
54258
54588
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
54259
54589
  manual_override_allowed: boolean;
54590
+ /**
54591
+ Metadata specific to the Ecobee climate, if applicable.
54592
+ */
54593
+ ecobee_metadata?: {
54594
+ /** Reference to the Ecobee climate, if applicable. */
54595
+ climate_ref: string;
54596
+ /** Indicates if the climate preset is optimized by Ecobee. */
54597
+ is_optimized: boolean;
54598
+ /** Indicates whether the climate preset is owned by the user or the system. */
54599
+ owner: 'user' | 'system';
54600
+ } | undefined;
54260
54601
  }> | undefined;
54261
54602
  /** 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. */
54262
54603
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -55313,6 +55654,17 @@ export interface Routes {
55313
55654
  /** 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).
55314
55655
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
55315
55656
  manual_override_allowed?: boolean | undefined;
55657
+ /**
55658
+ Metadata specific to the Ecobee climate, if applicable.
55659
+ */
55660
+ ecobee_metadata?: ({
55661
+ /** Reference to the Ecobee climate, if applicable. */
55662
+ climate_ref: string;
55663
+ /** Indicates if the climate preset is optimized by Ecobee. */
55664
+ is_optimized: boolean;
55665
+ /** Indicates whether the climate preset is owned by the user or the system. */
55666
+ owner: 'user' | 'system';
55667
+ } | undefined) | undefined;
55316
55668
  } | undefined;
55317
55669
  /**
55318
55670
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -55348,6 +55700,17 @@ export interface Routes {
55348
55700
  /** 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).
55349
55701
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
55350
55702
  manual_override_allowed?: boolean | undefined;
55703
+ /**
55704
+ Metadata specific to the Ecobee climate, if applicable.
55705
+ */
55706
+ ecobee_metadata?: ({
55707
+ /** Reference to the Ecobee climate, if applicable. */
55708
+ climate_ref: string;
55709
+ /** Indicates if the climate preset is optimized by Ecobee. */
55710
+ is_optimized: boolean;
55711
+ /** Indicates whether the climate preset is owned by the user or the system. */
55712
+ owner: 'user' | 'system';
55713
+ } | undefined) | undefined;
55351
55714
  } | undefined;
55352
55715
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
55353
55716
  available_climate_presets?: Array<{
@@ -55382,6 +55745,17 @@ export interface Routes {
55382
55745
  /** 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).
55383
55746
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
55384
55747
  manual_override_allowed: boolean;
55748
+ /**
55749
+ Metadata specific to the Ecobee climate, if applicable.
55750
+ */
55751
+ ecobee_metadata?: {
55752
+ /** Reference to the Ecobee climate, if applicable. */
55753
+ climate_ref: string;
55754
+ /** Indicates if the climate preset is optimized by Ecobee. */
55755
+ is_optimized: boolean;
55756
+ /** Indicates whether the climate preset is owned by the user or the system. */
55757
+ owner: 'user' | 'system';
55758
+ } | undefined;
55385
55759
  }> | undefined;
55386
55760
  /** 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. */
55387
55761
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -59924,6 +60298,17 @@ export interface Routes {
59924
60298
  /** 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).
59925
60299
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
59926
60300
  manual_override_allowed?: boolean | undefined;
60301
+ /**
60302
+ Metadata specific to the Ecobee climate, if applicable.
60303
+ */
60304
+ ecobee_metadata?: {
60305
+ /** Reference to the Ecobee climate, if applicable. */
60306
+ climate_ref: string;
60307
+ /** Indicates if the climate preset is optimized by Ecobee. */
60308
+ is_optimized: boolean;
60309
+ /** Indicates whether the climate preset is owned by the user or the system. */
60310
+ owner: 'user' | 'system';
60311
+ } | undefined;
59927
60312
  };
59928
60313
  commonParams: {};
59929
60314
  formData: {};
@@ -62847,6 +63232,17 @@ export interface Routes {
62847
63232
  /** 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).
62848
63233
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
62849
63234
  manual_override_allowed?: boolean | undefined;
63235
+ /**
63236
+ Metadata specific to the Ecobee climate, if applicable.
63237
+ */
63238
+ ecobee_metadata?: ({
63239
+ /** Reference to the Ecobee climate, if applicable. */
63240
+ climate_ref: string;
63241
+ /** Indicates if the climate preset is optimized by Ecobee. */
63242
+ is_optimized: boolean;
63243
+ /** Indicates whether the climate preset is owned by the user or the system. */
63244
+ owner: 'user' | 'system';
63245
+ } | undefined) | undefined;
62850
63246
  } | undefined;
62851
63247
  /**
62852
63248
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -62882,6 +63278,17 @@ export interface Routes {
62882
63278
  /** 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).
62883
63279
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
62884
63280
  manual_override_allowed?: boolean | undefined;
63281
+ /**
63282
+ Metadata specific to the Ecobee climate, if applicable.
63283
+ */
63284
+ ecobee_metadata?: ({
63285
+ /** Reference to the Ecobee climate, if applicable. */
63286
+ climate_ref: string;
63287
+ /** Indicates if the climate preset is optimized by Ecobee. */
63288
+ is_optimized: boolean;
63289
+ /** Indicates whether the climate preset is owned by the user or the system. */
63290
+ owner: 'user' | 'system';
63291
+ } | undefined) | undefined;
62885
63292
  } | undefined;
62886
63293
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
62887
63294
  available_climate_presets?: Array<{
@@ -62916,6 +63323,17 @@ export interface Routes {
62916
63323
  /** 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).
62917
63324
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
62918
63325
  manual_override_allowed: boolean;
63326
+ /**
63327
+ Metadata specific to the Ecobee climate, if applicable.
63328
+ */
63329
+ ecobee_metadata?: {
63330
+ /** Reference to the Ecobee climate, if applicable. */
63331
+ climate_ref: string;
63332
+ /** Indicates if the climate preset is optimized by Ecobee. */
63333
+ is_optimized: boolean;
63334
+ /** Indicates whether the climate preset is owned by the user or the system. */
63335
+ owner: 'user' | 'system';
63336
+ } | undefined;
62919
63337
  }> | undefined;
62920
63338
  /** 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. */
62921
63339
  fallback_climate_preset_key?: (string | null) | undefined;
@@ -63974,6 +64392,17 @@ export interface Routes {
63974
64392
  /** 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).
63975
64393
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
63976
64394
  manual_override_allowed?: boolean | undefined;
64395
+ /**
64396
+ Metadata specific to the Ecobee climate, if applicable.
64397
+ */
64398
+ ecobee_metadata?: ({
64399
+ /** Reference to the Ecobee climate, if applicable. */
64400
+ climate_ref: string;
64401
+ /** Indicates if the climate preset is optimized by Ecobee. */
64402
+ is_optimized: boolean;
64403
+ /** Indicates whether the climate preset is owned by the user or the system. */
64404
+ owner: 'user' | 'system';
64405
+ } | undefined) | undefined;
63977
64406
  } | undefined;
63978
64407
  /**
63979
64408
  * @deprecated use fallback_climate_preset_key to specify a fallback climate preset instead. */
@@ -64009,6 +64438,17 @@ export interface Routes {
64009
64438
  /** 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).
64010
64439
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
64011
64440
  manual_override_allowed?: boolean | undefined;
64441
+ /**
64442
+ Metadata specific to the Ecobee climate, if applicable.
64443
+ */
64444
+ ecobee_metadata?: ({
64445
+ /** Reference to the Ecobee climate, if applicable. */
64446
+ climate_ref: string;
64447
+ /** Indicates if the climate preset is optimized by Ecobee. */
64448
+ is_optimized: boolean;
64449
+ /** Indicates whether the climate preset is owned by the user or the system. */
64450
+ owner: 'user' | 'system';
64451
+ } | undefined) | undefined;
64012
64452
  } | undefined;
64013
64453
  /** Available [climate presets](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for the thermostat. */
64014
64454
  available_climate_presets?: Array<{
@@ -64043,6 +64483,17 @@ export interface Routes {
64043
64483
  /** 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).
64044
64484
  * @deprecated Use 'thermostat_schedule.is_override_allowed' */
64045
64485
  manual_override_allowed: boolean;
64486
+ /**
64487
+ Metadata specific to the Ecobee climate, if applicable.
64488
+ */
64489
+ ecobee_metadata?: {
64490
+ /** Reference to the Ecobee climate, if applicable. */
64491
+ climate_ref: string;
64492
+ /** Indicates if the climate preset is optimized by Ecobee. */
64493
+ is_optimized: boolean;
64494
+ /** Indicates whether the climate preset is owned by the user or the system. */
64495
+ owner: 'user' | 'system';
64496
+ } | undefined;
64046
64497
  }> | undefined;
64047
64498
  /** 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. */
64048
64499
  fallback_climate_preset_key?: (string | null) | undefined;