@seamapi/types 1.580.0 → 1.582.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 +9 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +177 -137
- package/dist/index.cjs +9 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +167 -167
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +15 -15
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +15 -15
- package/lib/seam/connect/models/devices/device.d.ts +21 -21
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +15 -15
- package/lib/seam/connect/models/events/devices.d.ts +2 -2
- package/lib/seam/connect/models/events/seam-event.d.ts +1 -1
- package/lib/seam/connect/models/thermostats/climate-preset.d.ts +6 -6
- package/lib/seam/connect/models/thermostats/climate-preset.js +1 -1
- package/lib/seam/connect/models/thermostats/climate-preset.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +43 -3
- package/lib/seam/connect/openapi.js +8 -4
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +51 -51
- package/package.json +1 -1
- package/src/lib/seam/connect/models/thermostats/climate-preset.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -4
- package/src/lib/seam/connect/route-types.ts +67 -51
|
@@ -90,7 +90,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
90
90
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
91
91
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
92
92
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
93
|
-
|
|
93
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
94
94
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
95
95
|
display_name: z.ZodOptional<z.ZodString>;
|
|
96
96
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -118,7 +118,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
118
118
|
climate_preset_key?: string | undefined;
|
|
119
119
|
can_edit?: boolean | undefined;
|
|
120
120
|
can_delete?: boolean | undefined;
|
|
121
|
-
|
|
121
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
122
122
|
name?: string | null | undefined;
|
|
123
123
|
display_name?: string | undefined;
|
|
124
124
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -138,7 +138,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
138
138
|
climate_preset_key?: string | undefined;
|
|
139
139
|
can_edit?: boolean | undefined;
|
|
140
140
|
can_delete?: boolean | undefined;
|
|
141
|
-
|
|
141
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
142
142
|
name?: string | null | undefined;
|
|
143
143
|
display_name?: string | undefined;
|
|
144
144
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -159,7 +159,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
159
159
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
160
160
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
161
161
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
162
|
-
|
|
162
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
163
163
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
164
164
|
display_name: z.ZodOptional<z.ZodString>;
|
|
165
165
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -187,7 +187,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
187
187
|
climate_preset_key?: string | undefined;
|
|
188
188
|
can_edit?: boolean | undefined;
|
|
189
189
|
can_delete?: boolean | undefined;
|
|
190
|
-
|
|
190
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
191
191
|
name?: string | null | undefined;
|
|
192
192
|
display_name?: string | undefined;
|
|
193
193
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -207,7 +207,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
207
207
|
climate_preset_key?: string | undefined;
|
|
208
208
|
can_edit?: boolean | undefined;
|
|
209
209
|
can_delete?: boolean | undefined;
|
|
210
|
-
|
|
210
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
211
211
|
name?: string | null | undefined;
|
|
212
212
|
display_name?: string | undefined;
|
|
213
213
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -228,7 +228,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
228
228
|
climate_preset_key: z.ZodString;
|
|
229
229
|
can_edit: z.ZodBoolean;
|
|
230
230
|
can_delete: z.ZodBoolean;
|
|
231
|
-
|
|
231
|
+
can_use_with_thermostat_daily_programs: z.ZodBoolean;
|
|
232
232
|
name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
|
|
233
233
|
display_name: z.ZodString;
|
|
234
234
|
climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
|
|
@@ -256,7 +256,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
256
256
|
climate_preset_key: string;
|
|
257
257
|
can_edit: boolean;
|
|
258
258
|
can_delete: boolean;
|
|
259
|
-
|
|
259
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
260
260
|
display_name: string;
|
|
261
261
|
manual_override_allowed: boolean;
|
|
262
262
|
name?: string | null | undefined;
|
|
@@ -276,7 +276,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
276
276
|
climate_preset_key: string;
|
|
277
277
|
can_edit: boolean;
|
|
278
278
|
can_delete: boolean;
|
|
279
|
-
|
|
279
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
280
280
|
display_name: string;
|
|
281
281
|
manual_override_allowed: boolean;
|
|
282
282
|
name?: string | null | undefined;
|
|
@@ -457,7 +457,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
457
457
|
climate_preset_key?: string | undefined;
|
|
458
458
|
can_edit?: boolean | undefined;
|
|
459
459
|
can_delete?: boolean | undefined;
|
|
460
|
-
|
|
460
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
461
461
|
name?: string | null | undefined;
|
|
462
462
|
display_name?: string | undefined;
|
|
463
463
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -478,7 +478,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
478
478
|
climate_preset_key?: string | undefined;
|
|
479
479
|
can_edit?: boolean | undefined;
|
|
480
480
|
can_delete?: boolean | undefined;
|
|
481
|
-
|
|
481
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
482
482
|
name?: string | null | undefined;
|
|
483
483
|
display_name?: string | undefined;
|
|
484
484
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -499,7 +499,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
499
499
|
climate_preset_key: string;
|
|
500
500
|
can_edit: boolean;
|
|
501
501
|
can_delete: boolean;
|
|
502
|
-
|
|
502
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
503
503
|
display_name: string;
|
|
504
504
|
manual_override_allowed: boolean;
|
|
505
505
|
name?: string | null | undefined;
|
|
@@ -590,7 +590,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
590
590
|
climate_preset_key?: string | undefined;
|
|
591
591
|
can_edit?: boolean | undefined;
|
|
592
592
|
can_delete?: boolean | undefined;
|
|
593
|
-
|
|
593
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
594
594
|
name?: string | null | undefined;
|
|
595
595
|
display_name?: string | undefined;
|
|
596
596
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -611,7 +611,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
611
611
|
climate_preset_key?: string | undefined;
|
|
612
612
|
can_edit?: boolean | undefined;
|
|
613
613
|
can_delete?: boolean | undefined;
|
|
614
|
-
|
|
614
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
615
615
|
name?: string | null | undefined;
|
|
616
616
|
display_name?: string | undefined;
|
|
617
617
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -632,7 +632,7 @@ export declare const capability_properties: z.ZodIntersection<z.ZodObject<{
|
|
|
632
632
|
climate_preset_key: string;
|
|
633
633
|
can_edit: boolean;
|
|
634
634
|
can_delete: boolean;
|
|
635
|
-
|
|
635
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
636
636
|
display_name: string;
|
|
637
637
|
manual_override_allowed: boolean;
|
|
638
638
|
name?: string | null | undefined;
|
|
@@ -15,7 +15,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
15
15
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
16
16
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
17
17
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
18
|
-
|
|
18
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
19
19
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
20
20
|
display_name: z.ZodOptional<z.ZodString>;
|
|
21
21
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -43,7 +43,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
43
43
|
climate_preset_key?: string | undefined;
|
|
44
44
|
can_edit?: boolean | undefined;
|
|
45
45
|
can_delete?: boolean | undefined;
|
|
46
|
-
|
|
46
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
47
47
|
name?: string | null | undefined;
|
|
48
48
|
display_name?: string | undefined;
|
|
49
49
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -63,7 +63,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
63
63
|
climate_preset_key?: string | undefined;
|
|
64
64
|
can_edit?: boolean | undefined;
|
|
65
65
|
can_delete?: boolean | undefined;
|
|
66
|
-
|
|
66
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
67
67
|
name?: string | null | undefined;
|
|
68
68
|
display_name?: string | undefined;
|
|
69
69
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -84,7 +84,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
84
84
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
85
85
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
86
86
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
87
|
-
|
|
87
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
88
88
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
89
89
|
display_name: z.ZodOptional<z.ZodString>;
|
|
90
90
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -112,7 +112,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
112
112
|
climate_preset_key?: string | undefined;
|
|
113
113
|
can_edit?: boolean | undefined;
|
|
114
114
|
can_delete?: boolean | undefined;
|
|
115
|
-
|
|
115
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
116
116
|
name?: string | null | undefined;
|
|
117
117
|
display_name?: string | undefined;
|
|
118
118
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -132,7 +132,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
132
132
|
climate_preset_key?: string | undefined;
|
|
133
133
|
can_edit?: boolean | undefined;
|
|
134
134
|
can_delete?: boolean | undefined;
|
|
135
|
-
|
|
135
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
136
136
|
name?: string | null | undefined;
|
|
137
137
|
display_name?: string | undefined;
|
|
138
138
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -153,7 +153,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
153
153
|
climate_preset_key: z.ZodString;
|
|
154
154
|
can_edit: z.ZodBoolean;
|
|
155
155
|
can_delete: z.ZodBoolean;
|
|
156
|
-
|
|
156
|
+
can_use_with_thermostat_daily_programs: z.ZodBoolean;
|
|
157
157
|
name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
|
|
158
158
|
display_name: z.ZodString;
|
|
159
159
|
climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
|
|
@@ -181,7 +181,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
181
181
|
climate_preset_key: string;
|
|
182
182
|
can_edit: boolean;
|
|
183
183
|
can_delete: boolean;
|
|
184
|
-
|
|
184
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
185
185
|
display_name: string;
|
|
186
186
|
manual_override_allowed: boolean;
|
|
187
187
|
name?: string | null | undefined;
|
|
@@ -201,7 +201,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
201
201
|
climate_preset_key: string;
|
|
202
202
|
can_edit: boolean;
|
|
203
203
|
can_delete: boolean;
|
|
204
|
-
|
|
204
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
205
205
|
display_name: string;
|
|
206
206
|
manual_override_allowed: boolean;
|
|
207
207
|
name?: string | null | undefined;
|
|
@@ -382,7 +382,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
382
382
|
climate_preset_key?: string | undefined;
|
|
383
383
|
can_edit?: boolean | undefined;
|
|
384
384
|
can_delete?: boolean | undefined;
|
|
385
|
-
|
|
385
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
386
386
|
name?: string | null | undefined;
|
|
387
387
|
display_name?: string | undefined;
|
|
388
388
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -403,7 +403,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
403
403
|
climate_preset_key?: string | undefined;
|
|
404
404
|
can_edit?: boolean | undefined;
|
|
405
405
|
can_delete?: boolean | undefined;
|
|
406
|
-
|
|
406
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
407
407
|
name?: string | null | undefined;
|
|
408
408
|
display_name?: string | undefined;
|
|
409
409
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -424,7 +424,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
424
424
|
climate_preset_key: string;
|
|
425
425
|
can_edit: boolean;
|
|
426
426
|
can_delete: boolean;
|
|
427
|
-
|
|
427
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
428
428
|
display_name: string;
|
|
429
429
|
manual_override_allowed: boolean;
|
|
430
430
|
name?: string | null | undefined;
|
|
@@ -515,7 +515,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
515
515
|
climate_preset_key?: string | undefined;
|
|
516
516
|
can_edit?: boolean | undefined;
|
|
517
517
|
can_delete?: boolean | undefined;
|
|
518
|
-
|
|
518
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
519
519
|
name?: string | null | undefined;
|
|
520
520
|
display_name?: string | undefined;
|
|
521
521
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -536,7 +536,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
536
536
|
climate_preset_key?: string | undefined;
|
|
537
537
|
can_edit?: boolean | undefined;
|
|
538
538
|
can_delete?: boolean | undefined;
|
|
539
|
-
|
|
539
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
540
540
|
name?: string | null | undefined;
|
|
541
541
|
display_name?: string | undefined;
|
|
542
542
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -557,7 +557,7 @@ export declare const thermostat_capability_properties: z.ZodObject<{
|
|
|
557
557
|
climate_preset_key: string;
|
|
558
558
|
can_edit: boolean;
|
|
559
559
|
can_delete: boolean;
|
|
560
|
-
|
|
560
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
561
561
|
display_name: string;
|
|
562
562
|
manual_override_allowed: boolean;
|
|
563
563
|
name?: string | null | undefined;
|
|
@@ -3490,7 +3490,7 @@ export declare const device: z.ZodObject<{
|
|
|
3490
3490
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
3491
3491
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
3492
3492
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
3493
|
-
|
|
3493
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
3494
3494
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
3495
3495
|
display_name: z.ZodOptional<z.ZodString>;
|
|
3496
3496
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -3518,7 +3518,7 @@ export declare const device: z.ZodObject<{
|
|
|
3518
3518
|
climate_preset_key?: string | undefined;
|
|
3519
3519
|
can_edit?: boolean | undefined;
|
|
3520
3520
|
can_delete?: boolean | undefined;
|
|
3521
|
-
|
|
3521
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
3522
3522
|
name?: string | null | undefined;
|
|
3523
3523
|
display_name?: string | undefined;
|
|
3524
3524
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -3538,7 +3538,7 @@ export declare const device: z.ZodObject<{
|
|
|
3538
3538
|
climate_preset_key?: string | undefined;
|
|
3539
3539
|
can_edit?: boolean | undefined;
|
|
3540
3540
|
can_delete?: boolean | undefined;
|
|
3541
|
-
|
|
3541
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
3542
3542
|
name?: string | null | undefined;
|
|
3543
3543
|
display_name?: string | undefined;
|
|
3544
3544
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -3559,7 +3559,7 @@ export declare const device: z.ZodObject<{
|
|
|
3559
3559
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
3560
3560
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
3561
3561
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
3562
|
-
|
|
3562
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
3563
3563
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
3564
3564
|
display_name: z.ZodOptional<z.ZodString>;
|
|
3565
3565
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -3587,7 +3587,7 @@ export declare const device: z.ZodObject<{
|
|
|
3587
3587
|
climate_preset_key?: string | undefined;
|
|
3588
3588
|
can_edit?: boolean | undefined;
|
|
3589
3589
|
can_delete?: boolean | undefined;
|
|
3590
|
-
|
|
3590
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
3591
3591
|
name?: string | null | undefined;
|
|
3592
3592
|
display_name?: string | undefined;
|
|
3593
3593
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -3607,7 +3607,7 @@ export declare const device: z.ZodObject<{
|
|
|
3607
3607
|
climate_preset_key?: string | undefined;
|
|
3608
3608
|
can_edit?: boolean | undefined;
|
|
3609
3609
|
can_delete?: boolean | undefined;
|
|
3610
|
-
|
|
3610
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
3611
3611
|
name?: string | null | undefined;
|
|
3612
3612
|
display_name?: string | undefined;
|
|
3613
3613
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -3628,7 +3628,7 @@ export declare const device: z.ZodObject<{
|
|
|
3628
3628
|
climate_preset_key: z.ZodString;
|
|
3629
3629
|
can_edit: z.ZodBoolean;
|
|
3630
3630
|
can_delete: z.ZodBoolean;
|
|
3631
|
-
|
|
3631
|
+
can_use_with_thermostat_daily_programs: z.ZodBoolean;
|
|
3632
3632
|
name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
|
|
3633
3633
|
display_name: z.ZodString;
|
|
3634
3634
|
climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
|
|
@@ -3656,7 +3656,7 @@ export declare const device: z.ZodObject<{
|
|
|
3656
3656
|
climate_preset_key: string;
|
|
3657
3657
|
can_edit: boolean;
|
|
3658
3658
|
can_delete: boolean;
|
|
3659
|
-
|
|
3659
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
3660
3660
|
display_name: string;
|
|
3661
3661
|
manual_override_allowed: boolean;
|
|
3662
3662
|
name?: string | null | undefined;
|
|
@@ -3676,7 +3676,7 @@ export declare const device: z.ZodObject<{
|
|
|
3676
3676
|
climate_preset_key: string;
|
|
3677
3677
|
can_edit: boolean;
|
|
3678
3678
|
can_delete: boolean;
|
|
3679
|
-
|
|
3679
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
3680
3680
|
display_name: string;
|
|
3681
3681
|
manual_override_allowed: boolean;
|
|
3682
3682
|
name?: string | null | undefined;
|
|
@@ -3857,7 +3857,7 @@ export declare const device: z.ZodObject<{
|
|
|
3857
3857
|
climate_preset_key?: string | undefined;
|
|
3858
3858
|
can_edit?: boolean | undefined;
|
|
3859
3859
|
can_delete?: boolean | undefined;
|
|
3860
|
-
|
|
3860
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
3861
3861
|
name?: string | null | undefined;
|
|
3862
3862
|
display_name?: string | undefined;
|
|
3863
3863
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -3878,7 +3878,7 @@ export declare const device: z.ZodObject<{
|
|
|
3878
3878
|
climate_preset_key?: string | undefined;
|
|
3879
3879
|
can_edit?: boolean | undefined;
|
|
3880
3880
|
can_delete?: boolean | undefined;
|
|
3881
|
-
|
|
3881
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
3882
3882
|
name?: string | null | undefined;
|
|
3883
3883
|
display_name?: string | undefined;
|
|
3884
3884
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -3899,7 +3899,7 @@ export declare const device: z.ZodObject<{
|
|
|
3899
3899
|
climate_preset_key: string;
|
|
3900
3900
|
can_edit: boolean;
|
|
3901
3901
|
can_delete: boolean;
|
|
3902
|
-
|
|
3902
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
3903
3903
|
display_name: string;
|
|
3904
3904
|
manual_override_allowed: boolean;
|
|
3905
3905
|
name?: string | null | undefined;
|
|
@@ -3990,7 +3990,7 @@ export declare const device: z.ZodObject<{
|
|
|
3990
3990
|
climate_preset_key?: string | undefined;
|
|
3991
3991
|
can_edit?: boolean | undefined;
|
|
3992
3992
|
can_delete?: boolean | undefined;
|
|
3993
|
-
|
|
3993
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
3994
3994
|
name?: string | null | undefined;
|
|
3995
3995
|
display_name?: string | undefined;
|
|
3996
3996
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -4011,7 +4011,7 @@ export declare const device: z.ZodObject<{
|
|
|
4011
4011
|
climate_preset_key?: string | undefined;
|
|
4012
4012
|
can_edit?: boolean | undefined;
|
|
4013
4013
|
can_delete?: boolean | undefined;
|
|
4014
|
-
|
|
4014
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
4015
4015
|
name?: string | null | undefined;
|
|
4016
4016
|
display_name?: string | undefined;
|
|
4017
4017
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -4032,7 +4032,7 @@ export declare const device: z.ZodObject<{
|
|
|
4032
4032
|
climate_preset_key: string;
|
|
4033
4033
|
can_edit: boolean;
|
|
4034
4034
|
can_delete: boolean;
|
|
4035
|
-
|
|
4035
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
4036
4036
|
display_name: string;
|
|
4037
4037
|
manual_override_allowed: boolean;
|
|
4038
4038
|
name?: string | null | undefined;
|
|
@@ -5217,7 +5217,7 @@ export declare const device: z.ZodObject<{
|
|
|
5217
5217
|
climate_preset_key?: string | undefined;
|
|
5218
5218
|
can_edit?: boolean | undefined;
|
|
5219
5219
|
can_delete?: boolean | undefined;
|
|
5220
|
-
|
|
5220
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
5221
5221
|
name?: string | null | undefined;
|
|
5222
5222
|
display_name?: string | undefined;
|
|
5223
5223
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -5238,7 +5238,7 @@ export declare const device: z.ZodObject<{
|
|
|
5238
5238
|
climate_preset_key?: string | undefined;
|
|
5239
5239
|
can_edit?: boolean | undefined;
|
|
5240
5240
|
can_delete?: boolean | undefined;
|
|
5241
|
-
|
|
5241
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
5242
5242
|
name?: string | null | undefined;
|
|
5243
5243
|
display_name?: string | undefined;
|
|
5244
5244
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -5259,7 +5259,7 @@ export declare const device: z.ZodObject<{
|
|
|
5259
5259
|
climate_preset_key: string;
|
|
5260
5260
|
can_edit: boolean;
|
|
5261
5261
|
can_delete: boolean;
|
|
5262
|
-
|
|
5262
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
5263
5263
|
display_name: string;
|
|
5264
5264
|
manual_override_allowed: boolean;
|
|
5265
5265
|
name?: string | null | undefined;
|
|
@@ -5876,7 +5876,7 @@ export declare const device: z.ZodObject<{
|
|
|
5876
5876
|
climate_preset_key?: string | undefined;
|
|
5877
5877
|
can_edit?: boolean | undefined;
|
|
5878
5878
|
can_delete?: boolean | undefined;
|
|
5879
|
-
|
|
5879
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
5880
5880
|
name?: string | null | undefined;
|
|
5881
5881
|
display_name?: string | undefined;
|
|
5882
5882
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -5897,7 +5897,7 @@ export declare const device: z.ZodObject<{
|
|
|
5897
5897
|
climate_preset_key?: string | undefined;
|
|
5898
5898
|
can_edit?: boolean | undefined;
|
|
5899
5899
|
can_delete?: boolean | undefined;
|
|
5900
|
-
|
|
5900
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
5901
5901
|
name?: string | null | undefined;
|
|
5902
5902
|
display_name?: string | undefined;
|
|
5903
5903
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -5918,7 +5918,7 @@ export declare const device: z.ZodObject<{
|
|
|
5918
5918
|
climate_preset_key: string;
|
|
5919
5919
|
can_edit: boolean;
|
|
5920
5920
|
can_delete: boolean;
|
|
5921
|
-
|
|
5921
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
5922
5922
|
display_name: string;
|
|
5923
5923
|
manual_override_allowed: boolean;
|
|
5924
5924
|
name?: string | null | undefined;
|
|
@@ -1625,7 +1625,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1625
1625
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
1626
1626
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
1627
1627
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
1628
|
-
|
|
1628
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
1629
1629
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
1630
1630
|
display_name: z.ZodOptional<z.ZodString>;
|
|
1631
1631
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -1653,7 +1653,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1653
1653
|
climate_preset_key?: string | undefined;
|
|
1654
1654
|
can_edit?: boolean | undefined;
|
|
1655
1655
|
can_delete?: boolean | undefined;
|
|
1656
|
-
|
|
1656
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
1657
1657
|
name?: string | null | undefined;
|
|
1658
1658
|
display_name?: string | undefined;
|
|
1659
1659
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -1673,7 +1673,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1673
1673
|
climate_preset_key?: string | undefined;
|
|
1674
1674
|
can_edit?: boolean | undefined;
|
|
1675
1675
|
can_delete?: boolean | undefined;
|
|
1676
|
-
|
|
1676
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
1677
1677
|
name?: string | null | undefined;
|
|
1678
1678
|
display_name?: string | undefined;
|
|
1679
1679
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -1694,7 +1694,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1694
1694
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
1695
1695
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
1696
1696
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
1697
|
-
|
|
1697
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
1698
1698
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
1699
1699
|
display_name: z.ZodOptional<z.ZodString>;
|
|
1700
1700
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -1722,7 +1722,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1722
1722
|
climate_preset_key?: string | undefined;
|
|
1723
1723
|
can_edit?: boolean | undefined;
|
|
1724
1724
|
can_delete?: boolean | undefined;
|
|
1725
|
-
|
|
1725
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
1726
1726
|
name?: string | null | undefined;
|
|
1727
1727
|
display_name?: string | undefined;
|
|
1728
1728
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -1742,7 +1742,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1742
1742
|
climate_preset_key?: string | undefined;
|
|
1743
1743
|
can_edit?: boolean | undefined;
|
|
1744
1744
|
can_delete?: boolean | undefined;
|
|
1745
|
-
|
|
1745
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
1746
1746
|
name?: string | null | undefined;
|
|
1747
1747
|
display_name?: string | undefined;
|
|
1748
1748
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -1763,7 +1763,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1763
1763
|
climate_preset_key: z.ZodString;
|
|
1764
1764
|
can_edit: z.ZodBoolean;
|
|
1765
1765
|
can_delete: z.ZodBoolean;
|
|
1766
|
-
|
|
1766
|
+
can_use_with_thermostat_daily_programs: z.ZodBoolean;
|
|
1767
1767
|
name: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>;
|
|
1768
1768
|
display_name: z.ZodString;
|
|
1769
1769
|
climate_preset_mode: z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>;
|
|
@@ -1791,7 +1791,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1791
1791
|
climate_preset_key: string;
|
|
1792
1792
|
can_edit: boolean;
|
|
1793
1793
|
can_delete: boolean;
|
|
1794
|
-
|
|
1794
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
1795
1795
|
display_name: string;
|
|
1796
1796
|
manual_override_allowed: boolean;
|
|
1797
1797
|
name?: string | null | undefined;
|
|
@@ -1811,7 +1811,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1811
1811
|
climate_preset_key: string;
|
|
1812
1812
|
can_edit: boolean;
|
|
1813
1813
|
can_delete: boolean;
|
|
1814
|
-
|
|
1814
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
1815
1815
|
display_name: string;
|
|
1816
1816
|
manual_override_allowed: boolean;
|
|
1817
1817
|
name?: string | null | undefined;
|
|
@@ -1992,7 +1992,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
1992
1992
|
climate_preset_key?: string | undefined;
|
|
1993
1993
|
can_edit?: boolean | undefined;
|
|
1994
1994
|
can_delete?: boolean | undefined;
|
|
1995
|
-
|
|
1995
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
1996
1996
|
name?: string | null | undefined;
|
|
1997
1997
|
display_name?: string | undefined;
|
|
1998
1998
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -2013,7 +2013,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2013
2013
|
climate_preset_key?: string | undefined;
|
|
2014
2014
|
can_edit?: boolean | undefined;
|
|
2015
2015
|
can_delete?: boolean | undefined;
|
|
2016
|
-
|
|
2016
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
2017
2017
|
name?: string | null | undefined;
|
|
2018
2018
|
display_name?: string | undefined;
|
|
2019
2019
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -2034,7 +2034,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2034
2034
|
climate_preset_key: string;
|
|
2035
2035
|
can_edit: boolean;
|
|
2036
2036
|
can_delete: boolean;
|
|
2037
|
-
|
|
2037
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
2038
2038
|
display_name: string;
|
|
2039
2039
|
manual_override_allowed: boolean;
|
|
2040
2040
|
name?: string | null | undefined;
|
|
@@ -2125,7 +2125,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2125
2125
|
climate_preset_key?: string | undefined;
|
|
2126
2126
|
can_edit?: boolean | undefined;
|
|
2127
2127
|
can_delete?: boolean | undefined;
|
|
2128
|
-
|
|
2128
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
2129
2129
|
name?: string | null | undefined;
|
|
2130
2130
|
display_name?: string | undefined;
|
|
2131
2131
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -2146,7 +2146,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2146
2146
|
climate_preset_key?: string | undefined;
|
|
2147
2147
|
can_edit?: boolean | undefined;
|
|
2148
2148
|
can_delete?: boolean | undefined;
|
|
2149
|
-
|
|
2149
|
+
can_use_with_thermostat_daily_programs?: boolean | undefined;
|
|
2150
2150
|
name?: string | null | undefined;
|
|
2151
2151
|
display_name?: string | undefined;
|
|
2152
2152
|
climate_preset_mode?: "home" | "away" | "wake" | "sleep" | "occupied" | "unoccupied" | undefined;
|
|
@@ -2167,7 +2167,7 @@ export declare const unmanaged_device: z.ZodObject<Pick<{
|
|
|
2167
2167
|
climate_preset_key: string;
|
|
2168
2168
|
can_edit: boolean;
|
|
2169
2169
|
can_delete: boolean;
|
|
2170
|
-
|
|
2170
|
+
can_use_with_thermostat_daily_programs: boolean;
|
|
2171
2171
|
display_name: string;
|
|
2172
2172
|
manual_override_allowed: boolean;
|
|
2173
2173
|
name?: string | null | undefined;
|
|
@@ -1000,7 +1000,7 @@ export declare const thermostat_manually_adjusted_event: z.ZodObject<{
|
|
|
1000
1000
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
1001
1001
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
1002
1002
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
1003
|
-
|
|
1003
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
1004
1004
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
1005
1005
|
display_name: z.ZodOptional<z.ZodString>;
|
|
1006
1006
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -2231,7 +2231,7 @@ export declare const device_events: readonly [z.ZodObject<{
|
|
|
2231
2231
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
2232
2232
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
2233
2233
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
2234
|
-
|
|
2234
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
2235
2235
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
2236
2236
|
display_name: z.ZodOptional<z.ZodString>;
|
|
2237
2237
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|
|
@@ -2681,7 +2681,7 @@ export declare const seam_event: z.ZodDiscriminatedUnion<"event_type", [z.ZodObj
|
|
|
2681
2681
|
climate_preset_key: z.ZodOptional<z.ZodString>;
|
|
2682
2682
|
can_edit: z.ZodOptional<z.ZodBoolean>;
|
|
2683
2683
|
can_delete: z.ZodOptional<z.ZodBoolean>;
|
|
2684
|
-
|
|
2684
|
+
can_use_with_thermostat_daily_programs: z.ZodOptional<z.ZodBoolean>;
|
|
2685
2685
|
name: z.ZodOptional<z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodString>>>>;
|
|
2686
2686
|
display_name: z.ZodOptional<z.ZodString>;
|
|
2687
2687
|
climate_preset_mode: z.ZodOptional<z.ZodOptional<z.ZodEnum<["home", "away", "wake", "sleep", "occupied", "unoccupied"]>>>;
|