@seamapi/types 1.578.0 → 1.579.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.
@@ -11061,6 +11061,8 @@ export type Routes = {
11061
11061
  } | undefined) | undefined;
11062
11062
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
11063
11063
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
11064
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
11065
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
11064
11066
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
11065
11067
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
11066
11068
  });
@@ -14242,6 +14244,8 @@ export type Routes = {
14242
14244
  } | undefined) | undefined;
14243
14245
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
14244
14246
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
14247
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
14248
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
14245
14249
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
14246
14250
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
14247
14251
  });
@@ -32736,6 +32740,8 @@ export type Routes = {
32736
32740
  } | undefined) | undefined;
32737
32741
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
32738
32742
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
32743
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
32744
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
32739
32745
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
32740
32746
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
32741
32747
  });
@@ -33987,6 +33993,8 @@ export type Routes = {
33987
33993
  } | undefined) | undefined;
33988
33994
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
33989
33995
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
33996
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
33997
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
33990
33998
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
33991
33999
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
33992
34000
  });
@@ -40150,6 +40158,8 @@ export type Routes = {
40150
40158
  } | undefined) | undefined;
40151
40159
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
40152
40160
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
40161
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
40162
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
40153
40163
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
40154
40164
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
40155
40165
  });
@@ -41352,6 +41362,8 @@ export type Routes = {
41352
41362
  } | undefined) | undefined;
41353
41363
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
41354
41364
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
41365
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
41366
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
41355
41367
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
41356
41368
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
41357
41369
  });
@@ -42603,6 +42615,8 @@ export type Routes = {
42603
42615
  } | undefined) | undefined;
42604
42616
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
42605
42617
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
42618
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
42619
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
42606
42620
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
42607
42621
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
42608
42622
  });
@@ -43804,6 +43818,8 @@ export type Routes = {
43804
43818
  } | undefined) | undefined;
43805
43819
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
43806
43820
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
43821
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
43822
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
43807
43823
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
43808
43824
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
43809
43825
  });
@@ -50093,6 +50109,8 @@ export type Routes = {
50093
50109
  } | undefined) | undefined;
50094
50110
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
50095
50111
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
50112
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
50113
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
50096
50114
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
50097
50115
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
50098
50116
  });
@@ -51294,6 +51312,8 @@ export type Routes = {
51294
51312
  } | undefined) | undefined;
51295
51313
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
51296
51314
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
51315
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
51316
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
51297
51317
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
51298
51318
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
51299
51319
  });
@@ -60015,6 +60035,8 @@ export type Routes = {
60015
60035
  } | undefined) | undefined;
60016
60036
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
60017
60037
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
60038
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
60039
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
60018
60040
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
60019
60041
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
60020
60042
  });
@@ -65606,6 +65628,8 @@ export type Routes = {
65606
65628
  } | undefined) | undefined;
65607
65629
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
65608
65630
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
65631
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
65632
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
65609
65633
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
65610
65634
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
65611
65635
  });
@@ -69389,6 +69413,8 @@ export type Routes = {
69389
69413
  } | undefined) | undefined;
69390
69414
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
69391
69415
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
69416
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
69417
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
69392
69418
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
69393
69419
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
69394
69420
  });
@@ -70590,6 +70616,8 @@ export type Routes = {
70590
70616
  } | undefined) | undefined;
70591
70617
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
70592
70618
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
70619
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
70620
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
70593
70621
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
70594
70622
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
70595
70623
  });
@@ -77734,6 +77762,8 @@ export type Routes = {
77734
77762
  } | undefined) | undefined;
77735
77763
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
77736
77764
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
77765
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
77766
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
77737
77767
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
77738
77768
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
77739
77769
  });
@@ -78937,6 +78967,8 @@ export type Routes = {
78937
78967
  } | undefined) | undefined;
78938
78968
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
78939
78969
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
78970
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
78971
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
78940
78972
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
78941
78973
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
78942
78974
  });
@@ -80910,6 +80942,8 @@ export type Routes = {
80910
80942
  } | undefined) | undefined;
80911
80943
  /** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
80912
80944
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
80945
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
80946
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
80913
80947
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
80914
80948
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
80915
80949
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.578.0",
3
+ "version": "1.579.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -227,6 +227,14 @@ export const thermostat_capability_properties = z
227
227
  ---
228
228
  Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour.
229
229
  `),
230
+ max_unique_climate_presets_per_thermostat_weekly_program: z
231
+ .number()
232
+ .optional().describe(`
233
+ ---
234
+ property_group_key: thermostats
235
+ ---
236
+ Maximum number of climate presets that the thermostat can support for weekly programming.
237
+ `),
230
238
  max_thermostat_daily_program_periods_per_day: z.number().optional()
231
239
  .describe(`
232
240
  ---
@@ -12311,6 +12311,14 @@ export default {
12311
12311
  type: 'number',
12312
12312
  'x-property-group-key': 'thermostats',
12313
12313
  },
12314
+ max_unique_climate_presets_per_thermostat_weekly_program:
12315
+ {
12316
+ description:
12317
+ 'Maximum number of climate presets that the thermostat can support for weekly programming.',
12318
+ format: 'float',
12319
+ type: 'number',
12320
+ 'x-property-group-key': 'thermostats',
12321
+ },
12314
12322
  min_cooling_set_point_celsius: {
12315
12323
  description:
12316
12324
  'Minimum [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points#cooling-set-point) in °C.',
@@ -12625,6 +12625,10 @@ export type Routes = {
12625
12625
  thermostat_daily_program_period_precision_minutes?:
12626
12626
  | (number | undefined)
12627
12627
  | undefined
12628
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
12629
+ max_unique_climate_presets_per_thermostat_weekly_program?:
12630
+ | (number | undefined)
12631
+ | undefined
12628
12632
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
12629
12633
  max_thermostat_daily_program_periods_per_day?:
12630
12634
  | (number | undefined)
@@ -16469,6 +16473,10 @@ export type Routes = {
16469
16473
  thermostat_daily_program_period_precision_minutes?:
16470
16474
  | (number | undefined)
16471
16475
  | undefined
16476
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
16477
+ max_unique_climate_presets_per_thermostat_weekly_program?:
16478
+ | (number | undefined)
16479
+ | undefined
16472
16480
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
16473
16481
  max_thermostat_daily_program_periods_per_day?:
16474
16482
  | (number | undefined)
@@ -38152,6 +38160,10 @@ export type Routes = {
38152
38160
  thermostat_daily_program_period_precision_minutes?:
38153
38161
  | (number | undefined)
38154
38162
  | undefined
38163
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
38164
+ max_unique_climate_presets_per_thermostat_weekly_program?:
38165
+ | (number | undefined)
38166
+ | undefined
38155
38167
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
38156
38168
  max_thermostat_daily_program_periods_per_day?:
38157
38169
  | (number | undefined)
@@ -39875,6 +39887,10 @@ export type Routes = {
39875
39887
  thermostat_daily_program_period_precision_minutes?:
39876
39888
  | (number | undefined)
39877
39889
  | undefined
39890
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
39891
+ max_unique_climate_presets_per_thermostat_weekly_program?:
39892
+ | (number | undefined)
39893
+ | undefined
39878
39894
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
39879
39895
  max_thermostat_daily_program_periods_per_day?:
39880
39896
  | (number | undefined)
@@ -47616,6 +47632,10 @@ export type Routes = {
47616
47632
  thermostat_daily_program_period_precision_minutes?:
47617
47633
  | (number | undefined)
47618
47634
  | undefined
47635
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
47636
+ max_unique_climate_presets_per_thermostat_weekly_program?:
47637
+ | (number | undefined)
47638
+ | undefined
47619
47639
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
47620
47640
  max_thermostat_daily_program_periods_per_day?:
47621
47641
  | (number | undefined)
@@ -49121,6 +49141,10 @@ export type Routes = {
49121
49141
  thermostat_daily_program_period_precision_minutes?:
49122
49142
  | (number | undefined)
49123
49143
  | undefined
49144
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
49145
+ max_unique_climate_presets_per_thermostat_weekly_program?:
49146
+ | (number | undefined)
49147
+ | undefined
49124
49148
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
49125
49149
  max_thermostat_daily_program_periods_per_day?:
49126
49150
  | (number | undefined)
@@ -50806,6 +50830,10 @@ export type Routes = {
50806
50830
  thermostat_daily_program_period_precision_minutes?:
50807
50831
  | (number | undefined)
50808
50832
  | undefined
50833
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
50834
+ max_unique_climate_presets_per_thermostat_weekly_program?:
50835
+ | (number | undefined)
50836
+ | undefined
50809
50837
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
50810
50838
  max_thermostat_daily_program_periods_per_day?:
50811
50839
  | (number | undefined)
@@ -52310,6 +52338,10 @@ export type Routes = {
52310
52338
  thermostat_daily_program_period_precision_minutes?:
52311
52339
  | (number | undefined)
52312
52340
  | undefined
52341
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
52342
+ max_unique_climate_presets_per_thermostat_weekly_program?:
52343
+ | (number | undefined)
52344
+ | undefined
52313
52345
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
52314
52346
  max_thermostat_daily_program_periods_per_day?:
52315
52347
  | (number | undefined)
@@ -59698,6 +59730,10 @@ export type Routes = {
59698
59730
  thermostat_daily_program_period_precision_minutes?:
59699
59731
  | (number | undefined)
59700
59732
  | undefined
59733
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
59734
+ max_unique_climate_presets_per_thermostat_weekly_program?:
59735
+ | (number | undefined)
59736
+ | undefined
59701
59737
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
59702
59738
  max_thermostat_daily_program_periods_per_day?:
59703
59739
  | (number | undefined)
@@ -61202,6 +61238,10 @@ export type Routes = {
61202
61238
  thermostat_daily_program_period_precision_minutes?:
61203
61239
  | (number | undefined)
61204
61240
  | undefined
61241
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
61242
+ max_unique_climate_presets_per_thermostat_weekly_program?:
61243
+ | (number | undefined)
61244
+ | undefined
61205
61245
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
61206
61246
  max_thermostat_daily_program_periods_per_day?:
61207
61247
  | (number | undefined)
@@ -71563,6 +71603,10 @@ export type Routes = {
71563
71603
  thermostat_daily_program_period_precision_minutes?:
71564
71604
  | (number | undefined)
71565
71605
  | undefined
71606
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
71607
+ max_unique_climate_presets_per_thermostat_weekly_program?:
71608
+ | (number | undefined)
71609
+ | undefined
71566
71610
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
71567
71611
  max_thermostat_daily_program_periods_per_day?:
71568
71612
  | (number | undefined)
@@ -78134,6 +78178,10 @@ export type Routes = {
78134
78178
  thermostat_daily_program_period_precision_minutes?:
78135
78179
  | (number | undefined)
78136
78180
  | undefined
78181
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
78182
+ max_unique_climate_presets_per_thermostat_weekly_program?:
78183
+ | (number | undefined)
78184
+ | undefined
78137
78185
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
78138
78186
  max_thermostat_daily_program_periods_per_day?:
78139
78187
  | (number | undefined)
@@ -82665,6 +82713,10 @@ export type Routes = {
82665
82713
  thermostat_daily_program_period_precision_minutes?:
82666
82714
  | (number | undefined)
82667
82715
  | undefined
82716
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
82717
+ max_unique_climate_presets_per_thermostat_weekly_program?:
82718
+ | (number | undefined)
82719
+ | undefined
82668
82720
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
82669
82721
  max_thermostat_daily_program_periods_per_day?:
82670
82722
  | (number | undefined)
@@ -84169,6 +84221,10 @@ export type Routes = {
84169
84221
  thermostat_daily_program_period_precision_minutes?:
84170
84222
  | (number | undefined)
84171
84223
  | undefined
84224
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
84225
+ max_unique_climate_presets_per_thermostat_weekly_program?:
84226
+ | (number | undefined)
84227
+ | undefined
84172
84228
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
84173
84229
  max_thermostat_daily_program_periods_per_day?:
84174
84230
  | (number | undefined)
@@ -92424,6 +92480,10 @@ export type Routes = {
92424
92480
  thermostat_daily_program_period_precision_minutes?:
92425
92481
  | (number | undefined)
92426
92482
  | undefined
92483
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
92484
+ max_unique_climate_presets_per_thermostat_weekly_program?:
92485
+ | (number | undefined)
92486
+ | undefined
92427
92487
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
92428
92488
  max_thermostat_daily_program_periods_per_day?:
92429
92489
  | (number | undefined)
@@ -93930,6 +93990,10 @@ export type Routes = {
93930
93990
  thermostat_daily_program_period_precision_minutes?:
93931
93991
  | (number | undefined)
93932
93992
  | undefined
93993
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
93994
+ max_unique_climate_presets_per_thermostat_weekly_program?:
93995
+ | (number | undefined)
93996
+ | undefined
93933
93997
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
93934
93998
  max_thermostat_daily_program_periods_per_day?:
93935
93999
  | (number | undefined)
@@ -96316,6 +96380,10 @@ export type Routes = {
96316
96380
  thermostat_daily_program_period_precision_minutes?:
96317
96381
  | (number | undefined)
96318
96382
  | undefined
96383
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
96384
+ max_unique_climate_presets_per_thermostat_weekly_program?:
96385
+ | (number | undefined)
96386
+ | undefined
96319
96387
  /** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
96320
96388
  max_thermostat_daily_program_periods_per_day?:
96321
96389
  | (number | undefined)