@seamapi/types 1.578.0 → 1.580.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
  });
@@ -11362,6 +11364,9 @@ export type Routes = {
11362
11364
  can_simulate_disconnection?: boolean | undefined;
11363
11365
  can_unlock_with_code?: boolean | undefined;
11364
11366
  can_run_thermostat_programs?: boolean | undefined;
11367
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
11368
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
11369
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
11365
11370
  can_simulate_hub_connection?: boolean | undefined;
11366
11371
  can_simulate_hub_disconnection?: boolean | undefined;
11367
11372
  can_simulate_paid_subscription?: boolean | undefined;
@@ -14242,6 +14247,8 @@ export type Routes = {
14242
14247
  } | undefined) | undefined;
14243
14248
  /** 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
14249
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
14250
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
14251
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
14245
14252
  /** 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
14253
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
14247
14254
  });
@@ -14543,6 +14550,9 @@ export type Routes = {
14543
14550
  can_simulate_disconnection?: boolean | undefined;
14544
14551
  can_unlock_with_code?: boolean | undefined;
14545
14552
  can_run_thermostat_programs?: boolean | undefined;
14553
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
14554
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
14555
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
14546
14556
  can_simulate_hub_connection?: boolean | undefined;
14547
14557
  can_simulate_hub_disconnection?: boolean | undefined;
14548
14558
  can_simulate_paid_subscription?: boolean | undefined;
@@ -17198,6 +17208,9 @@ export type Routes = {
17198
17208
  can_simulate_disconnection?: boolean | undefined;
17199
17209
  can_unlock_with_code?: boolean | undefined;
17200
17210
  can_run_thermostat_programs?: boolean | undefined;
17211
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
17212
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
17213
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
17201
17214
  can_simulate_hub_connection?: boolean | undefined;
17202
17215
  can_simulate_hub_disconnection?: boolean | undefined;
17203
17216
  can_simulate_paid_subscription?: boolean | undefined;
@@ -32736,6 +32749,8 @@ export type Routes = {
32736
32749
  } | undefined) | undefined;
32737
32750
  /** 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
32751
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
32752
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
32753
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
32739
32754
  /** 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
32755
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
32741
32756
  });
@@ -33037,6 +33052,9 @@ export type Routes = {
33037
33052
  can_simulate_disconnection?: boolean | undefined;
33038
33053
  can_unlock_with_code?: boolean | undefined;
33039
33054
  can_run_thermostat_programs?: boolean | undefined;
33055
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
33056
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
33057
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
33040
33058
  can_simulate_hub_connection?: boolean | undefined;
33041
33059
  can_simulate_hub_disconnection?: boolean | undefined;
33042
33060
  can_simulate_paid_subscription?: boolean | undefined;
@@ -33078,9 +33096,9 @@ export type Routes = {
33078
33096
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
33079
33097
  page_cursor?: (string | undefined) | null;
33080
33098
  /** */
33081
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
33099
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
33082
33100
  /** */
33083
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
33101
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
33084
33102
  /**
33085
33103
  * @deprecated Use `space_id`.*/
33086
33104
  unstable_location_id?: (string | null) | undefined;
@@ -33987,6 +34005,8 @@ export type Routes = {
33987
34005
  } | undefined) | undefined;
33988
34006
  /** 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
34007
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
34008
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
34009
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
33990
34010
  /** 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
34011
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
33992
34012
  });
@@ -34288,6 +34308,9 @@ export type Routes = {
34288
34308
  can_simulate_disconnection?: boolean | undefined;
34289
34309
  can_unlock_with_code?: boolean | undefined;
34290
34310
  can_run_thermostat_programs?: boolean | undefined;
34311
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
34312
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
34313
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
34291
34314
  can_simulate_hub_connection?: boolean | undefined;
34292
34315
  can_simulate_hub_disconnection?: boolean | undefined;
34293
34316
  can_simulate_paid_subscription?: boolean | undefined;
@@ -34332,6 +34355,9 @@ export type Routes = {
34332
34355
  can_simulate_disconnection?: boolean | undefined;
34333
34356
  can_unlock_with_code?: boolean | undefined;
34334
34357
  can_run_thermostat_programs?: boolean | undefined;
34358
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
34359
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
34360
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
34335
34361
  can_simulate_hub_connection?: boolean | undefined;
34336
34362
  can_simulate_hub_disconnection?: boolean | undefined;
34337
34363
  can_simulate_paid_subscription?: boolean | undefined;
@@ -34800,6 +34826,9 @@ export type Routes = {
34800
34826
  can_simulate_disconnection?: boolean | undefined;
34801
34827
  can_unlock_with_code?: boolean | undefined;
34802
34828
  can_run_thermostat_programs?: boolean | undefined;
34829
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
34830
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
34831
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
34803
34832
  can_simulate_hub_connection?: boolean | undefined;
34804
34833
  can_simulate_hub_disconnection?: boolean | undefined;
34805
34834
  can_simulate_paid_subscription?: boolean | undefined;
@@ -34839,9 +34868,9 @@ export type Routes = {
34839
34868
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
34840
34869
  page_cursor?: (string | undefined) | null;
34841
34870
  /** */
34842
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
34871
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
34843
34872
  /** */
34844
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
34873
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
34845
34874
  /**
34846
34875
  * @deprecated Use `space_id`.*/
34847
34876
  unstable_location_id?: (string | null) | undefined;
@@ -35230,6 +35259,9 @@ export type Routes = {
35230
35259
  can_simulate_disconnection?: boolean | undefined;
35231
35260
  can_unlock_with_code?: boolean | undefined;
35232
35261
  can_run_thermostat_programs?: boolean | undefined;
35262
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
35263
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
35264
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
35233
35265
  can_simulate_hub_connection?: boolean | undefined;
35234
35266
  can_simulate_hub_disconnection?: boolean | undefined;
35235
35267
  can_simulate_paid_subscription?: boolean | undefined;
@@ -40150,6 +40182,8 @@ export type Routes = {
40150
40182
  } | undefined) | undefined;
40151
40183
  /** 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
40184
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
40185
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
40186
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
40153
40187
  /** 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
40188
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
40155
40189
  });
@@ -40451,6 +40485,9 @@ export type Routes = {
40451
40485
  can_simulate_disconnection?: boolean | undefined;
40452
40486
  can_unlock_with_code?: boolean | undefined;
40453
40487
  can_run_thermostat_programs?: boolean | undefined;
40488
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
40489
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
40490
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
40454
40491
  can_simulate_hub_connection?: boolean | undefined;
40455
40492
  can_simulate_hub_disconnection?: boolean | undefined;
40456
40493
  can_simulate_paid_subscription?: boolean | undefined;
@@ -41352,6 +41389,8 @@ export type Routes = {
41352
41389
  } | undefined) | undefined;
41353
41390
  /** 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
41391
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
41392
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
41393
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
41355
41394
  /** 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
41395
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
41357
41396
  });
@@ -41653,6 +41692,9 @@ export type Routes = {
41653
41692
  can_simulate_disconnection?: boolean | undefined;
41654
41693
  can_unlock_with_code?: boolean | undefined;
41655
41694
  can_run_thermostat_programs?: boolean | undefined;
41695
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
41696
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
41697
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
41656
41698
  can_simulate_hub_connection?: boolean | undefined;
41657
41699
  can_simulate_hub_disconnection?: boolean | undefined;
41658
41700
  can_simulate_paid_subscription?: boolean | undefined;
@@ -41694,9 +41736,9 @@ export type Routes = {
41694
41736
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
41695
41737
  page_cursor?: (string | undefined) | null;
41696
41738
  /** */
41697
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
41739
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
41698
41740
  /** */
41699
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
41741
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
41700
41742
  /**
41701
41743
  * @deprecated Use `space_id`.*/
41702
41744
  unstable_location_id?: (string | null) | undefined;
@@ -42603,6 +42645,8 @@ export type Routes = {
42603
42645
  } | undefined) | undefined;
42604
42646
  /** 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
42647
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
42648
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
42649
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
42606
42650
  /** 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
42651
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
42608
42652
  });
@@ -42904,6 +42948,9 @@ export type Routes = {
42904
42948
  can_simulate_disconnection?: boolean | undefined;
42905
42949
  can_unlock_with_code?: boolean | undefined;
42906
42950
  can_run_thermostat_programs?: boolean | undefined;
42951
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
42952
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
42953
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
42907
42954
  can_simulate_hub_connection?: boolean | undefined;
42908
42955
  can_simulate_hub_disconnection?: boolean | undefined;
42909
42956
  can_simulate_paid_subscription?: boolean | undefined;
@@ -43804,6 +43851,8 @@ export type Routes = {
43804
43851
  } | undefined) | undefined;
43805
43852
  /** 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
43853
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
43854
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
43855
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
43807
43856
  /** 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
43857
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
43809
43858
  });
@@ -44105,6 +44154,9 @@ export type Routes = {
44105
44154
  can_simulate_disconnection?: boolean | undefined;
44106
44155
  can_unlock_with_code?: boolean | undefined;
44107
44156
  can_run_thermostat_programs?: boolean | undefined;
44157
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
44158
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
44159
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
44108
44160
  can_simulate_hub_connection?: boolean | undefined;
44109
44161
  can_simulate_hub_disconnection?: boolean | undefined;
44110
44162
  can_simulate_paid_subscription?: boolean | undefined;
@@ -49184,9 +49236,9 @@ export type Routes = {
49184
49236
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
49185
49237
  page_cursor?: (string | undefined) | null;
49186
49238
  /** */
49187
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
49239
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
49188
49240
  /** */
49189
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
49241
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
49190
49242
  /**
49191
49243
  * @deprecated Use `space_id`.*/
49192
49244
  unstable_location_id?: (string | null) | undefined;
@@ -50093,6 +50145,8 @@ export type Routes = {
50093
50145
  } | undefined) | undefined;
50094
50146
  /** 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
50147
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
50148
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
50149
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
50096
50150
  /** 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
50151
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
50098
50152
  });
@@ -50394,6 +50448,9 @@ export type Routes = {
50394
50448
  can_simulate_disconnection?: boolean | undefined;
50395
50449
  can_unlock_with_code?: boolean | undefined;
50396
50450
  can_run_thermostat_programs?: boolean | undefined;
50451
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
50452
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
50453
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
50397
50454
  can_simulate_hub_connection?: boolean | undefined;
50398
50455
  can_simulate_hub_disconnection?: boolean | undefined;
50399
50456
  can_simulate_paid_subscription?: boolean | undefined;
@@ -51294,6 +51351,8 @@ export type Routes = {
51294
51351
  } | undefined) | undefined;
51295
51352
  /** 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
51353
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
51354
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
51355
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
51297
51356
  /** 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
51357
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
51299
51358
  });
@@ -51595,6 +51654,9 @@ export type Routes = {
51595
51654
  can_simulate_disconnection?: boolean | undefined;
51596
51655
  can_unlock_with_code?: boolean | undefined;
51597
51656
  can_run_thermostat_programs?: boolean | undefined;
51657
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
51658
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
51659
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
51598
51660
  can_simulate_hub_connection?: boolean | undefined;
51599
51661
  can_simulate_hub_disconnection?: boolean | undefined;
51600
51662
  can_simulate_paid_subscription?: boolean | undefined;
@@ -60015,6 +60077,8 @@ export type Routes = {
60015
60077
  } | undefined) | undefined;
60016
60078
  /** 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
60079
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
60080
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
60081
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
60018
60082
  /** 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
60083
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
60020
60084
  });
@@ -60316,6 +60380,9 @@ export type Routes = {
60316
60380
  can_simulate_disconnection?: boolean | undefined;
60317
60381
  can_unlock_with_code?: boolean | undefined;
60318
60382
  can_run_thermostat_programs?: boolean | undefined;
60383
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
60384
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
60385
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
60319
60386
  can_simulate_hub_connection?: boolean | undefined;
60320
60387
  can_simulate_hub_disconnection?: boolean | undefined;
60321
60388
  can_simulate_paid_subscription?: boolean | undefined;
@@ -65606,6 +65673,8 @@ export type Routes = {
65606
65673
  } | undefined) | undefined;
65607
65674
  /** 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
65675
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
65676
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
65677
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
65609
65678
  /** 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
65679
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
65611
65680
  });
@@ -65907,6 +65976,9 @@ export type Routes = {
65907
65976
  can_simulate_disconnection?: boolean | undefined;
65908
65977
  can_unlock_with_code?: boolean | undefined;
65909
65978
  can_run_thermostat_programs?: boolean | undefined;
65979
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
65980
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
65981
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
65910
65982
  can_simulate_hub_connection?: boolean | undefined;
65911
65983
  can_simulate_hub_disconnection?: boolean | undefined;
65912
65984
  can_simulate_paid_subscription?: boolean | undefined;
@@ -68480,9 +68552,9 @@ export type Routes = {
68480
68552
  /** Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`. */
68481
68553
  page_cursor?: (string | undefined) | null;
68482
68554
  /** */
68483
- include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
68555
+ include_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
68484
68556
  /** */
68485
- exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
68557
+ exclude_if?: ('can_remotely_unlock' | 'can_remotely_lock' | 'can_program_offline_access_codes' | 'can_program_online_access_codes' | 'can_hvac_heat' | 'can_hvac_cool' | 'can_hvac_heat_cool' | 'can_turn_off_hvac' | 'can_simulate_removal' | 'can_simulate_connection' | 'can_simulate_disconnection' | 'can_unlock_with_code' | 'can_run_thermostat_programs' | 'can_program_thermostat_programs_as_weekday_weekend' | 'can_program_thermostat_programs_as_different_each_day' | 'can_program_thermostat_programs_as_same_each_day' | 'can_simulate_hub_connection' | 'can_simulate_hub_disconnection' | 'can_simulate_paid_subscription')[] | undefined;
68486
68558
  /**
68487
68559
  * @deprecated Use `space_id`.*/
68488
68560
  unstable_location_id?: (string | null) | undefined;
@@ -69389,6 +69461,8 @@ export type Routes = {
69389
69461
  } | undefined) | undefined;
69390
69462
  /** 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
69463
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
69464
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
69465
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
69392
69466
  /** 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
69467
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
69394
69468
  });
@@ -69690,6 +69764,9 @@ export type Routes = {
69690
69764
  can_simulate_disconnection?: boolean | undefined;
69691
69765
  can_unlock_with_code?: boolean | undefined;
69692
69766
  can_run_thermostat_programs?: boolean | undefined;
69767
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
69768
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
69769
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
69693
69770
  can_simulate_hub_connection?: boolean | undefined;
69694
69771
  can_simulate_hub_disconnection?: boolean | undefined;
69695
69772
  can_simulate_paid_subscription?: boolean | undefined;
@@ -70590,6 +70667,8 @@ export type Routes = {
70590
70667
  } | undefined) | undefined;
70591
70668
  /** 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
70669
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
70670
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
70671
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
70593
70672
  /** 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
70673
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
70595
70674
  });
@@ -70891,6 +70970,9 @@ export type Routes = {
70891
70970
  can_simulate_disconnection?: boolean | undefined;
70892
70971
  can_unlock_with_code?: boolean | undefined;
70893
70972
  can_run_thermostat_programs?: boolean | undefined;
70973
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
70974
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
70975
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
70894
70976
  can_simulate_hub_connection?: boolean | undefined;
70895
70977
  can_simulate_hub_disconnection?: boolean | undefined;
70896
70978
  can_simulate_paid_subscription?: boolean | undefined;
@@ -77734,6 +77816,8 @@ export type Routes = {
77734
77816
  } | undefined) | undefined;
77735
77817
  /** 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
77818
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
77819
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
77820
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
77737
77821
  /** 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
77822
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
77739
77823
  });
@@ -78035,6 +78119,9 @@ export type Routes = {
78035
78119
  can_simulate_disconnection?: boolean | undefined;
78036
78120
  can_unlock_with_code?: boolean | undefined;
78037
78121
  can_run_thermostat_programs?: boolean | undefined;
78122
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
78123
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
78124
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
78038
78125
  can_simulate_hub_connection?: boolean | undefined;
78039
78126
  can_simulate_hub_disconnection?: boolean | undefined;
78040
78127
  can_simulate_paid_subscription?: boolean | undefined;
@@ -78937,6 +79024,8 @@ export type Routes = {
78937
79024
  } | undefined) | undefined;
78938
79025
  /** 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
79026
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
79027
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
79028
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
78940
79029
  /** 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
79030
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
78942
79031
  });
@@ -79238,6 +79327,9 @@ export type Routes = {
79238
79327
  can_simulate_disconnection?: boolean | undefined;
79239
79328
  can_unlock_with_code?: boolean | undefined;
79240
79329
  can_run_thermostat_programs?: boolean | undefined;
79330
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
79331
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
79332
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
79241
79333
  can_simulate_hub_connection?: boolean | undefined;
79242
79334
  can_simulate_hub_disconnection?: boolean | undefined;
79243
79335
  can_simulate_paid_subscription?: boolean | undefined;
@@ -80910,6 +81002,8 @@ export type Routes = {
80910
81002
  } | undefined) | undefined;
80911
81003
  /** 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
81004
  thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
81005
+ /** Maximum number of climate presets that the thermostat can support for weekly programming. */
81006
+ max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
80913
81007
  /** 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
81008
  max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
80915
81009
  });
@@ -81211,6 +81305,9 @@ export type Routes = {
81211
81305
  can_simulate_disconnection?: boolean | undefined;
81212
81306
  can_unlock_with_code?: boolean | undefined;
81213
81307
  can_run_thermostat_programs?: boolean | undefined;
81308
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
81309
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
81310
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
81214
81311
  can_simulate_hub_connection?: boolean | undefined;
81215
81312
  can_simulate_hub_disconnection?: boolean | undefined;
81216
81313
  can_simulate_paid_subscription?: boolean | undefined;
@@ -83866,6 +83963,9 @@ export type Routes = {
83866
83963
  can_simulate_disconnection?: boolean | undefined;
83867
83964
  can_unlock_with_code?: boolean | undefined;
83868
83965
  can_run_thermostat_programs?: boolean | undefined;
83966
+ can_program_thermostat_programs_as_weekday_weekend?: boolean | undefined;
83967
+ can_program_thermostat_programs_as_different_each_day?: boolean | undefined;
83968
+ can_program_thermostat_programs_as_same_each_day?: boolean | undefined;
83869
83969
  can_simulate_hub_connection?: boolean | undefined;
83870
83970
  can_simulate_hub_disconnection?: boolean | undefined;
83871
83971
  can_simulate_paid_subscription?: boolean | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.578.0",
3
+ "version": "1.580.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
  ---
@@ -23,6 +23,9 @@ export const device_capability_flags = z
23
23
  can_simulate_disconnection: z.boolean(),
24
24
  can_unlock_with_code: z.boolean(),
25
25
  can_run_thermostat_programs: z.boolean(),
26
+ can_program_thermostat_programs_as_weekday_weekend: z.boolean(),
27
+ can_program_thermostat_programs_as_different_each_day: z.boolean(),
28
+ can_program_thermostat_programs_as_same_each_day: z.boolean(),
26
29
  can_simulate_hub_connection: z.boolean(),
27
30
  can_simulate_hub_disconnection: z.boolean(),
28
31
  can_simulate_paid_subscription: z.boolean(),