@awarevue/api-types 1.0.108 → 1.0.109

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.
@@ -18,6 +18,747 @@ export type CommandRun<TCommand extends AnyDeviceCommand = AnyDeviceCommand> = {
18
18
  deviceId: string;
19
19
  senderId?: number;
20
20
  } & TCommand;
21
+ export declare const commandSchemas: {
22
+ readonly 'display.set-view': import("zod").ZodObject<{
23
+ command: import("zod").ZodLiteral<"display.set-view">;
24
+ params: import("zod").ZodObject<{
25
+ tiles: import("zod").ZodArray<import("zod").ZodObject<{
26
+ items: import("zod").ZodArray<import("zod").ZodUnion<[import("zod").ZodObject<{
27
+ type: import("zod").ZodLiteral<"camera">;
28
+ name: import("zod").ZodString;
29
+ username: import("zod").ZodString;
30
+ password: import("zod").ZodString;
31
+ streams: import("zod").ZodArray<import("zod").ZodObject<{
32
+ streamId: import("zod").ZodString;
33
+ displayName: import("zod").ZodString;
34
+ resolution: import("zod").ZodNullable<import("zod").ZodString>;
35
+ rtspUrl: import("zod").ZodString;
36
+ }, "strip", import("zod").ZodTypeAny, {
37
+ resolution: string | null;
38
+ displayName: string;
39
+ streamId: string;
40
+ rtspUrl: string;
41
+ }, {
42
+ resolution: string | null;
43
+ displayName: string;
44
+ streamId: string;
45
+ rtspUrl: string;
46
+ }>, "many">;
47
+ }, "strip", import("zod").ZodTypeAny, {
48
+ name: string;
49
+ type: "camera";
50
+ streams: {
51
+ resolution: string | null;
52
+ displayName: string;
53
+ streamId: string;
54
+ rtspUrl: string;
55
+ }[];
56
+ username: string;
57
+ password: string;
58
+ }, {
59
+ name: string;
60
+ type: "camera";
61
+ streams: {
62
+ resolution: string | null;
63
+ displayName: string;
64
+ streamId: string;
65
+ rtspUrl: string;
66
+ }[];
67
+ username: string;
68
+ password: string;
69
+ }>, import("zod").ZodObject<{
70
+ type: import("zod").ZodLiteral<"empty">;
71
+ }, "strip", import("zod").ZodTypeAny, {
72
+ type: "empty";
73
+ }, {
74
+ type: "empty";
75
+ }>]>, "many">;
76
+ }, "strip", import("zod").ZodTypeAny, {
77
+ items: ({
78
+ name: string;
79
+ type: "camera";
80
+ streams: {
81
+ resolution: string | null;
82
+ displayName: string;
83
+ streamId: string;
84
+ rtspUrl: string;
85
+ }[];
86
+ username: string;
87
+ password: string;
88
+ } | {
89
+ type: "empty";
90
+ })[];
91
+ }, {
92
+ items: ({
93
+ name: string;
94
+ type: "camera";
95
+ streams: {
96
+ resolution: string | null;
97
+ displayName: string;
98
+ streamId: string;
99
+ rtspUrl: string;
100
+ }[];
101
+ username: string;
102
+ password: string;
103
+ } | {
104
+ type: "empty";
105
+ })[];
106
+ }>, "many">;
107
+ }, "strip", import("zod").ZodTypeAny, {
108
+ tiles: {
109
+ items: ({
110
+ name: string;
111
+ type: "camera";
112
+ streams: {
113
+ resolution: string | null;
114
+ displayName: string;
115
+ streamId: string;
116
+ rtspUrl: string;
117
+ }[];
118
+ username: string;
119
+ password: string;
120
+ } | {
121
+ type: "empty";
122
+ })[];
123
+ }[];
124
+ }, {
125
+ tiles: {
126
+ items: ({
127
+ name: string;
128
+ type: "camera";
129
+ streams: {
130
+ resolution: string | null;
131
+ displayName: string;
132
+ streamId: string;
133
+ rtspUrl: string;
134
+ }[];
135
+ username: string;
136
+ password: string;
137
+ } | {
138
+ type: "empty";
139
+ })[];
140
+ }[];
141
+ }>;
142
+ }, "strip", import("zod").ZodTypeAny, {
143
+ params: {
144
+ tiles: {
145
+ items: ({
146
+ name: string;
147
+ type: "camera";
148
+ streams: {
149
+ resolution: string | null;
150
+ displayName: string;
151
+ streamId: string;
152
+ rtspUrl: string;
153
+ }[];
154
+ username: string;
155
+ password: string;
156
+ } | {
157
+ type: "empty";
158
+ })[];
159
+ }[];
160
+ };
161
+ command: "display.set-view";
162
+ }, {
163
+ params: {
164
+ tiles: {
165
+ items: ({
166
+ name: string;
167
+ type: "camera";
168
+ streams: {
169
+ resolution: string | null;
170
+ displayName: string;
171
+ streamId: string;
172
+ rtspUrl: string;
173
+ }[];
174
+ username: string;
175
+ password: string;
176
+ } | {
177
+ type: "empty";
178
+ })[];
179
+ }[];
180
+ };
181
+ command: "display.set-view";
182
+ }>;
183
+ readonly 'presence-tracker.check-in': import("zod").ZodObject<{
184
+ command: import("zod").ZodLiteral<"presence-tracker.check-in">;
185
+ params: import("zod").ZodObject<{
186
+ personId: import("zod").ZodString;
187
+ zoneId: import("zod").ZodNullable<import("zod").ZodString>;
188
+ }, "strip", import("zod").ZodTypeAny, {
189
+ personId: string;
190
+ zoneId: string | null;
191
+ }, {
192
+ personId: string;
193
+ zoneId: string | null;
194
+ }>;
195
+ }, "strip", import("zod").ZodTypeAny, {
196
+ params: {
197
+ personId: string;
198
+ zoneId: string | null;
199
+ };
200
+ command: "presence-tracker.check-in";
201
+ }, {
202
+ params: {
203
+ personId: string;
204
+ zoneId: string | null;
205
+ };
206
+ command: "presence-tracker.check-in";
207
+ }>;
208
+ readonly 'presence-tracker.check-out': import("zod").ZodObject<{
209
+ command: import("zod").ZodLiteral<"presence-tracker.check-out">;
210
+ params: import("zod").ZodObject<{
211
+ personId: import("zod").ZodString;
212
+ zoneId: import("zod").ZodNullable<import("zod").ZodString>;
213
+ leave: import("zod").ZodBoolean;
214
+ }, "strip", import("zod").ZodTypeAny, {
215
+ personId: string;
216
+ zoneId: string | null;
217
+ leave: boolean;
218
+ }, {
219
+ personId: string;
220
+ zoneId: string | null;
221
+ leave: boolean;
222
+ }>;
223
+ }, "strip", import("zod").ZodTypeAny, {
224
+ params: {
225
+ personId: string;
226
+ zoneId: string | null;
227
+ leave: boolean;
228
+ };
229
+ command: "presence-tracker.check-out";
230
+ }, {
231
+ params: {
232
+ personId: string;
233
+ zoneId: string | null;
234
+ leave: boolean;
235
+ };
236
+ command: "presence-tracker.check-out";
237
+ }>;
238
+ readonly 'presence-tracker.toggle-presence': import("zod").ZodObject<{
239
+ command: import("zod").ZodLiteral<"presence-tracker.toggle-presence">;
240
+ params: import("zod").ZodObject<{
241
+ personId: import("zod").ZodString;
242
+ zoneId: import("zod").ZodNullable<import("zod").ZodString>;
243
+ }, "strip", import("zod").ZodTypeAny, {
244
+ personId: string;
245
+ zoneId: string | null;
246
+ }, {
247
+ personId: string;
248
+ zoneId: string | null;
249
+ }>;
250
+ }, "strip", import("zod").ZodTypeAny, {
251
+ params: {
252
+ personId: string;
253
+ zoneId: string | null;
254
+ };
255
+ command: "presence-tracker.toggle-presence";
256
+ }, {
257
+ params: {
258
+ personId: string;
259
+ zoneId: string | null;
260
+ };
261
+ command: "presence-tracker.toggle-presence";
262
+ }>;
263
+ readonly 'pbx.call': import("zod").ZodObject<{
264
+ command: import("zod").ZodLiteral<"pbx.call">;
265
+ params: import("zod").ZodObject<{
266
+ endpoint: import("zod").ZodString;
267
+ soundFile: import("zod").ZodString;
268
+ context: import("zod").ZodOptional<import("zod").ZodString>;
269
+ callerId: import("zod").ZodOptional<import("zod").ZodString>;
270
+ }, "strip", import("zod").ZodTypeAny, {
271
+ endpoint: string;
272
+ soundFile: string;
273
+ context?: string | undefined;
274
+ callerId?: string | undefined;
275
+ }, {
276
+ endpoint: string;
277
+ soundFile: string;
278
+ context?: string | undefined;
279
+ callerId?: string | undefined;
280
+ }>;
281
+ }, "strip", import("zod").ZodTypeAny, {
282
+ params: {
283
+ endpoint: string;
284
+ soundFile: string;
285
+ context?: string | undefined;
286
+ callerId?: string | undefined;
287
+ };
288
+ command: "pbx.call";
289
+ }, {
290
+ params: {
291
+ endpoint: string;
292
+ soundFile: string;
293
+ context?: string | undefined;
294
+ callerId?: string | undefined;
295
+ };
296
+ command: "pbx.call";
297
+ }>;
298
+ readonly 'io-board.set-output': import("zod").ZodObject<{
299
+ command: import("zod").ZodLiteral<"io-board.set-output">;
300
+ params: import("zod").ZodObject<{
301
+ output: import("zod").ZodString;
302
+ value: import("zod").ZodBoolean;
303
+ }, "strip", import("zod").ZodTypeAny, {
304
+ value: boolean;
305
+ output: string;
306
+ }, {
307
+ value: boolean;
308
+ output: string;
309
+ }>;
310
+ }, "strip", import("zod").ZodTypeAny, {
311
+ params: {
312
+ value: boolean;
313
+ output: string;
314
+ };
315
+ command: "io-board.set-output";
316
+ }, {
317
+ params: {
318
+ value: boolean;
319
+ output: string;
320
+ };
321
+ command: "io-board.set-output";
322
+ }>;
323
+ readonly 'door.unlock': import("zod").ZodObject<{
324
+ command: import("zod").ZodLiteral<"door.unlock">;
325
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
326
+ }, "strip", import("zod").ZodTypeAny, {
327
+ params: {};
328
+ command: "door.unlock";
329
+ }, {
330
+ params: {};
331
+ command: "door.unlock";
332
+ }>;
333
+ readonly 'door.lock': import("zod").ZodObject<{
334
+ command: import("zod").ZodLiteral<"door.lock">;
335
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
336
+ }, "strip", import("zod").ZodTypeAny, {
337
+ params: {};
338
+ command: "door.lock";
339
+ }, {
340
+ params: {};
341
+ command: "door.lock";
342
+ }>;
343
+ readonly 'door.release': import("zod").ZodObject<{
344
+ command: import("zod").ZodLiteral<"door.release">;
345
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
346
+ }, "strip", import("zod").ZodTypeAny, {
347
+ params: {};
348
+ command: "door.release";
349
+ }, {
350
+ params: {};
351
+ command: "door.release";
352
+ }>;
353
+ readonly 'door.alarm-ack': import("zod").ZodObject<{
354
+ command: import("zod").ZodLiteral<"door.alarm-ack">;
355
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
356
+ }, "strip", import("zod").ZodTypeAny, {
357
+ params: {};
358
+ command: "door.alarm-ack";
359
+ }, {
360
+ params: {};
361
+ command: "door.alarm-ack";
362
+ }>;
363
+ readonly 'camera-lift.raise': import("zod").ZodObject<{
364
+ command: import("zod").ZodLiteral<"camera-lift.raise">;
365
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
366
+ }, "strip", import("zod").ZodTypeAny, {
367
+ params: {};
368
+ command: "camera-lift.raise";
369
+ }, {
370
+ params: {};
371
+ command: "camera-lift.raise";
372
+ }>;
373
+ readonly 'camera-lift.lower': import("zod").ZodObject<{
374
+ command: import("zod").ZodLiteral<"camera-lift.lower">;
375
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
376
+ }, "strip", import("zod").ZodTypeAny, {
377
+ params: {};
378
+ command: "camera-lift.lower";
379
+ }, {
380
+ params: {};
381
+ command: "camera-lift.lower";
382
+ }>;
383
+ readonly 'camera.ptz-set': import("zod").ZodObject<{
384
+ command: import("zod").ZodLiteral<"camera.ptz-set">;
385
+ params: import("zod").ZodObject<{
386
+ pan: import("zod").ZodNumber;
387
+ tilt: import("zod").ZodNumber;
388
+ zoom: import("zod").ZodNumber;
389
+ }, "strip", import("zod").ZodTypeAny, {
390
+ pan: number;
391
+ zoom: number;
392
+ tilt: number;
393
+ }, {
394
+ pan: number;
395
+ zoom: number;
396
+ tilt: number;
397
+ }>;
398
+ }, "strip", import("zod").ZodTypeAny, {
399
+ params: {
400
+ pan: number;
401
+ zoom: number;
402
+ tilt: number;
403
+ };
404
+ command: "camera.ptz-set";
405
+ }, {
406
+ params: {
407
+ pan: number;
408
+ zoom: number;
409
+ tilt: number;
410
+ };
411
+ command: "camera.ptz-set";
412
+ }>;
413
+ readonly 'camera.ptz-move': import("zod").ZodObject<{
414
+ command: import("zod").ZodLiteral<"camera.ptz-move">;
415
+ params: import("zod").ZodObject<{
416
+ direction: import("zod").ZodEnum<["Up", "Down", "Left", "Right", "ZoomIn", "ZoomOut", "UpLeft", "UpRight", "DownLeft", "DownRight"]>;
417
+ }, "strip", import("zod").ZodTypeAny, {
418
+ direction: "Up" | "Down" | "Left" | "Right" | "ZoomIn" | "ZoomOut" | "UpLeft" | "UpRight" | "DownLeft" | "DownRight";
419
+ }, {
420
+ direction: "Up" | "Down" | "Left" | "Right" | "ZoomIn" | "ZoomOut" | "UpLeft" | "UpRight" | "DownLeft" | "DownRight";
421
+ }>;
422
+ }, "strip", import("zod").ZodTypeAny, {
423
+ params: {
424
+ direction: "Up" | "Down" | "Left" | "Right" | "ZoomIn" | "ZoomOut" | "UpLeft" | "UpRight" | "DownLeft" | "DownRight";
425
+ };
426
+ command: "camera.ptz-move";
427
+ }, {
428
+ params: {
429
+ direction: "Up" | "Down" | "Left" | "Right" | "ZoomIn" | "ZoomOut" | "UpLeft" | "UpRight" | "DownLeft" | "DownRight";
430
+ };
431
+ command: "camera.ptz-move";
432
+ }>;
433
+ readonly 'camera.enable': import("zod").ZodObject<{
434
+ command: import("zod").ZodLiteral<"camera.enable">;
435
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
436
+ }, "strip", import("zod").ZodTypeAny, {
437
+ params: {};
438
+ command: "camera.enable";
439
+ }, {
440
+ params: {};
441
+ command: "camera.enable";
442
+ }>;
443
+ readonly 'camera.disable': import("zod").ZodObject<{
444
+ command: import("zod").ZodLiteral<"camera.disable">;
445
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
446
+ }, "strip", import("zod").ZodTypeAny, {
447
+ params: {};
448
+ command: "camera.disable";
449
+ }, {
450
+ params: {};
451
+ command: "camera.disable";
452
+ }>;
453
+ readonly 'camera.preset-save': import("zod").ZodObject<{
454
+ command: import("zod").ZodLiteral<"camera.preset-save">;
455
+ params: import("zod").ZodObject<{
456
+ presetId: import("zod").ZodString;
457
+ presetInfo: import("zod").ZodObject<{
458
+ name: import("zod").ZodString;
459
+ isDefault: import("zod").ZodBoolean;
460
+ values: import("zod").ZodUnknown;
461
+ }, "strip", import("zod").ZodTypeAny, {
462
+ name: string;
463
+ isDefault: boolean;
464
+ values?: unknown;
465
+ }, {
466
+ name: string;
467
+ isDefault: boolean;
468
+ values?: unknown;
469
+ }>;
470
+ }, "strip", import("zod").ZodTypeAny, {
471
+ presetId: string;
472
+ presetInfo: {
473
+ name: string;
474
+ isDefault: boolean;
475
+ values?: unknown;
476
+ };
477
+ }, {
478
+ presetId: string;
479
+ presetInfo: {
480
+ name: string;
481
+ isDefault: boolean;
482
+ values?: unknown;
483
+ };
484
+ }>;
485
+ }, "strip", import("zod").ZodTypeAny, {
486
+ params: {
487
+ presetId: string;
488
+ presetInfo: {
489
+ name: string;
490
+ isDefault: boolean;
491
+ values?: unknown;
492
+ };
493
+ };
494
+ command: "camera.preset-save";
495
+ }, {
496
+ params: {
497
+ presetId: string;
498
+ presetInfo: {
499
+ name: string;
500
+ isDefault: boolean;
501
+ values?: unknown;
502
+ };
503
+ };
504
+ command: "camera.preset-save";
505
+ }>;
506
+ readonly 'camera.preset-activate': import("zod").ZodObject<{
507
+ command: import("zod").ZodLiteral<"camera.preset-activate">;
508
+ params: import("zod").ZodObject<{
509
+ presetId: import("zod").ZodString;
510
+ }, "strip", import("zod").ZodTypeAny, {
511
+ presetId: string;
512
+ }, {
513
+ presetId: string;
514
+ }>;
515
+ }, "strip", import("zod").ZodTypeAny, {
516
+ params: {
517
+ presetId: string;
518
+ };
519
+ command: "camera.preset-activate";
520
+ }, {
521
+ params: {
522
+ presetId: string;
523
+ };
524
+ command: "camera.preset-activate";
525
+ }>;
526
+ readonly 'camera.preset-delete': import("zod").ZodObject<{
527
+ command: import("zod").ZodLiteral<"camera.preset-delete">;
528
+ params: import("zod").ZodObject<{
529
+ presetId: import("zod").ZodString;
530
+ assignedRef: import("zod").ZodNullable<import("zod").ZodString>;
531
+ }, "strip", import("zod").ZodTypeAny, {
532
+ presetId: string;
533
+ assignedRef: string | null;
534
+ }, {
535
+ presetId: string;
536
+ assignedRef: string | null;
537
+ }>;
538
+ }, "strip", import("zod").ZodTypeAny, {
539
+ params: {
540
+ presetId: string;
541
+ assignedRef: string | null;
542
+ };
543
+ command: "camera.preset-delete";
544
+ }, {
545
+ params: {
546
+ presetId: string;
547
+ assignedRef: string | null;
548
+ };
549
+ command: "camera.preset-delete";
550
+ }>;
551
+ readonly 'camera.ptz-begin-move': import("zod").ZodObject<{
552
+ command: import("zod").ZodLiteral<"camera.ptz-begin-move">;
553
+ params: import("zod").ZodObject<{
554
+ pan: import("zod").ZodNumber;
555
+ tilt: import("zod").ZodNumber;
556
+ zoom: import("zod").ZodNumber;
557
+ }, "strip", import("zod").ZodTypeAny, {
558
+ pan: number;
559
+ zoom: number;
560
+ tilt: number;
561
+ }, {
562
+ pan: number;
563
+ zoom: number;
564
+ tilt: number;
565
+ }>;
566
+ }, "strip", import("zod").ZodTypeAny, {
567
+ params: {
568
+ pan: number;
569
+ zoom: number;
570
+ tilt: number;
571
+ };
572
+ command: "camera.ptz-begin-move";
573
+ }, {
574
+ params: {
575
+ pan: number;
576
+ zoom: number;
577
+ tilt: number;
578
+ };
579
+ command: "camera.ptz-begin-move";
580
+ }>;
581
+ readonly 'camera.ptz-end-move': import("zod").ZodObject<{
582
+ command: import("zod").ZodLiteral<"camera.ptz-end-move">;
583
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
584
+ }, "strip", import("zod").ZodTypeAny, {
585
+ params: {};
586
+ command: "camera.ptz-end-move";
587
+ }, {
588
+ params: {};
589
+ command: "camera.ptz-end-move";
590
+ }>;
591
+ readonly 'camera.enable-detection': import("zod").ZodObject<{
592
+ command: import("zod").ZodLiteral<"camera.enable-detection">;
593
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
594
+ }, "strip", import("zod").ZodTypeAny, {
595
+ params: {};
596
+ command: "camera.enable-detection";
597
+ }, {
598
+ params: {};
599
+ command: "camera.enable-detection";
600
+ }>;
601
+ readonly 'camera.disable-detection': import("zod").ZodObject<{
602
+ command: import("zod").ZodLiteral<"camera.disable-detection">;
603
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
604
+ }, "strip", import("zod").ZodTypeAny, {
605
+ params: {};
606
+ command: "camera.disable-detection";
607
+ }, {
608
+ params: {};
609
+ command: "camera.disable-detection";
610
+ }>;
611
+ readonly 'alarm.arm': import("zod").ZodObject<{
612
+ command: import("zod").ZodLiteral<"alarm.arm">;
613
+ params: import("zod").ZodObject<{
614
+ deviceId: import("zod").ZodString;
615
+ }, "strip", import("zod").ZodTypeAny, {
616
+ deviceId: string;
617
+ }, {
618
+ deviceId: string;
619
+ }>;
620
+ }, "strip", import("zod").ZodTypeAny, {
621
+ params: {
622
+ deviceId: string;
623
+ };
624
+ command: "alarm.arm";
625
+ }, {
626
+ params: {
627
+ deviceId: string;
628
+ };
629
+ command: "alarm.arm";
630
+ }>;
631
+ readonly 'alarm.disarm': import("zod").ZodObject<{
632
+ command: import("zod").ZodLiteral<"alarm.disarm">;
633
+ params: import("zod").ZodObject<{
634
+ deviceId: import("zod").ZodString;
635
+ duration: import("zod").ZodOptional<import("zod").ZodNumber>;
636
+ }, "strip", import("zod").ZodTypeAny, {
637
+ deviceId: string;
638
+ duration?: number | undefined;
639
+ }, {
640
+ deviceId: string;
641
+ duration?: number | undefined;
642
+ }>;
643
+ }, "strip", import("zod").ZodTypeAny, {
644
+ params: {
645
+ deviceId: string;
646
+ duration?: number | undefined;
647
+ };
648
+ command: "alarm.disarm";
649
+ }, {
650
+ params: {
651
+ deviceId: string;
652
+ duration?: number | undefined;
653
+ };
654
+ command: "alarm.disarm";
655
+ }>;
656
+ readonly 'alarm.arm-all': import("zod").ZodObject<{
657
+ command: import("zod").ZodLiteral<"alarm.arm-all">;
658
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
659
+ }, "strip", import("zod").ZodTypeAny, {
660
+ params: {};
661
+ command: "alarm.arm-all";
662
+ }, {
663
+ params: {};
664
+ command: "alarm.arm-all";
665
+ }>;
666
+ readonly 'alarm.disarm-all': import("zod").ZodObject<{
667
+ command: import("zod").ZodLiteral<"alarm.disarm-all">;
668
+ params: import("zod").ZodObject<{
669
+ duration: import("zod").ZodOptional<import("zod").ZodNumber>;
670
+ }, "strip", import("zod").ZodTypeAny, {
671
+ duration?: number | undefined;
672
+ }, {
673
+ duration?: number | undefined;
674
+ }>;
675
+ }, "strip", import("zod").ZodTypeAny, {
676
+ params: {
677
+ duration?: number | undefined;
678
+ };
679
+ command: "alarm.disarm-all";
680
+ }, {
681
+ params: {
682
+ duration?: number | undefined;
683
+ };
684
+ command: "alarm.disarm-all";
685
+ }>;
686
+ readonly 'alarm.acknowledge': import("zod").ZodObject<{
687
+ command: import("zod").ZodLiteral<"alarm.acknowledge">;
688
+ params: import("zod").ZodObject<{}, "strip", import("zod").ZodTypeAny, {}, {}>;
689
+ }, "strip", import("zod").ZodTypeAny, {
690
+ params: {};
691
+ command: "alarm.acknowledge";
692
+ }, {
693
+ params: {};
694
+ command: "alarm.acknowledge";
695
+ }>;
696
+ readonly 'alarm.set-trigger': import("zod").ZodObject<{
697
+ command: import("zod").ZodLiteral<"alarm.set-trigger">;
698
+ params: import("zod").ZodObject<{
699
+ event: import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>;
700
+ onlyIfArmed: import("zod").ZodBoolean;
701
+ }, "strip", import("zod").ZodTypeAny, {
702
+ event: Record<string, unknown>;
703
+ onlyIfArmed: boolean;
704
+ }, {
705
+ event: Record<string, unknown>;
706
+ onlyIfArmed: boolean;
707
+ }>;
708
+ }, "strip", import("zod").ZodTypeAny, {
709
+ params: {
710
+ event: Record<string, unknown>;
711
+ onlyIfArmed: boolean;
712
+ };
713
+ command: "alarm.set-trigger";
714
+ }, {
715
+ params: {
716
+ event: Record<string, unknown>;
717
+ onlyIfArmed: boolean;
718
+ };
719
+ command: "alarm.set-trigger";
720
+ }>;
721
+ readonly 'alarm.bypass': import("zod").ZodObject<{
722
+ command: import("zod").ZodLiteral<"alarm.bypass">;
723
+ params: import("zod").ZodObject<{
724
+ deviceId: import("zod").ZodString;
725
+ }, "strip", import("zod").ZodTypeAny, {
726
+ deviceId: string;
727
+ }, {
728
+ deviceId: string;
729
+ }>;
730
+ }, "strip", import("zod").ZodTypeAny, {
731
+ params: {
732
+ deviceId: string;
733
+ };
734
+ command: "alarm.bypass";
735
+ }, {
736
+ params: {
737
+ deviceId: string;
738
+ };
739
+ command: "alarm.bypass";
740
+ }>;
741
+ readonly 'alarm.unbypass': import("zod").ZodObject<{
742
+ command: import("zod").ZodLiteral<"alarm.unbypass">;
743
+ params: import("zod").ZodObject<{
744
+ deviceId: import("zod").ZodString;
745
+ }, "strip", import("zod").ZodTypeAny, {
746
+ deviceId: string;
747
+ }, {
748
+ deviceId: string;
749
+ }>;
750
+ }, "strip", import("zod").ZodTypeAny, {
751
+ params: {
752
+ deviceId: string;
753
+ };
754
+ command: "alarm.unbypass";
755
+ }, {
756
+ params: {
757
+ deviceId: string;
758
+ };
759
+ command: "alarm.unbypass";
760
+ }>;
761
+ };
21
762
  export declare const commandDescriptions: Record<AnyDeviceCommand['command'], {
22
763
  description: string;
23
764
  permission: PermissionId;