@seamapi/types 1.578.0 → 1.579.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +59 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +41 -0
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +3 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +3 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +8 -0
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +5 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +3 -0
- package/lib/seam/connect/openapi.d.ts +7 -0
- package/lib/seam/connect/openapi.js +6 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +34 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +8 -0
- package/src/lib/seam/connect/openapi.ts +8 -0
- package/src/lib/seam/connect/route-types.ts +68 -0
package/dist/connect.d.cts
CHANGED
|
@@ -12435,6 +12435,7 @@ declare const batch: z.ZodObject<{
|
|
|
12435
12435
|
upper_limit_fahrenheit: number | null;
|
|
12436
12436
|
}>>>;
|
|
12437
12437
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12438
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12438
12439
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
12439
12440
|
}, "strip", z.ZodTypeAny, {
|
|
12440
12441
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -12567,6 +12568,7 @@ declare const batch: z.ZodObject<{
|
|
|
12567
12568
|
upper_limit_fahrenheit: number | null;
|
|
12568
12569
|
} | undefined;
|
|
12569
12570
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
12571
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
12570
12572
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
12571
12573
|
}, {
|
|
12572
12574
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -12699,6 +12701,7 @@ declare const batch: z.ZodObject<{
|
|
|
12699
12701
|
upper_limit_fahrenheit: number | null;
|
|
12700
12702
|
} | undefined;
|
|
12701
12703
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
12704
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
12702
12705
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
12703
12706
|
}>>>;
|
|
12704
12707
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -13922,6 +13925,7 @@ declare const batch: z.ZodObject<{
|
|
|
13922
13925
|
upper_limit_fahrenheit: number | null;
|
|
13923
13926
|
} | undefined;
|
|
13924
13927
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
13928
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
13925
13929
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
13926
13930
|
};
|
|
13927
13931
|
location: {
|
|
@@ -14577,6 +14581,7 @@ declare const batch: z.ZodObject<{
|
|
|
14577
14581
|
upper_limit_fahrenheit: number | null;
|
|
14578
14582
|
} | undefined;
|
|
14579
14583
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
14584
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
14580
14585
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
14581
14586
|
};
|
|
14582
14587
|
location: {
|
|
@@ -23030,6 +23035,7 @@ declare const batch: z.ZodObject<{
|
|
|
23030
23035
|
upper_limit_fahrenheit: number | null;
|
|
23031
23036
|
}>>>;
|
|
23032
23037
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
23038
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
23033
23039
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
23034
23040
|
}, "strip", z.ZodTypeAny, {
|
|
23035
23041
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -23162,6 +23168,7 @@ declare const batch: z.ZodObject<{
|
|
|
23162
23168
|
upper_limit_fahrenheit: number | null;
|
|
23163
23169
|
} | undefined;
|
|
23164
23170
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
23171
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
23165
23172
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
23166
23173
|
}, {
|
|
23167
23174
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -23294,6 +23301,7 @@ declare const batch: z.ZodObject<{
|
|
|
23294
23301
|
upper_limit_fahrenheit: number | null;
|
|
23295
23302
|
} | undefined;
|
|
23296
23303
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
23304
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
23297
23305
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
23298
23306
|
}>>>;
|
|
23299
23307
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -31612,6 +31620,7 @@ declare const batch: z.ZodObject<{
|
|
|
31612
31620
|
upper_limit_fahrenheit: number | null;
|
|
31613
31621
|
} | undefined;
|
|
31614
31622
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
31623
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
31615
31624
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
31616
31625
|
};
|
|
31617
31626
|
location: {
|
|
@@ -35512,6 +35521,7 @@ declare const batch: z.ZodObject<{
|
|
|
35512
35521
|
upper_limit_fahrenheit: number | null;
|
|
35513
35522
|
} | undefined;
|
|
35514
35523
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
35524
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
35515
35525
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
35516
35526
|
};
|
|
35517
35527
|
location: {
|
|
@@ -42044,6 +42054,7 @@ declare const device: z.ZodObject<{
|
|
|
42044
42054
|
upper_limit_fahrenheit: number | null;
|
|
42045
42055
|
}>>>;
|
|
42046
42056
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
42057
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
42047
42058
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
42048
42059
|
}, "strip", z.ZodTypeAny, {
|
|
42049
42060
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -42176,6 +42187,7 @@ declare const device: z.ZodObject<{
|
|
|
42176
42187
|
upper_limit_fahrenheit: number | null;
|
|
42177
42188
|
} | undefined;
|
|
42178
42189
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
42190
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
42179
42191
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
42180
42192
|
}, {
|
|
42181
42193
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -42308,6 +42320,7 @@ declare const device: z.ZodObject<{
|
|
|
42308
42320
|
upper_limit_fahrenheit: number | null;
|
|
42309
42321
|
} | undefined;
|
|
42310
42322
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
42323
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
42311
42324
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
42312
42325
|
}>>>;
|
|
42313
42326
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -43531,6 +43544,7 @@ declare const device: z.ZodObject<{
|
|
|
43531
43544
|
upper_limit_fahrenheit: number | null;
|
|
43532
43545
|
} | undefined;
|
|
43533
43546
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
43547
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
43534
43548
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
43535
43549
|
};
|
|
43536
43550
|
location: {
|
|
@@ -44186,6 +44200,7 @@ declare const device: z.ZodObject<{
|
|
|
44186
44200
|
upper_limit_fahrenheit: number | null;
|
|
44187
44201
|
} | undefined;
|
|
44188
44202
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
44203
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
44189
44204
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
44190
44205
|
};
|
|
44191
44206
|
location: {
|
|
@@ -46307,6 +46322,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46307
46322
|
upper_limit_fahrenheit: number | null;
|
|
46308
46323
|
}>>>;
|
|
46309
46324
|
thermostat_daily_program_period_precision_minutes: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
46325
|
+
max_unique_climate_presets_per_thermostat_weekly_program: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
46310
46326
|
max_thermostat_daily_program_periods_per_day: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
46311
46327
|
}, "strip", z.ZodTypeAny, {
|
|
46312
46328
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -46439,6 +46455,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46439
46455
|
upper_limit_fahrenheit: number | null;
|
|
46440
46456
|
} | undefined;
|
|
46441
46457
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
46458
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
46442
46459
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
46443
46460
|
}, {
|
|
46444
46461
|
fan_mode_setting?: "auto" | "on" | "circulate" | undefined;
|
|
@@ -46571,6 +46588,7 @@ declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
46571
46588
|
upper_limit_fahrenheit: number | null;
|
|
46572
46589
|
} | undefined;
|
|
46573
46590
|
thermostat_daily_program_period_precision_minutes?: number | undefined;
|
|
46591
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: number | undefined;
|
|
46574
46592
|
max_thermostat_daily_program_periods_per_day?: number | undefined;
|
|
46575
46593
|
}>>>;
|
|
46576
46594
|
location: z.ZodNullable<z.ZodObject<{
|
|
@@ -57496,6 +57514,7 @@ declare const _default: {
|
|
|
57496
57514
|
max_heating_set_point_celsius?: never;
|
|
57497
57515
|
max_heating_set_point_fahrenheit?: never;
|
|
57498
57516
|
max_thermostat_daily_program_periods_per_day?: never;
|
|
57517
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: never;
|
|
57499
57518
|
min_cooling_set_point_celsius?: never;
|
|
57500
57519
|
min_cooling_set_point_fahrenheit?: never;
|
|
57501
57520
|
min_heating_cooling_delta_celsius?: never;
|
|
@@ -57979,6 +57998,12 @@ declare const _default: {
|
|
|
57979
57998
|
type: string;
|
|
57980
57999
|
'x-property-group-key': string;
|
|
57981
58000
|
};
|
|
58001
|
+
max_unique_climate_presets_per_thermostat_weekly_program: {
|
|
58002
|
+
description: string;
|
|
58003
|
+
format: string;
|
|
58004
|
+
type: string;
|
|
58005
|
+
'x-property-group-key': string;
|
|
58006
|
+
};
|
|
57982
58007
|
min_cooling_set_point_celsius: {
|
|
57983
58008
|
description: string;
|
|
57984
58009
|
format: string;
|
|
@@ -115336,6 +115361,8 @@ type Routes = {
|
|
|
115336
115361
|
} | undefined) | undefined;
|
|
115337
115362
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
115338
115363
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
115364
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
115365
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
115339
115366
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
115340
115367
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
115341
115368
|
});
|
|
@@ -118517,6 +118544,8 @@ type Routes = {
|
|
|
118517
118544
|
} | undefined) | undefined;
|
|
118518
118545
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
118519
118546
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
118547
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
118548
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
118520
118549
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
118521
118550
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
118522
118551
|
});
|
|
@@ -137011,6 +137040,8 @@ type Routes = {
|
|
|
137011
137040
|
} | undefined) | undefined;
|
|
137012
137041
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
137013
137042
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
137043
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
137044
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
137014
137045
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
137015
137046
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
137016
137047
|
});
|
|
@@ -138262,6 +138293,8 @@ type Routes = {
|
|
|
138262
138293
|
} | undefined) | undefined;
|
|
138263
138294
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
138264
138295
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
138296
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
138297
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
138265
138298
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
138266
138299
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
138267
138300
|
});
|
|
@@ -144425,6 +144458,8 @@ type Routes = {
|
|
|
144425
144458
|
} | undefined) | undefined;
|
|
144426
144459
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
144427
144460
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
144461
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
144462
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
144428
144463
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
144429
144464
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
144430
144465
|
});
|
|
@@ -145627,6 +145662,8 @@ type Routes = {
|
|
|
145627
145662
|
} | undefined) | undefined;
|
|
145628
145663
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
145629
145664
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
145665
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
145666
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
145630
145667
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
145631
145668
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
145632
145669
|
});
|
|
@@ -146878,6 +146915,8 @@ type Routes = {
|
|
|
146878
146915
|
} | undefined) | undefined;
|
|
146879
146916
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
146880
146917
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
146918
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
146919
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
146881
146920
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
146882
146921
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
146883
146922
|
});
|
|
@@ -148079,6 +148118,8 @@ type Routes = {
|
|
|
148079
148118
|
} | undefined) | undefined;
|
|
148080
148119
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
148081
148120
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
148121
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
148122
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
148082
148123
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
148083
148124
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
148084
148125
|
});
|
|
@@ -154368,6 +154409,8 @@ type Routes = {
|
|
|
154368
154409
|
} | undefined) | undefined;
|
|
154369
154410
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
154370
154411
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
154412
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
154413
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
154371
154414
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
154372
154415
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
154373
154416
|
});
|
|
@@ -155569,6 +155612,8 @@ type Routes = {
|
|
|
155569
155612
|
} | undefined) | undefined;
|
|
155570
155613
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
155571
155614
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
155615
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
155616
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
155572
155617
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
155573
155618
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
155574
155619
|
});
|
|
@@ -164290,6 +164335,8 @@ type Routes = {
|
|
|
164290
164335
|
} | undefined) | undefined;
|
|
164291
164336
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
164292
164337
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
164338
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
164339
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
164293
164340
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
164294
164341
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
164295
164342
|
});
|
|
@@ -169881,6 +169928,8 @@ type Routes = {
|
|
|
169881
169928
|
} | undefined) | undefined;
|
|
169882
169929
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
169883
169930
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
169931
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
169932
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
169884
169933
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
169885
169934
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
169886
169935
|
});
|
|
@@ -173664,6 +173713,8 @@ type Routes = {
|
|
|
173664
173713
|
} | undefined) | undefined;
|
|
173665
173714
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
173666
173715
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
173716
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
173717
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
173667
173718
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
173668
173719
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
173669
173720
|
});
|
|
@@ -174865,6 +174916,8 @@ type Routes = {
|
|
|
174865
174916
|
} | undefined) | undefined;
|
|
174866
174917
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
174867
174918
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
174919
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
174920
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
174868
174921
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
174869
174922
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
174870
174923
|
});
|
|
@@ -182009,6 +182062,8 @@ type Routes = {
|
|
|
182009
182062
|
} | undefined) | undefined;
|
|
182010
182063
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
182011
182064
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
182065
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
182066
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
182012
182067
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
182013
182068
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
182014
182069
|
});
|
|
@@ -183212,6 +183267,8 @@ type Routes = {
|
|
|
183212
183267
|
} | undefined) | undefined;
|
|
183213
183268
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
183214
183269
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
183270
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
183271
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
183215
183272
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
183216
183273
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
183217
183274
|
});
|
|
@@ -185185,6 +185242,8 @@ type Routes = {
|
|
|
185185
185242
|
} | undefined) | undefined;
|
|
185186
185243
|
/** Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour. */
|
|
185187
185244
|
thermostat_daily_program_period_precision_minutes?: (number | undefined) | undefined;
|
|
185245
|
+
/** Maximum number of climate presets that the thermostat can support for weekly programming. */
|
|
185246
|
+
max_unique_climate_presets_per_thermostat_weekly_program?: (number | undefined) | undefined;
|
|
185188
185247
|
/** Maximum number of periods that the thermostat can support per day. For example, if the thermostat supports 4 periods per day, this value is 4. */
|
|
185189
185248
|
max_thermostat_daily_program_periods_per_day?: (number | undefined) | undefined;
|
|
185190
185249
|
});
|
package/dist/index.cjs
CHANGED
|
@@ -522,6 +522,12 @@ var thermostat_capability_properties = zod.z.object({
|
|
|
522
522
|
---
|
|
523
523
|
Precision of the thermostat's period in minutes. For example, if the thermostat supports 15-minute periods, this value is 15. All values are relative to the top of the hour, so for 15 minutes, the periods would be 0, 15, 30, and 45 minutes past the hour.
|
|
524
524
|
`),
|
|
525
|
+
max_unique_climate_presets_per_thermostat_weekly_program: zod.z.number().optional().describe(`
|
|
526
|
+
---
|
|
527
|
+
property_group_key: thermostats
|
|
528
|
+
---
|
|
529
|
+
Maximum number of climate presets that the thermostat can support for weekly programming.
|
|
530
|
+
`),
|
|
525
531
|
max_thermostat_daily_program_periods_per_day: zod.z.number().optional().describe(`
|
|
526
532
|
---
|
|
527
533
|
property_group_key: thermostats
|
|
@@ -16608,6 +16614,12 @@ var openapi_default = {
|
|
|
16608
16614
|
type: "number",
|
|
16609
16615
|
"x-property-group-key": "thermostats"
|
|
16610
16616
|
},
|
|
16617
|
+
max_unique_climate_presets_per_thermostat_weekly_program: {
|
|
16618
|
+
description: "Maximum number of climate presets that the thermostat can support for weekly programming.",
|
|
16619
|
+
format: "float",
|
|
16620
|
+
type: "number",
|
|
16621
|
+
"x-property-group-key": "thermostats"
|
|
16622
|
+
},
|
|
16611
16623
|
min_cooling_set_point_celsius: {
|
|
16612
16624
|
description: "Minimum [cooling set point](https://docs.seam.co/latest/capability-guides/thermostats/understanding-thermostat-concepts/set-points#cooling-set-point) in \xB0C.",
|
|
16613
16625
|
format: "float",
|