@seamapi/types 1.580.0 → 1.581.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.
@@ -12086,7 +12086,7 @@ declare const batch: z.ZodObject<{
12086
12086
  climate_preset_key: z.ZodOptional<z.ZodString>;
12087
12087
  can_edit: z.ZodOptional<z.ZodBoolean>;
12088
12088
  can_delete: z.ZodOptional<z.ZodBoolean>;
12089
- can_program: z.ZodOptional<z.ZodBoolean>;
12089
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
12090
12090
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
12091
12091
  display_name: z.ZodOptional<z.ZodString>;
12092
12092
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -12114,7 +12114,7 @@ declare const batch: z.ZodObject<{
12114
12114
  climate_preset_key?: string | undefined;
12115
12115
  can_edit?: boolean | undefined;
12116
12116
  can_delete?: boolean | undefined;
12117
- can_program?: boolean | undefined;
12117
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12118
12118
  name?: string | null | undefined;
12119
12119
  display_name?: string | undefined;
12120
12120
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12134,7 +12134,7 @@ declare const batch: z.ZodObject<{
12134
12134
  climate_preset_key?: string | undefined;
12135
12135
  can_edit?: boolean | undefined;
12136
12136
  can_delete?: boolean | undefined;
12137
- can_program?: boolean | undefined;
12137
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12138
12138
  name?: string | null | undefined;
12139
12139
  display_name?: string | undefined;
12140
12140
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12155,7 +12155,7 @@ declare const batch: z.ZodObject<{
12155
12155
  climate_preset_key: z.ZodOptional<z.ZodString>;
12156
12156
  can_edit: z.ZodOptional<z.ZodBoolean>;
12157
12157
  can_delete: z.ZodOptional<z.ZodBoolean>;
12158
- can_program: z.ZodOptional<z.ZodBoolean>;
12158
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
12159
12159
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
12160
12160
  display_name: z.ZodOptional<z.ZodString>;
12161
12161
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -12183,7 +12183,7 @@ declare const batch: z.ZodObject<{
12183
12183
  climate_preset_key?: string | undefined;
12184
12184
  can_edit?: boolean | undefined;
12185
12185
  can_delete?: boolean | undefined;
12186
- can_program?: boolean | undefined;
12186
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12187
12187
  name?: string | null | undefined;
12188
12188
  display_name?: string | undefined;
12189
12189
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12203,7 +12203,7 @@ declare const batch: z.ZodObject<{
12203
12203
  climate_preset_key?: string | undefined;
12204
12204
  can_edit?: boolean | undefined;
12205
12205
  can_delete?: boolean | undefined;
12206
- can_program?: boolean | undefined;
12206
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12207
12207
  name?: string | null | undefined;
12208
12208
  display_name?: string | undefined;
12209
12209
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12224,7 +12224,7 @@ declare const batch: z.ZodObject<{
12224
12224
  climate_preset_key: z.ZodString;
12225
12225
  can_edit: z.ZodBoolean;
12226
12226
  can_delete: z.ZodBoolean;
12227
- can_program: z.ZodBoolean;
12227
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
12228
12228
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
12229
12229
  display_name: z.ZodString;
12230
12230
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -12252,7 +12252,7 @@ declare const batch: z.ZodObject<{
12252
12252
  climate_preset_key: string;
12253
12253
  can_edit: boolean;
12254
12254
  can_delete: boolean;
12255
- can_program: boolean;
12255
+ can_use_with_thermostat_daily_programs: boolean;
12256
12256
  display_name: string;
12257
12257
  manual_override_allowed: boolean;
12258
12258
  name?: string | null | undefined;
@@ -12272,7 +12272,7 @@ declare const batch: z.ZodObject<{
12272
12272
  climate_preset_key: string;
12273
12273
  can_edit: boolean;
12274
12274
  can_delete: boolean;
12275
- can_program: boolean;
12275
+ can_use_with_thermostat_daily_programs: boolean;
12276
12276
  display_name: string;
12277
12277
  manual_override_allowed: boolean;
12278
12278
  name?: string | null | undefined;
@@ -12453,7 +12453,7 @@ declare const batch: z.ZodObject<{
12453
12453
  climate_preset_key?: string | undefined;
12454
12454
  can_edit?: boolean | undefined;
12455
12455
  can_delete?: boolean | undefined;
12456
- can_program?: boolean | undefined;
12456
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12457
12457
  name?: string | null | undefined;
12458
12458
  display_name?: string | undefined;
12459
12459
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12474,7 +12474,7 @@ declare const batch: z.ZodObject<{
12474
12474
  climate_preset_key?: string | undefined;
12475
12475
  can_edit?: boolean | undefined;
12476
12476
  can_delete?: boolean | undefined;
12477
- can_program?: boolean | undefined;
12477
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12478
12478
  name?: string | null | undefined;
12479
12479
  display_name?: string | undefined;
12480
12480
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12495,7 +12495,7 @@ declare const batch: z.ZodObject<{
12495
12495
  climate_preset_key: string;
12496
12496
  can_edit: boolean;
12497
12497
  can_delete: boolean;
12498
- can_program: boolean;
12498
+ can_use_with_thermostat_daily_programs: boolean;
12499
12499
  display_name: string;
12500
12500
  manual_override_allowed: boolean;
12501
12501
  name?: string | null | undefined;
@@ -12586,7 +12586,7 @@ declare const batch: z.ZodObject<{
12586
12586
  climate_preset_key?: string | undefined;
12587
12587
  can_edit?: boolean | undefined;
12588
12588
  can_delete?: boolean | undefined;
12589
- can_program?: boolean | undefined;
12589
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12590
12590
  name?: string | null | undefined;
12591
12591
  display_name?: string | undefined;
12592
12592
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12607,7 +12607,7 @@ declare const batch: z.ZodObject<{
12607
12607
  climate_preset_key?: string | undefined;
12608
12608
  can_edit?: boolean | undefined;
12609
12609
  can_delete?: boolean | undefined;
12610
- can_program?: boolean | undefined;
12610
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
12611
12611
  name?: string | null | undefined;
12612
12612
  display_name?: string | undefined;
12613
12613
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -12628,7 +12628,7 @@ declare const batch: z.ZodObject<{
12628
12628
  climate_preset_key: string;
12629
12629
  can_edit: boolean;
12630
12630
  can_delete: boolean;
12631
- can_program: boolean;
12631
+ can_use_with_thermostat_daily_programs: boolean;
12632
12632
  display_name: string;
12633
12633
  manual_override_allowed: boolean;
12634
12634
  name?: string | null | undefined;
@@ -13813,7 +13813,7 @@ declare const batch: z.ZodObject<{
13813
13813
  climate_preset_key?: string | undefined;
13814
13814
  can_edit?: boolean | undefined;
13815
13815
  can_delete?: boolean | undefined;
13816
- can_program?: boolean | undefined;
13816
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
13817
13817
  name?: string | null | undefined;
13818
13818
  display_name?: string | undefined;
13819
13819
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -13834,7 +13834,7 @@ declare const batch: z.ZodObject<{
13834
13834
  climate_preset_key?: string | undefined;
13835
13835
  can_edit?: boolean | undefined;
13836
13836
  can_delete?: boolean | undefined;
13837
- can_program?: boolean | undefined;
13837
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
13838
13838
  name?: string | null | undefined;
13839
13839
  display_name?: string | undefined;
13840
13840
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -13855,7 +13855,7 @@ declare const batch: z.ZodObject<{
13855
13855
  climate_preset_key: string;
13856
13856
  can_edit: boolean;
13857
13857
  can_delete: boolean;
13858
- can_program: boolean;
13858
+ can_use_with_thermostat_daily_programs: boolean;
13859
13859
  display_name: string;
13860
13860
  manual_override_allowed: boolean;
13861
13861
  name?: string | null | undefined;
@@ -14472,7 +14472,7 @@ declare const batch: z.ZodObject<{
14472
14472
  climate_preset_key?: string | undefined;
14473
14473
  can_edit?: boolean | undefined;
14474
14474
  can_delete?: boolean | undefined;
14475
- can_program?: boolean | undefined;
14475
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
14476
14476
  name?: string | null | undefined;
14477
14477
  display_name?: string | undefined;
14478
14478
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -14493,7 +14493,7 @@ declare const batch: z.ZodObject<{
14493
14493
  climate_preset_key?: string | undefined;
14494
14494
  can_edit?: boolean | undefined;
14495
14495
  can_delete?: boolean | undefined;
14496
- can_program?: boolean | undefined;
14496
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
14497
14497
  name?: string | null | undefined;
14498
14498
  display_name?: string | undefined;
14499
14499
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -14514,7 +14514,7 @@ declare const batch: z.ZodObject<{
14514
14514
  climate_preset_key: string;
14515
14515
  can_edit: boolean;
14516
14516
  can_delete: boolean;
14517
- can_program: boolean;
14517
+ can_use_with_thermostat_daily_programs: boolean;
14518
14518
  display_name: string;
14519
14519
  manual_override_allowed: boolean;
14520
14520
  name?: string | null | undefined;
@@ -22695,7 +22695,7 @@ declare const batch: z.ZodObject<{
22695
22695
  climate_preset_key: z.ZodOptional<z.ZodString>;
22696
22696
  can_edit: z.ZodOptional<z.ZodBoolean>;
22697
22697
  can_delete: z.ZodOptional<z.ZodBoolean>;
22698
- can_program: z.ZodOptional<z.ZodBoolean>;
22698
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
22699
22699
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
22700
22700
  display_name: z.ZodOptional<z.ZodString>;
22701
22701
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -22723,7 +22723,7 @@ declare const batch: z.ZodObject<{
22723
22723
  climate_preset_key?: string | undefined;
22724
22724
  can_edit?: boolean | undefined;
22725
22725
  can_delete?: boolean | undefined;
22726
- can_program?: boolean | undefined;
22726
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22727
22727
  name?: string | null | undefined;
22728
22728
  display_name?: string | undefined;
22729
22729
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22743,7 +22743,7 @@ declare const batch: z.ZodObject<{
22743
22743
  climate_preset_key?: string | undefined;
22744
22744
  can_edit?: boolean | undefined;
22745
22745
  can_delete?: boolean | undefined;
22746
- can_program?: boolean | undefined;
22746
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22747
22747
  name?: string | null | undefined;
22748
22748
  display_name?: string | undefined;
22749
22749
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22764,7 +22764,7 @@ declare const batch: z.ZodObject<{
22764
22764
  climate_preset_key: z.ZodOptional<z.ZodString>;
22765
22765
  can_edit: z.ZodOptional<z.ZodBoolean>;
22766
22766
  can_delete: z.ZodOptional<z.ZodBoolean>;
22767
- can_program: z.ZodOptional<z.ZodBoolean>;
22767
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
22768
22768
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
22769
22769
  display_name: z.ZodOptional<z.ZodString>;
22770
22770
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -22792,7 +22792,7 @@ declare const batch: z.ZodObject<{
22792
22792
  climate_preset_key?: string | undefined;
22793
22793
  can_edit?: boolean | undefined;
22794
22794
  can_delete?: boolean | undefined;
22795
- can_program?: boolean | undefined;
22795
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22796
22796
  name?: string | null | undefined;
22797
22797
  display_name?: string | undefined;
22798
22798
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22812,7 +22812,7 @@ declare const batch: z.ZodObject<{
22812
22812
  climate_preset_key?: string | undefined;
22813
22813
  can_edit?: boolean | undefined;
22814
22814
  can_delete?: boolean | undefined;
22815
- can_program?: boolean | undefined;
22815
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
22816
22816
  name?: string | null | undefined;
22817
22817
  display_name?: string | undefined;
22818
22818
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -22833,7 +22833,7 @@ declare const batch: z.ZodObject<{
22833
22833
  climate_preset_key: z.ZodString;
22834
22834
  can_edit: z.ZodBoolean;
22835
22835
  can_delete: z.ZodBoolean;
22836
- can_program: z.ZodBoolean;
22836
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
22837
22837
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
22838
22838
  display_name: z.ZodString;
22839
22839
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -22861,7 +22861,7 @@ declare const batch: z.ZodObject<{
22861
22861
  climate_preset_key: string;
22862
22862
  can_edit: boolean;
22863
22863
  can_delete: boolean;
22864
- can_program: boolean;
22864
+ can_use_with_thermostat_daily_programs: boolean;
22865
22865
  display_name: string;
22866
22866
  manual_override_allowed: boolean;
22867
22867
  name?: string | null | undefined;
@@ -22881,7 +22881,7 @@ declare const batch: z.ZodObject<{
22881
22881
  climate_preset_key: string;
22882
22882
  can_edit: boolean;
22883
22883
  can_delete: boolean;
22884
- can_program: boolean;
22884
+ can_use_with_thermostat_daily_programs: boolean;
22885
22885
  display_name: string;
22886
22886
  manual_override_allowed: boolean;
22887
22887
  name?: string | null | undefined;
@@ -23062,7 +23062,7 @@ declare const batch: z.ZodObject<{
23062
23062
  climate_preset_key?: string | undefined;
23063
23063
  can_edit?: boolean | undefined;
23064
23064
  can_delete?: boolean | undefined;
23065
- can_program?: boolean | undefined;
23065
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23066
23066
  name?: string | null | undefined;
23067
23067
  display_name?: string | undefined;
23068
23068
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23083,7 +23083,7 @@ declare const batch: z.ZodObject<{
23083
23083
  climate_preset_key?: string | undefined;
23084
23084
  can_edit?: boolean | undefined;
23085
23085
  can_delete?: boolean | undefined;
23086
- can_program?: boolean | undefined;
23086
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23087
23087
  name?: string | null | undefined;
23088
23088
  display_name?: string | undefined;
23089
23089
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23104,7 +23104,7 @@ declare const batch: z.ZodObject<{
23104
23104
  climate_preset_key: string;
23105
23105
  can_edit: boolean;
23106
23106
  can_delete: boolean;
23107
- can_program: boolean;
23107
+ can_use_with_thermostat_daily_programs: boolean;
23108
23108
  display_name: string;
23109
23109
  manual_override_allowed: boolean;
23110
23110
  name?: string | null | undefined;
@@ -23195,7 +23195,7 @@ declare const batch: z.ZodObject<{
23195
23195
  climate_preset_key?: string | undefined;
23196
23196
  can_edit?: boolean | undefined;
23197
23197
  can_delete?: boolean | undefined;
23198
- can_program?: boolean | undefined;
23198
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23199
23199
  name?: string | null | undefined;
23200
23200
  display_name?: string | undefined;
23201
23201
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23216,7 +23216,7 @@ declare const batch: z.ZodObject<{
23216
23216
  climate_preset_key?: string | undefined;
23217
23217
  can_edit?: boolean | undefined;
23218
23218
  can_delete?: boolean | undefined;
23219
- can_program?: boolean | undefined;
23219
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
23220
23220
  name?: string | null | undefined;
23221
23221
  display_name?: string | undefined;
23222
23222
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -23237,7 +23237,7 @@ declare const batch: z.ZodObject<{
23237
23237
  climate_preset_key: string;
23238
23238
  can_edit: boolean;
23239
23239
  can_delete: boolean;
23240
- can_program: boolean;
23240
+ can_use_with_thermostat_daily_programs: boolean;
23241
23241
  display_name: string;
23242
23242
  manual_override_allowed: boolean;
23243
23243
  name?: string | null | undefined;
@@ -27440,7 +27440,7 @@ declare const batch: z.ZodObject<{
27440
27440
  climate_preset_key: z.ZodOptional<z.ZodString>;
27441
27441
  can_edit: z.ZodOptional<z.ZodBoolean>;
27442
27442
  can_delete: z.ZodOptional<z.ZodBoolean>;
27443
- can_program: z.ZodOptional<z.ZodBoolean>;
27443
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
27444
27444
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
27445
27445
  display_name: z.ZodOptional<z.ZodString>;
27446
27446
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -31526,7 +31526,7 @@ declare const batch: z.ZodObject<{
31526
31526
  climate_preset_key?: string | undefined;
31527
31527
  can_edit?: boolean | undefined;
31528
31528
  can_delete?: boolean | undefined;
31529
- can_program?: boolean | undefined;
31529
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
31530
31530
  name?: string | null | undefined;
31531
31531
  display_name?: string | undefined;
31532
31532
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -31547,7 +31547,7 @@ declare const batch: z.ZodObject<{
31547
31547
  climate_preset_key?: string | undefined;
31548
31548
  can_edit?: boolean | undefined;
31549
31549
  can_delete?: boolean | undefined;
31550
- can_program?: boolean | undefined;
31550
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
31551
31551
  name?: string | null | undefined;
31552
31552
  display_name?: string | undefined;
31553
31553
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -31568,7 +31568,7 @@ declare const batch: z.ZodObject<{
31568
31568
  climate_preset_key: string;
31569
31569
  can_edit: boolean;
31570
31570
  can_delete: boolean;
31571
- can_program: boolean;
31571
+ can_use_with_thermostat_daily_programs: boolean;
31572
31572
  display_name: string;
31573
31573
  manual_override_allowed: boolean;
31574
31574
  name?: string | null | undefined;
@@ -35433,7 +35433,7 @@ declare const batch: z.ZodObject<{
35433
35433
  climate_preset_key?: string | undefined;
35434
35434
  can_edit?: boolean | undefined;
35435
35435
  can_delete?: boolean | undefined;
35436
- can_program?: boolean | undefined;
35436
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
35437
35437
  name?: string | null | undefined;
35438
35438
  display_name?: string | undefined;
35439
35439
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -35454,7 +35454,7 @@ declare const batch: z.ZodObject<{
35454
35454
  climate_preset_key?: string | undefined;
35455
35455
  can_edit?: boolean | undefined;
35456
35456
  can_delete?: boolean | undefined;
35457
- can_program?: boolean | undefined;
35457
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
35458
35458
  name?: string | null | undefined;
35459
35459
  display_name?: string | undefined;
35460
35460
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -35475,7 +35475,7 @@ declare const batch: z.ZodObject<{
35475
35475
  climate_preset_key: string;
35476
35476
  can_edit: boolean;
35477
35477
  can_delete: boolean;
35478
- can_program: boolean;
35478
+ can_use_with_thermostat_daily_programs: boolean;
35479
35479
  display_name: string;
35480
35480
  manual_override_allowed: boolean;
35481
35481
  name?: string | null | undefined;
@@ -41738,7 +41738,7 @@ declare const device: z.ZodObject<{
41738
41738
  climate_preset_key: z.ZodOptional<z.ZodString>;
41739
41739
  can_edit: z.ZodOptional<z.ZodBoolean>;
41740
41740
  can_delete: z.ZodOptional<z.ZodBoolean>;
41741
- can_program: z.ZodOptional<z.ZodBoolean>;
41741
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
41742
41742
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
41743
41743
  display_name: z.ZodOptional<z.ZodString>;
41744
41744
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -41766,7 +41766,7 @@ declare const device: z.ZodObject<{
41766
41766
  climate_preset_key?: string | undefined;
41767
41767
  can_edit?: boolean | undefined;
41768
41768
  can_delete?: boolean | undefined;
41769
- can_program?: boolean | undefined;
41769
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41770
41770
  name?: string | null | undefined;
41771
41771
  display_name?: string | undefined;
41772
41772
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41786,7 +41786,7 @@ declare const device: z.ZodObject<{
41786
41786
  climate_preset_key?: string | undefined;
41787
41787
  can_edit?: boolean | undefined;
41788
41788
  can_delete?: boolean | undefined;
41789
- can_program?: boolean | undefined;
41789
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41790
41790
  name?: string | null | undefined;
41791
41791
  display_name?: string | undefined;
41792
41792
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41807,7 +41807,7 @@ declare const device: z.ZodObject<{
41807
41807
  climate_preset_key: z.ZodOptional<z.ZodString>;
41808
41808
  can_edit: z.ZodOptional<z.ZodBoolean>;
41809
41809
  can_delete: z.ZodOptional<z.ZodBoolean>;
41810
- can_program: z.ZodOptional<z.ZodBoolean>;
41810
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
41811
41811
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
41812
41812
  display_name: z.ZodOptional<z.ZodString>;
41813
41813
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -41835,7 +41835,7 @@ declare const device: z.ZodObject<{
41835
41835
  climate_preset_key?: string | undefined;
41836
41836
  can_edit?: boolean | undefined;
41837
41837
  can_delete?: boolean | undefined;
41838
- can_program?: boolean | undefined;
41838
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41839
41839
  name?: string | null | undefined;
41840
41840
  display_name?: string | undefined;
41841
41841
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41855,7 +41855,7 @@ declare const device: z.ZodObject<{
41855
41855
  climate_preset_key?: string | undefined;
41856
41856
  can_edit?: boolean | undefined;
41857
41857
  can_delete?: boolean | undefined;
41858
- can_program?: boolean | undefined;
41858
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
41859
41859
  name?: string | null | undefined;
41860
41860
  display_name?: string | undefined;
41861
41861
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -41876,7 +41876,7 @@ declare const device: z.ZodObject<{
41876
41876
  climate_preset_key: z.ZodString;
41877
41877
  can_edit: z.ZodBoolean;
41878
41878
  can_delete: z.ZodBoolean;
41879
- can_program: z.ZodBoolean;
41879
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
41880
41880
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
41881
41881
  display_name: z.ZodString;
41882
41882
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -41904,7 +41904,7 @@ declare const device: z.ZodObject<{
41904
41904
  climate_preset_key: string;
41905
41905
  can_edit: boolean;
41906
41906
  can_delete: boolean;
41907
- can_program: boolean;
41907
+ can_use_with_thermostat_daily_programs: boolean;
41908
41908
  display_name: string;
41909
41909
  manual_override_allowed: boolean;
41910
41910
  name?: string | null | undefined;
@@ -41924,7 +41924,7 @@ declare const device: z.ZodObject<{
41924
41924
  climate_preset_key: string;
41925
41925
  can_edit: boolean;
41926
41926
  can_delete: boolean;
41927
- can_program: boolean;
41927
+ can_use_with_thermostat_daily_programs: boolean;
41928
41928
  display_name: string;
41929
41929
  manual_override_allowed: boolean;
41930
41930
  name?: string | null | undefined;
@@ -42105,7 +42105,7 @@ declare const device: z.ZodObject<{
42105
42105
  climate_preset_key?: string | undefined;
42106
42106
  can_edit?: boolean | undefined;
42107
42107
  can_delete?: boolean | undefined;
42108
- can_program?: boolean | undefined;
42108
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42109
42109
  name?: string | null | undefined;
42110
42110
  display_name?: string | undefined;
42111
42111
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42126,7 +42126,7 @@ declare const device: z.ZodObject<{
42126
42126
  climate_preset_key?: string | undefined;
42127
42127
  can_edit?: boolean | undefined;
42128
42128
  can_delete?: boolean | undefined;
42129
- can_program?: boolean | undefined;
42129
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42130
42130
  name?: string | null | undefined;
42131
42131
  display_name?: string | undefined;
42132
42132
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42147,7 +42147,7 @@ declare const device: z.ZodObject<{
42147
42147
  climate_preset_key: string;
42148
42148
  can_edit: boolean;
42149
42149
  can_delete: boolean;
42150
- can_program: boolean;
42150
+ can_use_with_thermostat_daily_programs: boolean;
42151
42151
  display_name: string;
42152
42152
  manual_override_allowed: boolean;
42153
42153
  name?: string | null | undefined;
@@ -42238,7 +42238,7 @@ declare const device: z.ZodObject<{
42238
42238
  climate_preset_key?: string | undefined;
42239
42239
  can_edit?: boolean | undefined;
42240
42240
  can_delete?: boolean | undefined;
42241
- can_program?: boolean | undefined;
42241
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42242
42242
  name?: string | null | undefined;
42243
42243
  display_name?: string | undefined;
42244
42244
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42259,7 +42259,7 @@ declare const device: z.ZodObject<{
42259
42259
  climate_preset_key?: string | undefined;
42260
42260
  can_edit?: boolean | undefined;
42261
42261
  can_delete?: boolean | undefined;
42262
- can_program?: boolean | undefined;
42262
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
42263
42263
  name?: string | null | undefined;
42264
42264
  display_name?: string | undefined;
42265
42265
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -42280,7 +42280,7 @@ declare const device: z.ZodObject<{
42280
42280
  climate_preset_key: string;
42281
42281
  can_edit: boolean;
42282
42282
  can_delete: boolean;
42283
- can_program: boolean;
42283
+ can_use_with_thermostat_daily_programs: boolean;
42284
42284
  display_name: string;
42285
42285
  manual_override_allowed: boolean;
42286
42286
  name?: string | null | undefined;
@@ -43465,7 +43465,7 @@ declare const device: z.ZodObject<{
43465
43465
  climate_preset_key?: string | undefined;
43466
43466
  can_edit?: boolean | undefined;
43467
43467
  can_delete?: boolean | undefined;
43468
- can_program?: boolean | undefined;
43468
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
43469
43469
  name?: string | null | undefined;
43470
43470
  display_name?: string | undefined;
43471
43471
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -43486,7 +43486,7 @@ declare const device: z.ZodObject<{
43486
43486
  climate_preset_key?: string | undefined;
43487
43487
  can_edit?: boolean | undefined;
43488
43488
  can_delete?: boolean | undefined;
43489
- can_program?: boolean | undefined;
43489
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
43490
43490
  name?: string | null | undefined;
43491
43491
  display_name?: string | undefined;
43492
43492
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -43507,7 +43507,7 @@ declare const device: z.ZodObject<{
43507
43507
  climate_preset_key: string;
43508
43508
  can_edit: boolean;
43509
43509
  can_delete: boolean;
43510
- can_program: boolean;
43510
+ can_use_with_thermostat_daily_programs: boolean;
43511
43511
  display_name: string;
43512
43512
  manual_override_allowed: boolean;
43513
43513
  name?: string | null | undefined;
@@ -44124,7 +44124,7 @@ declare const device: z.ZodObject<{
44124
44124
  climate_preset_key?: string | undefined;
44125
44125
  can_edit?: boolean | undefined;
44126
44126
  can_delete?: boolean | undefined;
44127
- can_program?: boolean | undefined;
44127
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
44128
44128
  name?: string | null | undefined;
44129
44129
  display_name?: string | undefined;
44130
44130
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -44145,7 +44145,7 @@ declare const device: z.ZodObject<{
44145
44145
  climate_preset_key?: string | undefined;
44146
44146
  can_edit?: boolean | undefined;
44147
44147
  can_delete?: boolean | undefined;
44148
- can_program?: boolean | undefined;
44148
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
44149
44149
  name?: string | null | undefined;
44150
44150
  display_name?: string | undefined;
44151
44151
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -44166,7 +44166,7 @@ declare const device: z.ZodObject<{
44166
44166
  climate_preset_key: string;
44167
44167
  can_edit: boolean;
44168
44168
  can_delete: boolean;
44169
- can_program: boolean;
44169
+ can_use_with_thermostat_daily_programs: boolean;
44170
44170
  display_name: string;
44171
44171
  manual_override_allowed: boolean;
44172
44172
  name?: string | null | undefined;
@@ -46024,7 +46024,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46024
46024
  climate_preset_key: z.ZodOptional<z.ZodString>;
46025
46025
  can_edit: z.ZodOptional<z.ZodBoolean>;
46026
46026
  can_delete: z.ZodOptional<z.ZodBoolean>;
46027
- can_program: z.ZodOptional<z.ZodBoolean>;
46027
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
46028
46028
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
46029
46029
  display_name: z.ZodOptional<z.ZodString>;
46030
46030
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -46052,7 +46052,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46052
46052
  climate_preset_key?: string | undefined;
46053
46053
  can_edit?: boolean | undefined;
46054
46054
  can_delete?: boolean | undefined;
46055
- can_program?: boolean | undefined;
46055
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46056
46056
  name?: string | null | undefined;
46057
46057
  display_name?: string | undefined;
46058
46058
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46072,7 +46072,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46072
46072
  climate_preset_key?: string | undefined;
46073
46073
  can_edit?: boolean | undefined;
46074
46074
  can_delete?: boolean | undefined;
46075
- can_program?: boolean | undefined;
46075
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46076
46076
  name?: string | null | undefined;
46077
46077
  display_name?: string | undefined;
46078
46078
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46093,7 +46093,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46093
46093
  climate_preset_key: z.ZodOptional<z.ZodString>;
46094
46094
  can_edit: z.ZodOptional<z.ZodBoolean>;
46095
46095
  can_delete: z.ZodOptional<z.ZodBoolean>;
46096
- can_program: z.ZodOptional<z.ZodBoolean>;
46096
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
46097
46097
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
46098
46098
  display_name: z.ZodOptional<z.ZodString>;
46099
46099
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -46121,7 +46121,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46121
46121
  climate_preset_key?: string | undefined;
46122
46122
  can_edit?: boolean | undefined;
46123
46123
  can_delete?: boolean | undefined;
46124
- can_program?: boolean | undefined;
46124
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46125
46125
  name?: string | null | undefined;
46126
46126
  display_name?: string | undefined;
46127
46127
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46141,7 +46141,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46141
46141
  climate_preset_key?: string | undefined;
46142
46142
  can_edit?: boolean | undefined;
46143
46143
  can_delete?: boolean | undefined;
46144
- can_program?: boolean | undefined;
46144
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46145
46145
  name?: string | null | undefined;
46146
46146
  display_name?: string | undefined;
46147
46147
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46162,7 +46162,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46162
46162
  climate_preset_key: z.ZodString;
46163
46163
  can_edit: z.ZodBoolean;
46164
46164
  can_delete: z.ZodBoolean;
46165
- can_program: z.ZodBoolean;
46165
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
46166
46166
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
46167
46167
  display_name: z.ZodString;
46168
46168
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -46190,7 +46190,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46190
46190
  climate_preset_key: string;
46191
46191
  can_edit: boolean;
46192
46192
  can_delete: boolean;
46193
- can_program: boolean;
46193
+ can_use_with_thermostat_daily_programs: boolean;
46194
46194
  display_name: string;
46195
46195
  manual_override_allowed: boolean;
46196
46196
  name?: string | null | undefined;
@@ -46210,7 +46210,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46210
46210
  climate_preset_key: string;
46211
46211
  can_edit: boolean;
46212
46212
  can_delete: boolean;
46213
- can_program: boolean;
46213
+ can_use_with_thermostat_daily_programs: boolean;
46214
46214
  display_name: string;
46215
46215
  manual_override_allowed: boolean;
46216
46216
  name?: string | null | undefined;
@@ -46391,7 +46391,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46391
46391
  climate_preset_key?: string | undefined;
46392
46392
  can_edit?: boolean | undefined;
46393
46393
  can_delete?: boolean | undefined;
46394
- can_program?: boolean | undefined;
46394
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46395
46395
  name?: string | null | undefined;
46396
46396
  display_name?: string | undefined;
46397
46397
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46412,7 +46412,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46412
46412
  climate_preset_key?: string | undefined;
46413
46413
  can_edit?: boolean | undefined;
46414
46414
  can_delete?: boolean | undefined;
46415
- can_program?: boolean | undefined;
46415
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46416
46416
  name?: string | null | undefined;
46417
46417
  display_name?: string | undefined;
46418
46418
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46433,7 +46433,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46433
46433
  climate_preset_key: string;
46434
46434
  can_edit: boolean;
46435
46435
  can_delete: boolean;
46436
- can_program: boolean;
46436
+ can_use_with_thermostat_daily_programs: boolean;
46437
46437
  display_name: string;
46438
46438
  manual_override_allowed: boolean;
46439
46439
  name?: string | null | undefined;
@@ -46524,7 +46524,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46524
46524
  climate_preset_key?: string | undefined;
46525
46525
  can_edit?: boolean | undefined;
46526
46526
  can_delete?: boolean | undefined;
46527
- can_program?: boolean | undefined;
46527
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46528
46528
  name?: string | null | undefined;
46529
46529
  display_name?: string | undefined;
46530
46530
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46545,7 +46545,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46545
46545
  climate_preset_key?: string | undefined;
46546
46546
  can_edit?: boolean | undefined;
46547
46547
  can_delete?: boolean | undefined;
46548
- can_program?: boolean | undefined;
46548
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
46549
46549
  name?: string | null | undefined;
46550
46550
  display_name?: string | undefined;
46551
46551
  climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
@@ -46566,7 +46566,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
46566
46566
  climate_preset_key: string;
46567
46567
  can_edit: boolean;
46568
46568
  can_delete: boolean;
46569
- can_program: boolean;
46569
+ can_use_with_thermostat_daily_programs: boolean;
46570
46570
  display_name: string;
46571
46571
  manual_override_allowed: boolean;
46572
46572
  name?: string | null | undefined;
@@ -50534,7 +50534,7 @@ declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObject<{
50534
50534
  climate_preset_key: z.ZodOptional<z.ZodString>;
50535
50535
  can_edit: z.ZodOptional<z.ZodBoolean>;
50536
50536
  can_delete: z.ZodOptional<z.ZodBoolean>;
50537
- can_program: z.ZodOptional<z.ZodBoolean>;
50537
+ can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
50538
50538
  name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
50539
50539
  display_name: z.ZodOptional<z.ZodString>;
50540
50540
  climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
@@ -51017,7 +51017,7 @@ declare const climate_preset: z.ZodObject<{
51017
51017
  climate_preset_key: z.ZodString;
51018
51018
  can_edit: z.ZodBoolean;
51019
51019
  can_delete: z.ZodBoolean;
51020
- can_program: z.ZodBoolean;
51020
+ can_use_with_thermostat_daily_programs: z.ZodBoolean;
51021
51021
  name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
51022
51022
  display_name: z.ZodString;
51023
51023
  climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
@@ -51045,7 +51045,7 @@ declare const climate_preset: z.ZodObject<{
51045
51045
  climate_preset_key: string;
51046
51046
  can_edit: boolean;
51047
51047
  can_delete: boolean;
51048
- can_program: boolean;
51048
+ can_use_with_thermostat_daily_programs: boolean;
51049
51049
  display_name: string;
51050
51050
  manual_override_allowed: boolean;
51051
51051
  name?: string | null | undefined;
@@ -51065,7 +51065,7 @@ declare const climate_preset: z.ZodObject<{
51065
51065
  climate_preset_key: string;
51066
51066
  can_edit: boolean;
51067
51067
  can_delete: boolean;
51068
- can_program: boolean;
51068
+ can_use_with_thermostat_daily_programs: boolean;
51069
51069
  display_name: string;
51070
51070
  manual_override_allowed: boolean;
51071
51071
  name?: string | null | undefined;
@@ -57713,7 +57713,7 @@ declare const _default: {
57713
57713
  description: string;
57714
57714
  type: string;
57715
57715
  };
57716
- can_program: {
57716
+ can_use_with_thermostat_daily_programs: {
57717
57717
  description: string;
57718
57718
  type: string;
57719
57719
  };
@@ -57828,7 +57828,7 @@ declare const _default: {
57828
57828
  description: string;
57829
57829
  type: string;
57830
57830
  };
57831
- can_program: {
57831
+ can_use_with_thermostat_daily_programs: {
57832
57832
  description: string;
57833
57833
  type: string;
57834
57834
  };
@@ -57922,7 +57922,7 @@ declare const _default: {
57922
57922
  description: string;
57923
57923
  type: string;
57924
57924
  };
57925
- can_program: {
57925
+ can_use_with_thermostat_daily_programs: {
57926
57926
  description: string;
57927
57927
  type: string;
57928
57928
  };
@@ -115213,7 +115213,7 @@ type Routes = {
115213
115213
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
115214
115214
  can_delete?: boolean | undefined;
115215
115215
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
115216
- can_program?: boolean | undefined;
115216
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
115217
115217
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
115218
115218
  name?: ((string | null) | undefined) | undefined;
115219
115219
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -115259,7 +115259,7 @@ type Routes = {
115259
115259
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
115260
115260
  can_delete?: boolean | undefined;
115261
115261
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
115262
- can_program?: boolean | undefined;
115262
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
115263
115263
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
115264
115264
  name?: ((string | null) | undefined) | undefined;
115265
115265
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -115304,7 +115304,7 @@ type Routes = {
115304
115304
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
115305
115305
  can_delete: boolean;
115306
115306
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
115307
- can_program: boolean;
115307
+ can_use_with_thermostat_daily_programs: boolean;
115308
115308
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
115309
115309
  name?: (string | null) | undefined;
115310
115310
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -118399,7 +118399,7 @@ type Routes = {
118399
118399
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
118400
118400
  can_delete?: boolean | undefined;
118401
118401
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
118402
- can_program?: boolean | undefined;
118402
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
118403
118403
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
118404
118404
  name?: ((string | null) | undefined) | undefined;
118405
118405
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -118445,7 +118445,7 @@ type Routes = {
118445
118445
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
118446
118446
  can_delete?: boolean | undefined;
118447
118447
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
118448
- can_program?: boolean | undefined;
118448
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
118449
118449
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
118450
118450
  name?: ((string | null) | undefined) | undefined;
118451
118451
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -118490,7 +118490,7 @@ type Routes = {
118490
118490
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
118491
118491
  can_delete: boolean;
118492
118492
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
118493
- can_program: boolean;
118493
+ can_use_with_thermostat_daily_programs: boolean;
118494
118494
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
118495
118495
  name?: (string | null) | undefined;
118496
118496
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -136901,7 +136901,7 @@ type Routes = {
136901
136901
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
136902
136902
  can_delete?: boolean | undefined;
136903
136903
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
136904
- can_program?: boolean | undefined;
136904
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
136905
136905
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
136906
136906
  name?: ((string | null) | undefined) | undefined;
136907
136907
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -136947,7 +136947,7 @@ type Routes = {
136947
136947
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
136948
136948
  can_delete?: boolean | undefined;
136949
136949
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
136950
- can_program?: boolean | undefined;
136950
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
136951
136951
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
136952
136952
  name?: ((string | null) | undefined) | undefined;
136953
136953
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -136992,7 +136992,7 @@ type Routes = {
136992
136992
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
136993
136993
  can_delete: boolean;
136994
136994
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
136995
- can_program: boolean;
136995
+ can_use_with_thermostat_daily_programs: boolean;
136996
136996
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
136997
136997
  name?: (string | null) | undefined;
136998
136998
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -138157,7 +138157,7 @@ type Routes = {
138157
138157
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
138158
138158
  can_delete?: boolean | undefined;
138159
138159
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
138160
- can_program?: boolean | undefined;
138160
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
138161
138161
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
138162
138162
  name?: ((string | null) | undefined) | undefined;
138163
138163
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -138203,7 +138203,7 @@ type Routes = {
138203
138203
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
138204
138204
  can_delete?: boolean | undefined;
138205
138205
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
138206
- can_program?: boolean | undefined;
138206
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
138207
138207
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
138208
138208
  name?: ((string | null) | undefined) | undefined;
138209
138209
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -138248,7 +138248,7 @@ type Routes = {
138248
138248
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
138249
138249
  can_delete: boolean;
138250
138250
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
138251
- can_program: boolean;
138251
+ can_use_with_thermostat_daily_programs: boolean;
138252
138252
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
138253
138253
  name?: (string | null) | undefined;
138254
138254
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -144334,7 +144334,7 @@ type Routes = {
144334
144334
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
144335
144335
  can_delete?: boolean | undefined;
144336
144336
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
144337
- can_program?: boolean | undefined;
144337
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
144338
144338
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
144339
144339
  name?: ((string | null) | undefined) | undefined;
144340
144340
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -144380,7 +144380,7 @@ type Routes = {
144380
144380
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
144381
144381
  can_delete?: boolean | undefined;
144382
144382
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
144383
- can_program?: boolean | undefined;
144383
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
144384
144384
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
144385
144385
  name?: ((string | null) | undefined) | undefined;
144386
144386
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -144425,7 +144425,7 @@ type Routes = {
144425
144425
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
144426
144426
  can_delete: boolean;
144427
144427
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
144428
- can_program: boolean;
144428
+ can_use_with_thermostat_daily_programs: boolean;
144429
144429
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
144430
144430
  name?: (string | null) | undefined;
144431
144431
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -145541,7 +145541,7 @@ type Routes = {
145541
145541
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
145542
145542
  can_delete?: boolean | undefined;
145543
145543
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
145544
- can_program?: boolean | undefined;
145544
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
145545
145545
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
145546
145546
  name?: ((string | null) | undefined) | undefined;
145547
145547
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -145587,7 +145587,7 @@ type Routes = {
145587
145587
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
145588
145588
  can_delete?: boolean | undefined;
145589
145589
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
145590
- can_program?: boolean | undefined;
145590
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
145591
145591
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
145592
145592
  name?: ((string | null) | undefined) | undefined;
145593
145593
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -145632,7 +145632,7 @@ type Routes = {
145632
145632
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
145633
145633
  can_delete: boolean;
145634
145634
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
145635
- can_program: boolean;
145635
+ can_use_with_thermostat_daily_programs: boolean;
145636
145636
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
145637
145637
  name?: (string | null) | undefined;
145638
145638
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -146797,7 +146797,7 @@ type Routes = {
146797
146797
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
146798
146798
  can_delete?: boolean | undefined;
146799
146799
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
146800
- can_program?: boolean | undefined;
146800
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
146801
146801
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
146802
146802
  name?: ((string | null) | undefined) | undefined;
146803
146803
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -146843,7 +146843,7 @@ type Routes = {
146843
146843
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
146844
146844
  can_delete?: boolean | undefined;
146845
146845
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
146846
- can_program?: boolean | undefined;
146846
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
146847
146847
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
146848
146848
  name?: ((string | null) | undefined) | undefined;
146849
146849
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -146888,7 +146888,7 @@ type Routes = {
146888
146888
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
146889
146889
  can_delete: boolean;
146890
146890
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
146891
- can_program: boolean;
146891
+ can_use_with_thermostat_daily_programs: boolean;
146892
146892
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
146893
146893
  name?: (string | null) | undefined;
146894
146894
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -148003,7 +148003,7 @@ type Routes = {
148003
148003
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
148004
148004
  can_delete?: boolean | undefined;
148005
148005
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
148006
- can_program?: boolean | undefined;
148006
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
148007
148007
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
148008
148008
  name?: ((string | null) | undefined) | undefined;
148009
148009
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -148049,7 +148049,7 @@ type Routes = {
148049
148049
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
148050
148050
  can_delete?: boolean | undefined;
148051
148051
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
148052
- can_program?: boolean | undefined;
148052
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
148053
148053
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
148054
148054
  name?: ((string | null) | undefined) | undefined;
148055
148055
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -148094,7 +148094,7 @@ type Routes = {
148094
148094
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
148095
148095
  can_delete: boolean;
148096
148096
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
148097
- can_program: boolean;
148097
+ can_use_with_thermostat_daily_programs: boolean;
148098
148098
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
148099
148099
  name?: (string | null) | undefined;
148100
148100
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -154297,7 +154297,7 @@ type Routes = {
154297
154297
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
154298
154298
  can_delete?: boolean | undefined;
154299
154299
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
154300
- can_program?: boolean | undefined;
154300
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
154301
154301
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
154302
154302
  name?: ((string | null) | undefined) | undefined;
154303
154303
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -154343,7 +154343,7 @@ type Routes = {
154343
154343
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
154344
154344
  can_delete?: boolean | undefined;
154345
154345
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
154346
- can_program?: boolean | undefined;
154346
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
154347
154347
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
154348
154348
  name?: ((string | null) | undefined) | undefined;
154349
154349
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -154388,7 +154388,7 @@ type Routes = {
154388
154388
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
154389
154389
  can_delete: boolean;
154390
154390
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
154391
- can_program: boolean;
154391
+ can_use_with_thermostat_daily_programs: boolean;
154392
154392
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
154393
154393
  name?: (string | null) | undefined;
154394
154394
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -155503,7 +155503,7 @@ type Routes = {
155503
155503
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
155504
155504
  can_delete?: boolean | undefined;
155505
155505
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
155506
- can_program?: boolean | undefined;
155506
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
155507
155507
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
155508
155508
  name?: ((string | null) | undefined) | undefined;
155509
155509
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -155549,7 +155549,7 @@ type Routes = {
155549
155549
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
155550
155550
  can_delete?: boolean | undefined;
155551
155551
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
155552
- can_program?: boolean | undefined;
155552
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
155553
155553
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
155554
155554
  name?: ((string | null) | undefined) | undefined;
155555
155555
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -155594,7 +155594,7 @@ type Routes = {
155594
155594
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
155595
155595
  can_delete: boolean;
155596
155596
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
155597
- can_program: boolean;
155597
+ can_use_with_thermostat_daily_programs: boolean;
155598
155598
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
155599
155599
  name?: (string | null) | undefined;
155600
155600
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -164229,7 +164229,7 @@ type Routes = {
164229
164229
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
164230
164230
  can_delete?: boolean | undefined;
164231
164231
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
164232
- can_program?: boolean | undefined;
164232
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
164233
164233
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
164234
164234
  name?: ((string | null) | undefined) | undefined;
164235
164235
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -164275,7 +164275,7 @@ type Routes = {
164275
164275
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
164276
164276
  can_delete?: boolean | undefined;
164277
164277
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
164278
- can_program?: boolean | undefined;
164278
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
164279
164279
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
164280
164280
  name?: ((string | null) | undefined) | undefined;
164281
164281
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -164320,7 +164320,7 @@ type Routes = {
164320
164320
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
164321
164321
  can_delete: boolean;
164322
164322
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
164323
- can_program: boolean;
164323
+ can_use_with_thermostat_daily_programs: boolean;
164324
164324
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
164325
164325
  name?: (string | null) | undefined;
164326
164326
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -169825,7 +169825,7 @@ type Routes = {
169825
169825
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
169826
169826
  can_delete?: boolean | undefined;
169827
169827
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
169828
- can_program?: boolean | undefined;
169828
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
169829
169829
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
169830
169830
  name?: ((string | null) | undefined) | undefined;
169831
169831
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -169871,7 +169871,7 @@ type Routes = {
169871
169871
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
169872
169872
  can_delete?: boolean | undefined;
169873
169873
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
169874
- can_program?: boolean | undefined;
169874
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
169875
169875
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
169876
169876
  name?: ((string | null) | undefined) | undefined;
169877
169877
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -169916,7 +169916,7 @@ type Routes = {
169916
169916
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
169917
169917
  can_delete: boolean;
169918
169918
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
169919
- can_program: boolean;
169919
+ can_use_with_thermostat_daily_programs: boolean;
169920
169920
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
169921
169921
  name?: (string | null) | undefined;
169922
169922
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -173613,7 +173613,7 @@ type Routes = {
173613
173613
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
173614
173614
  can_delete?: boolean | undefined;
173615
173615
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
173616
- can_program?: boolean | undefined;
173616
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
173617
173617
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
173618
173618
  name?: ((string | null) | undefined) | undefined;
173619
173619
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -173659,7 +173659,7 @@ type Routes = {
173659
173659
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
173660
173660
  can_delete?: boolean | undefined;
173661
173661
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
173662
- can_program?: boolean | undefined;
173662
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
173663
173663
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
173664
173664
  name?: ((string | null) | undefined) | undefined;
173665
173665
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -173704,7 +173704,7 @@ type Routes = {
173704
173704
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
173705
173705
  can_delete: boolean;
173706
173706
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
173707
- can_program: boolean;
173707
+ can_use_with_thermostat_daily_programs: boolean;
173708
173708
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
173709
173709
  name?: (string | null) | undefined;
173710
173710
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -174819,7 +174819,7 @@ type Routes = {
174819
174819
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
174820
174820
  can_delete?: boolean | undefined;
174821
174821
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
174822
- can_program?: boolean | undefined;
174822
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
174823
174823
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
174824
174824
  name?: ((string | null) | undefined) | undefined;
174825
174825
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -174865,7 +174865,7 @@ type Routes = {
174865
174865
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
174866
174866
  can_delete?: boolean | undefined;
174867
174867
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
174868
- can_program?: boolean | undefined;
174868
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
174869
174869
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
174870
174870
  name?: ((string | null) | undefined) | undefined;
174871
174871
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -174910,7 +174910,7 @@ type Routes = {
174910
174910
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
174911
174911
  can_delete: boolean;
174912
174912
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
174913
- can_program: boolean;
174913
+ can_use_with_thermostat_daily_programs: boolean;
174914
174914
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
174915
174915
  name?: (string | null) | undefined;
174916
174916
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -181968,7 +181968,7 @@ type Routes = {
181968
181968
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
181969
181969
  can_delete?: boolean | undefined;
181970
181970
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
181971
- can_program?: boolean | undefined;
181971
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
181972
181972
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
181973
181973
  name?: ((string | null) | undefined) | undefined;
181974
181974
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -182014,7 +182014,7 @@ type Routes = {
182014
182014
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
182015
182015
  can_delete?: boolean | undefined;
182016
182016
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
182017
- can_program?: boolean | undefined;
182017
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
182018
182018
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
182019
182019
  name?: ((string | null) | undefined) | undefined;
182020
182020
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -182059,7 +182059,7 @@ type Routes = {
182059
182059
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
182060
182060
  can_delete: boolean;
182061
182061
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
182062
- can_program: boolean;
182062
+ can_use_with_thermostat_daily_programs: boolean;
182063
182063
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
182064
182064
  name?: (string | null) | undefined;
182065
182065
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -183176,7 +183176,7 @@ type Routes = {
183176
183176
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
183177
183177
  can_delete?: boolean | undefined;
183178
183178
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
183179
- can_program?: boolean | undefined;
183179
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
183180
183180
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
183181
183181
  name?: ((string | null) | undefined) | undefined;
183182
183182
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -183222,7 +183222,7 @@ type Routes = {
183222
183222
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
183223
183223
  can_delete?: boolean | undefined;
183224
183224
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
183225
- can_program?: boolean | undefined;
183225
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
183226
183226
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
183227
183227
  name?: ((string | null) | undefined) | undefined;
183228
183228
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -183267,7 +183267,7 @@ type Routes = {
183267
183267
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
183268
183268
  can_delete: boolean;
183269
183269
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
183270
- can_program: boolean;
183270
+ can_use_with_thermostat_daily_programs: boolean;
183271
183271
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
183272
183272
  name?: (string | null) | undefined;
183273
183273
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -185154,7 +185154,7 @@ type Routes = {
185154
185154
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
185155
185155
  can_delete?: boolean | undefined;
185156
185156
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
185157
- can_program?: boolean | undefined;
185157
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
185158
185158
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
185159
185159
  name?: ((string | null) | undefined) | undefined;
185160
185160
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -185200,7 +185200,7 @@ type Routes = {
185200
185200
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
185201
185201
  can_delete?: boolean | undefined;
185202
185202
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
185203
- can_program?: boolean | undefined;
185203
+ can_use_with_thermostat_daily_programs?: boolean | undefined;
185204
185204
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
185205
185205
  name?: ((string | null) | undefined) | undefined;
185206
185206
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
@@ -185245,7 +185245,7 @@ type Routes = {
185245
185245
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be deleted. */
185246
185246
  can_delete: boolean;
185247
185247
  /** Indicates whether the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) key can be programmed in a thermostat daily program. */
185248
- can_program: boolean;
185248
+ can_use_with_thermostat_daily_programs: boolean;
185249
185249
  /** User-friendly name to identify the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */
185250
185250
  name?: (string | null) | undefined;
185251
185251
  /** Display name for the [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets). */