@seamapi/types 1.60.0 → 1.60.1
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 +60 -33
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +265 -132
- package/lib/seam/connect/openapi.d.ts +203 -132
- package/lib/seam/connect/openapi.js +60 -33
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +62 -0
- package/lib/seam/connect/unstable/models/capability-properties/index.d.ts +15 -0
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.d.ts +33 -0
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.js +3 -0
- package/lib/seam/connect/unstable/models/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +27 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +64 -33
- package/src/lib/seam/connect/route-types.ts +62 -0
- package/src/lib/seam/connect/unstable/models/capability-properties/thermostat.ts +5 -0
|
@@ -40,6 +40,7 @@ export declare const climate_setting_schedule: z.ZodObject<{
|
|
|
40
40
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
41
41
|
schedule_starts_at: z.ZodString;
|
|
42
42
|
schedule_ends_at: z.ZodString;
|
|
43
|
+
errors: z.ZodAny;
|
|
43
44
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
44
45
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
45
46
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -56,6 +57,7 @@ export declare const climate_setting_schedule: z.ZodObject<{
|
|
|
56
57
|
schedule_starts_at: string;
|
|
57
58
|
schedule_ends_at: string;
|
|
58
59
|
name?: string | undefined;
|
|
60
|
+
errors?: any;
|
|
59
61
|
automatic_heating_enabled?: boolean | undefined;
|
|
60
62
|
automatic_cooling_enabled?: boolean | undefined;
|
|
61
63
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -72,6 +74,7 @@ export declare const climate_setting_schedule: z.ZodObject<{
|
|
|
72
74
|
schedule_starts_at: string;
|
|
73
75
|
schedule_ends_at: string;
|
|
74
76
|
name?: string | undefined;
|
|
77
|
+
errors?: any;
|
|
75
78
|
automatic_heating_enabled?: boolean | undefined;
|
|
76
79
|
automatic_cooling_enabled?: boolean | undefined;
|
|
77
80
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -159,6 +162,7 @@ export declare const cooling_thermostat_capability_properties: z.ZodObject<{
|
|
|
159
162
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
160
163
|
schedule_starts_at: z.ZodString;
|
|
161
164
|
schedule_ends_at: z.ZodString;
|
|
165
|
+
errors: z.ZodAny;
|
|
162
166
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
163
167
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
164
168
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -175,6 +179,7 @@ export declare const cooling_thermostat_capability_properties: z.ZodObject<{
|
|
|
175
179
|
schedule_starts_at: string;
|
|
176
180
|
schedule_ends_at: string;
|
|
177
181
|
name?: string | undefined;
|
|
182
|
+
errors?: any;
|
|
178
183
|
automatic_heating_enabled?: boolean | undefined;
|
|
179
184
|
automatic_cooling_enabled?: boolean | undefined;
|
|
180
185
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -191,6 +196,7 @@ export declare const cooling_thermostat_capability_properties: z.ZodObject<{
|
|
|
191
196
|
schedule_starts_at: string;
|
|
192
197
|
schedule_ends_at: string;
|
|
193
198
|
name?: string | undefined;
|
|
199
|
+
errors?: any;
|
|
194
200
|
automatic_heating_enabled?: boolean | undefined;
|
|
195
201
|
automatic_cooling_enabled?: boolean | undefined;
|
|
196
202
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -252,6 +258,7 @@ export declare const cooling_thermostat_capability_properties: z.ZodObject<{
|
|
|
252
258
|
schedule_starts_at: string;
|
|
253
259
|
schedule_ends_at: string;
|
|
254
260
|
name?: string | undefined;
|
|
261
|
+
errors?: any;
|
|
255
262
|
automatic_heating_enabled?: boolean | undefined;
|
|
256
263
|
automatic_cooling_enabled?: boolean | undefined;
|
|
257
264
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -308,6 +315,7 @@ export declare const cooling_thermostat_capability_properties: z.ZodObject<{
|
|
|
308
315
|
schedule_starts_at: string;
|
|
309
316
|
schedule_ends_at: string;
|
|
310
317
|
name?: string | undefined;
|
|
318
|
+
errors?: any;
|
|
311
319
|
automatic_heating_enabled?: boolean | undefined;
|
|
312
320
|
automatic_cooling_enabled?: boolean | undefined;
|
|
313
321
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -396,6 +404,7 @@ export declare const heating_thermostat_capability_properties: z.ZodObject<{
|
|
|
396
404
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
397
405
|
schedule_starts_at: z.ZodString;
|
|
398
406
|
schedule_ends_at: z.ZodString;
|
|
407
|
+
errors: z.ZodAny;
|
|
399
408
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
400
409
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
401
410
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -412,6 +421,7 @@ export declare const heating_thermostat_capability_properties: z.ZodObject<{
|
|
|
412
421
|
schedule_starts_at: string;
|
|
413
422
|
schedule_ends_at: string;
|
|
414
423
|
name?: string | undefined;
|
|
424
|
+
errors?: any;
|
|
415
425
|
automatic_heating_enabled?: boolean | undefined;
|
|
416
426
|
automatic_cooling_enabled?: boolean | undefined;
|
|
417
427
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -428,6 +438,7 @@ export declare const heating_thermostat_capability_properties: z.ZodObject<{
|
|
|
428
438
|
schedule_starts_at: string;
|
|
429
439
|
schedule_ends_at: string;
|
|
430
440
|
name?: string | undefined;
|
|
441
|
+
errors?: any;
|
|
431
442
|
automatic_heating_enabled?: boolean | undefined;
|
|
432
443
|
automatic_cooling_enabled?: boolean | undefined;
|
|
433
444
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -489,6 +500,7 @@ export declare const heating_thermostat_capability_properties: z.ZodObject<{
|
|
|
489
500
|
schedule_starts_at: string;
|
|
490
501
|
schedule_ends_at: string;
|
|
491
502
|
name?: string | undefined;
|
|
503
|
+
errors?: any;
|
|
492
504
|
automatic_heating_enabled?: boolean | undefined;
|
|
493
505
|
automatic_cooling_enabled?: boolean | undefined;
|
|
494
506
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -545,6 +557,7 @@ export declare const heating_thermostat_capability_properties: z.ZodObject<{
|
|
|
545
557
|
schedule_starts_at: string;
|
|
546
558
|
schedule_ends_at: string;
|
|
547
559
|
name?: string | undefined;
|
|
560
|
+
errors?: any;
|
|
548
561
|
automatic_heating_enabled?: boolean | undefined;
|
|
549
562
|
automatic_cooling_enabled?: boolean | undefined;
|
|
550
563
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -634,6 +647,7 @@ export declare const heating_cooling_thermostat_capability_properties: z.ZodObje
|
|
|
634
647
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
635
648
|
schedule_starts_at: z.ZodString;
|
|
636
649
|
schedule_ends_at: z.ZodString;
|
|
650
|
+
errors: z.ZodAny;
|
|
637
651
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
638
652
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
639
653
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -650,6 +664,7 @@ export declare const heating_cooling_thermostat_capability_properties: z.ZodObje
|
|
|
650
664
|
schedule_starts_at: string;
|
|
651
665
|
schedule_ends_at: string;
|
|
652
666
|
name?: string | undefined;
|
|
667
|
+
errors?: any;
|
|
653
668
|
automatic_heating_enabled?: boolean | undefined;
|
|
654
669
|
automatic_cooling_enabled?: boolean | undefined;
|
|
655
670
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -666,6 +681,7 @@ export declare const heating_cooling_thermostat_capability_properties: z.ZodObje
|
|
|
666
681
|
schedule_starts_at: string;
|
|
667
682
|
schedule_ends_at: string;
|
|
668
683
|
name?: string | undefined;
|
|
684
|
+
errors?: any;
|
|
669
685
|
automatic_heating_enabled?: boolean | undefined;
|
|
670
686
|
automatic_cooling_enabled?: boolean | undefined;
|
|
671
687
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -738,6 +754,7 @@ export declare const heating_cooling_thermostat_capability_properties: z.ZodObje
|
|
|
738
754
|
schedule_starts_at: string;
|
|
739
755
|
schedule_ends_at: string;
|
|
740
756
|
name?: string | undefined;
|
|
757
|
+
errors?: any;
|
|
741
758
|
automatic_heating_enabled?: boolean | undefined;
|
|
742
759
|
automatic_cooling_enabled?: boolean | undefined;
|
|
743
760
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -800,6 +817,7 @@ export declare const heating_cooling_thermostat_capability_properties: z.ZodObje
|
|
|
800
817
|
schedule_starts_at: string;
|
|
801
818
|
schedule_ends_at: string;
|
|
802
819
|
name?: string | undefined;
|
|
820
|
+
errors?: any;
|
|
803
821
|
automatic_heating_enabled?: boolean | undefined;
|
|
804
822
|
automatic_cooling_enabled?: boolean | undefined;
|
|
805
823
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -889,6 +907,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
889
907
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
890
908
|
schedule_starts_at: z.ZodString;
|
|
891
909
|
schedule_ends_at: z.ZodString;
|
|
910
|
+
errors: z.ZodAny;
|
|
892
911
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
893
912
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
894
913
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -905,6 +924,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
905
924
|
schedule_starts_at: string;
|
|
906
925
|
schedule_ends_at: string;
|
|
907
926
|
name?: string | undefined;
|
|
927
|
+
errors?: any;
|
|
908
928
|
automatic_heating_enabled?: boolean | undefined;
|
|
909
929
|
automatic_cooling_enabled?: boolean | undefined;
|
|
910
930
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -921,6 +941,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
921
941
|
schedule_starts_at: string;
|
|
922
942
|
schedule_ends_at: string;
|
|
923
943
|
name?: string | undefined;
|
|
944
|
+
errors?: any;
|
|
924
945
|
automatic_heating_enabled?: boolean | undefined;
|
|
925
946
|
automatic_cooling_enabled?: boolean | undefined;
|
|
926
947
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -983,6 +1004,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
983
1004
|
schedule_starts_at: string;
|
|
984
1005
|
schedule_ends_at: string;
|
|
985
1006
|
name?: string | undefined;
|
|
1007
|
+
errors?: any;
|
|
986
1008
|
automatic_heating_enabled?: boolean | undefined;
|
|
987
1009
|
automatic_cooling_enabled?: boolean | undefined;
|
|
988
1010
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1045,6 +1067,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1045
1067
|
schedule_starts_at: string;
|
|
1046
1068
|
schedule_ends_at: string;
|
|
1047
1069
|
name?: string | undefined;
|
|
1070
|
+
errors?: any;
|
|
1048
1071
|
automatic_heating_enabled?: boolean | undefined;
|
|
1049
1072
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1050
1073
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1142,6 +1165,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1142
1165
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
1143
1166
|
schedule_starts_at: z.ZodString;
|
|
1144
1167
|
schedule_ends_at: z.ZodString;
|
|
1168
|
+
errors: z.ZodAny;
|
|
1145
1169
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1146
1170
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1147
1171
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -1158,6 +1182,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1158
1182
|
schedule_starts_at: string;
|
|
1159
1183
|
schedule_ends_at: string;
|
|
1160
1184
|
name?: string | undefined;
|
|
1185
|
+
errors?: any;
|
|
1161
1186
|
automatic_heating_enabled?: boolean | undefined;
|
|
1162
1187
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1163
1188
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1174,6 +1199,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1174
1199
|
schedule_starts_at: string;
|
|
1175
1200
|
schedule_ends_at: string;
|
|
1176
1201
|
name?: string | undefined;
|
|
1202
|
+
errors?: any;
|
|
1177
1203
|
automatic_heating_enabled?: boolean | undefined;
|
|
1178
1204
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1179
1205
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1230,6 +1256,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1230
1256
|
schedule_starts_at: string;
|
|
1231
1257
|
schedule_ends_at: string;
|
|
1232
1258
|
name?: string | undefined;
|
|
1259
|
+
errors?: any;
|
|
1233
1260
|
automatic_heating_enabled?: boolean | undefined;
|
|
1234
1261
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1235
1262
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1286,6 +1313,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1286
1313
|
schedule_starts_at: string;
|
|
1287
1314
|
schedule_ends_at: string;
|
|
1288
1315
|
name?: string | undefined;
|
|
1316
|
+
errors?: any;
|
|
1289
1317
|
automatic_heating_enabled?: boolean | undefined;
|
|
1290
1318
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1291
1319
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1378,6 +1406,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1378
1406
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
1379
1407
|
schedule_starts_at: z.ZodString;
|
|
1380
1408
|
schedule_ends_at: z.ZodString;
|
|
1409
|
+
errors: z.ZodAny;
|
|
1381
1410
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1382
1411
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1383
1412
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -1394,6 +1423,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1394
1423
|
schedule_starts_at: string;
|
|
1395
1424
|
schedule_ends_at: string;
|
|
1396
1425
|
name?: string | undefined;
|
|
1426
|
+
errors?: any;
|
|
1397
1427
|
automatic_heating_enabled?: boolean | undefined;
|
|
1398
1428
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1399
1429
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1410,6 +1440,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1410
1440
|
schedule_starts_at: string;
|
|
1411
1441
|
schedule_ends_at: string;
|
|
1412
1442
|
name?: string | undefined;
|
|
1443
|
+
errors?: any;
|
|
1413
1444
|
automatic_heating_enabled?: boolean | undefined;
|
|
1414
1445
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1415
1446
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1466,6 +1497,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1466
1497
|
schedule_starts_at: string;
|
|
1467
1498
|
schedule_ends_at: string;
|
|
1468
1499
|
name?: string | undefined;
|
|
1500
|
+
errors?: any;
|
|
1469
1501
|
automatic_heating_enabled?: boolean | undefined;
|
|
1470
1502
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1471
1503
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1522,6 +1554,7 @@ export declare const thermostat_capability_properties: z.ZodUnion<[z.ZodObject<{
|
|
|
1522
1554
|
schedule_starts_at: string;
|
|
1523
1555
|
schedule_ends_at: string;
|
|
1524
1556
|
name?: string | undefined;
|
|
1557
|
+
errors?: any;
|
|
1525
1558
|
automatic_heating_enabled?: boolean | undefined;
|
|
1526
1559
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1527
1560
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -20,6 +20,9 @@ export const climate_setting_schedule = z
|
|
|
20
20
|
schedule_starts_at: z.string(),
|
|
21
21
|
schedule_ends_at: z.string(),
|
|
22
22
|
created_at: z.string().datetime(),
|
|
23
|
+
errors: z
|
|
24
|
+
.any()
|
|
25
|
+
.describe('Collection of errors associated with the access code, structured in a dictionary format. A unique "error_code" keys each error. Each error entry is an object containing two fields: "message" and "created_at." "message" is a string that describes the error. "created_at" is a date that indicates when the error was generated. This structure enables detailed tracking and timely response to critical issues.'),
|
|
23
26
|
})
|
|
24
27
|
.merge(climate_setting.partial());
|
|
25
28
|
const base_thermostat_capability_properties = z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"thermostat.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/capability-properties/thermostat.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,CAAC,CAAC,CAAA;AAI7E,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,CAAA;AAItD,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,CAAC,MAAM,CAAC;IACtC,yBAAyB,EAAE,CAAC,CAAC,OAAO,EAAE;IACtC,yBAAyB,EAAE,CAAC,CAAC,OAAO,EAAE;IACtC,iBAAiB;IACjB,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,uBAAuB,EAAE,CAAC,CAAC,OAAO,EAAE;CACrC,CAAC,CAAA;AAIF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC;KACtC,MAAM,CAAC;IACN,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC9C,aAAa,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAAC;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC5B,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;
|
|
1
|
+
{"version":3,"file":"thermostat.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/unstable/models/capability-properties/thermostat.ts"],"names":[],"mappings":"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"}
|
|
@@ -1223,6 +1223,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1223
1223
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
1224
1224
|
schedule_starts_at: z.ZodString;
|
|
1225
1225
|
schedule_ends_at: z.ZodString;
|
|
1226
|
+
errors: z.ZodAny;
|
|
1226
1227
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1227
1228
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1228
1229
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -1239,6 +1240,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1239
1240
|
schedule_starts_at: string;
|
|
1240
1241
|
schedule_ends_at: string;
|
|
1241
1242
|
name?: string | undefined;
|
|
1243
|
+
errors?: any;
|
|
1242
1244
|
automatic_heating_enabled?: boolean | undefined;
|
|
1243
1245
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1244
1246
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1255,6 +1257,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1255
1257
|
schedule_starts_at: string;
|
|
1256
1258
|
schedule_ends_at: string;
|
|
1257
1259
|
name?: string | undefined;
|
|
1260
|
+
errors?: any;
|
|
1258
1261
|
automatic_heating_enabled?: boolean | undefined;
|
|
1259
1262
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1260
1263
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1317,6 +1320,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1317
1320
|
schedule_starts_at: string;
|
|
1318
1321
|
schedule_ends_at: string;
|
|
1319
1322
|
name?: string | undefined;
|
|
1323
|
+
errors?: any;
|
|
1320
1324
|
automatic_heating_enabled?: boolean | undefined;
|
|
1321
1325
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1322
1326
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1379,6 +1383,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1379
1383
|
schedule_starts_at: string;
|
|
1380
1384
|
schedule_ends_at: string;
|
|
1381
1385
|
name?: string | undefined;
|
|
1386
|
+
errors?: any;
|
|
1382
1387
|
automatic_heating_enabled?: boolean | undefined;
|
|
1383
1388
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1384
1389
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1476,6 +1481,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1476
1481
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
1477
1482
|
schedule_starts_at: z.ZodString;
|
|
1478
1483
|
schedule_ends_at: z.ZodString;
|
|
1484
|
+
errors: z.ZodAny;
|
|
1479
1485
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1480
1486
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1481
1487
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -1492,6 +1498,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1492
1498
|
schedule_starts_at: string;
|
|
1493
1499
|
schedule_ends_at: string;
|
|
1494
1500
|
name?: string | undefined;
|
|
1501
|
+
errors?: any;
|
|
1495
1502
|
automatic_heating_enabled?: boolean | undefined;
|
|
1496
1503
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1497
1504
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1508,6 +1515,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1508
1515
|
schedule_starts_at: string;
|
|
1509
1516
|
schedule_ends_at: string;
|
|
1510
1517
|
name?: string | undefined;
|
|
1518
|
+
errors?: any;
|
|
1511
1519
|
automatic_heating_enabled?: boolean | undefined;
|
|
1512
1520
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1513
1521
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1564,6 +1572,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1564
1572
|
schedule_starts_at: string;
|
|
1565
1573
|
schedule_ends_at: string;
|
|
1566
1574
|
name?: string | undefined;
|
|
1575
|
+
errors?: any;
|
|
1567
1576
|
automatic_heating_enabled?: boolean | undefined;
|
|
1568
1577
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1569
1578
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1620,6 +1629,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1620
1629
|
schedule_starts_at: string;
|
|
1621
1630
|
schedule_ends_at: string;
|
|
1622
1631
|
name?: string | undefined;
|
|
1632
|
+
errors?: any;
|
|
1623
1633
|
automatic_heating_enabled?: boolean | undefined;
|
|
1624
1634
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1625
1635
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1712,6 +1722,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1712
1722
|
schedule_type: z.ZodLiteral<"time_bound">;
|
|
1713
1723
|
schedule_starts_at: z.ZodString;
|
|
1714
1724
|
schedule_ends_at: z.ZodString;
|
|
1725
|
+
errors: z.ZodAny;
|
|
1715
1726
|
automatic_heating_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1716
1727
|
automatic_cooling_enabled: z.ZodOptional<z.ZodBoolean>;
|
|
1717
1728
|
hvac_mode_setting: z.ZodOptional<z.ZodEnum<["off", "heat", "cool", "heat_cool"]>>;
|
|
@@ -1728,6 +1739,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1728
1739
|
schedule_starts_at: string;
|
|
1729
1740
|
schedule_ends_at: string;
|
|
1730
1741
|
name?: string | undefined;
|
|
1742
|
+
errors?: any;
|
|
1731
1743
|
automatic_heating_enabled?: boolean | undefined;
|
|
1732
1744
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1733
1745
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1744,6 +1756,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1744
1756
|
schedule_starts_at: string;
|
|
1745
1757
|
schedule_ends_at: string;
|
|
1746
1758
|
name?: string | undefined;
|
|
1759
|
+
errors?: any;
|
|
1747
1760
|
automatic_heating_enabled?: boolean | undefined;
|
|
1748
1761
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1749
1762
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1800,6 +1813,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1800
1813
|
schedule_starts_at: string;
|
|
1801
1814
|
schedule_ends_at: string;
|
|
1802
1815
|
name?: string | undefined;
|
|
1816
|
+
errors?: any;
|
|
1803
1817
|
automatic_heating_enabled?: boolean | undefined;
|
|
1804
1818
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1805
1819
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -1856,6 +1870,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
1856
1870
|
schedule_starts_at: string;
|
|
1857
1871
|
schedule_ends_at: string;
|
|
1858
1872
|
name?: string | undefined;
|
|
1873
|
+
errors?: any;
|
|
1859
1874
|
automatic_heating_enabled?: boolean | undefined;
|
|
1860
1875
|
automatic_cooling_enabled?: boolean | undefined;
|
|
1861
1876
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -2168,6 +2183,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2168
2183
|
schedule_starts_at: string;
|
|
2169
2184
|
schedule_ends_at: string;
|
|
2170
2185
|
name?: string | undefined;
|
|
2186
|
+
errors?: any;
|
|
2171
2187
|
automatic_heating_enabled?: boolean | undefined;
|
|
2172
2188
|
automatic_cooling_enabled?: boolean | undefined;
|
|
2173
2189
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -2229,6 +2245,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2229
2245
|
schedule_starts_at: string;
|
|
2230
2246
|
schedule_ends_at: string;
|
|
2231
2247
|
name?: string | undefined;
|
|
2248
|
+
errors?: any;
|
|
2232
2249
|
automatic_heating_enabled?: boolean | undefined;
|
|
2233
2250
|
automatic_cooling_enabled?: boolean | undefined;
|
|
2234
2251
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -2285,6 +2302,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2285
2302
|
schedule_starts_at: string;
|
|
2286
2303
|
schedule_ends_at: string;
|
|
2287
2304
|
name?: string | undefined;
|
|
2305
|
+
errors?: any;
|
|
2288
2306
|
automatic_heating_enabled?: boolean | undefined;
|
|
2289
2307
|
automatic_cooling_enabled?: boolean | undefined;
|
|
2290
2308
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -2552,6 +2570,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2552
2570
|
schedule_starts_at: string;
|
|
2553
2571
|
schedule_ends_at: string;
|
|
2554
2572
|
name?: string | undefined;
|
|
2573
|
+
errors?: any;
|
|
2555
2574
|
automatic_heating_enabled?: boolean | undefined;
|
|
2556
2575
|
automatic_cooling_enabled?: boolean | undefined;
|
|
2557
2576
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -2613,6 +2632,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2613
2632
|
schedule_starts_at: string;
|
|
2614
2633
|
schedule_ends_at: string;
|
|
2615
2634
|
name?: string | undefined;
|
|
2635
|
+
errors?: any;
|
|
2616
2636
|
automatic_heating_enabled?: boolean | undefined;
|
|
2617
2637
|
automatic_cooling_enabled?: boolean | undefined;
|
|
2618
2638
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -2669,6 +2689,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2669
2689
|
schedule_starts_at: string;
|
|
2670
2690
|
schedule_ends_at: string;
|
|
2671
2691
|
name?: string | undefined;
|
|
2692
|
+
errors?: any;
|
|
2672
2693
|
automatic_heating_enabled?: boolean | undefined;
|
|
2673
2694
|
automatic_cooling_enabled?: boolean | undefined;
|
|
2674
2695
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -2957,6 +2978,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
2957
2978
|
schedule_starts_at: string;
|
|
2958
2979
|
schedule_ends_at: string;
|
|
2959
2980
|
name?: string | undefined;
|
|
2981
|
+
errors?: any;
|
|
2960
2982
|
automatic_heating_enabled?: boolean | undefined;
|
|
2961
2983
|
automatic_cooling_enabled?: boolean | undefined;
|
|
2962
2984
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -3018,6 +3040,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3018
3040
|
schedule_starts_at: string;
|
|
3019
3041
|
schedule_ends_at: string;
|
|
3020
3042
|
name?: string | undefined;
|
|
3043
|
+
errors?: any;
|
|
3021
3044
|
automatic_heating_enabled?: boolean | undefined;
|
|
3022
3045
|
automatic_cooling_enabled?: boolean | undefined;
|
|
3023
3046
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -3074,6 +3097,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3074
3097
|
schedule_starts_at: string;
|
|
3075
3098
|
schedule_ends_at: string;
|
|
3076
3099
|
name?: string | undefined;
|
|
3100
|
+
errors?: any;
|
|
3077
3101
|
automatic_heating_enabled?: boolean | undefined;
|
|
3078
3102
|
automatic_cooling_enabled?: boolean | undefined;
|
|
3079
3103
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -3341,6 +3365,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3341
3365
|
schedule_starts_at: string;
|
|
3342
3366
|
schedule_ends_at: string;
|
|
3343
3367
|
name?: string | undefined;
|
|
3368
|
+
errors?: any;
|
|
3344
3369
|
automatic_heating_enabled?: boolean | undefined;
|
|
3345
3370
|
automatic_cooling_enabled?: boolean | undefined;
|
|
3346
3371
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -3402,6 +3427,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3402
3427
|
schedule_starts_at: string;
|
|
3403
3428
|
schedule_ends_at: string;
|
|
3404
3429
|
name?: string | undefined;
|
|
3430
|
+
errors?: any;
|
|
3405
3431
|
automatic_heating_enabled?: boolean | undefined;
|
|
3406
3432
|
automatic_cooling_enabled?: boolean | undefined;
|
|
3407
3433
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|
|
@@ -3458,6 +3484,7 @@ export declare const managed_device: z.ZodObject<{
|
|
|
3458
3484
|
schedule_starts_at: string;
|
|
3459
3485
|
schedule_ends_at: string;
|
|
3460
3486
|
name?: string | undefined;
|
|
3487
|
+
errors?: any;
|
|
3461
3488
|
automatic_heating_enabled?: boolean | undefined;
|
|
3462
3489
|
automatic_cooling_enabled?: boolean | undefined;
|
|
3463
3490
|
hvac_mode_setting?: "off" | "heat" | "cool" | "heat_cool" | undefined;
|