@awarevue/api-types 2.0.44 → 2.0.45
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/api/agent-protocol/protocol.d.ts +56 -28
- package/dist/api/commands/all.d.ts +36 -18
- package/dist/api/commands/nvr-exporter.d.ts +36 -18
- package/dist/api/commands/server.d.ts +36 -18
- package/dist/api/queries/all.d.ts +42 -21
- package/dist/api/queries/nvr-recorder.d.ts +84 -42
- package/dist/objects/device/any-device.d.ts +30 -15
- package/dist/objects/device/camera.d.ts +16 -8
- package/dist/objects/device/camera.js +2 -1
- package/dist/objects/device/device-import.d.ts +52 -26
- package/dist/package.json +1 -1
- package/dist/primitives.d.ts +20 -10
- package/package.json +1 -1
|
@@ -106,7 +106,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
106
106
|
id: z.ZodString;
|
|
107
107
|
displayName: z.ZodString;
|
|
108
108
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
109
|
-
rtspUrl: z.ZodString
|
|
109
|
+
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
110
|
+
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
110
111
|
recordingCapable: z.ZodBoolean;
|
|
111
112
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
112
113
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -121,7 +122,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
121
122
|
id: string;
|
|
122
123
|
displayName: string;
|
|
123
124
|
externalPlayerUrl: string | null;
|
|
124
|
-
rtspUrl: string;
|
|
125
|
+
rtspUrl: string | null;
|
|
126
|
+
mountedStreamId: string | null;
|
|
125
127
|
recordingCapable: boolean;
|
|
126
128
|
lensType: "flat" | "fisheye";
|
|
127
129
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -132,7 +134,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
132
134
|
id: string;
|
|
133
135
|
displayName: string;
|
|
134
136
|
externalPlayerUrl: string | null;
|
|
135
|
-
rtspUrl: string;
|
|
137
|
+
rtspUrl: string | null;
|
|
138
|
+
mountedStreamId: string | null;
|
|
136
139
|
recordingCapable: boolean;
|
|
137
140
|
lensType: "flat" | "fisheye";
|
|
138
141
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -150,7 +153,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
150
153
|
id: string;
|
|
151
154
|
displayName: string;
|
|
152
155
|
externalPlayerUrl: string | null;
|
|
153
|
-
rtspUrl: string;
|
|
156
|
+
rtspUrl: string | null;
|
|
157
|
+
mountedStreamId: string | null;
|
|
154
158
|
recordingCapable: boolean;
|
|
155
159
|
lensType: "flat" | "fisheye";
|
|
156
160
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -176,7 +180,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
176
180
|
id: string;
|
|
177
181
|
displayName: string;
|
|
178
182
|
externalPlayerUrl: string | null;
|
|
179
|
-
rtspUrl: string;
|
|
183
|
+
rtspUrl: string | null;
|
|
184
|
+
mountedStreamId: string | null;
|
|
180
185
|
recordingCapable: boolean;
|
|
181
186
|
lensType: "flat" | "fisheye";
|
|
182
187
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -373,7 +378,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
373
378
|
id: string;
|
|
374
379
|
displayName: string;
|
|
375
380
|
externalPlayerUrl: string | null;
|
|
376
|
-
rtspUrl: string;
|
|
381
|
+
rtspUrl: string | null;
|
|
382
|
+
mountedStreamId: string | null;
|
|
377
383
|
recordingCapable: boolean;
|
|
378
384
|
lensType: "flat" | "fisheye";
|
|
379
385
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -471,7 +477,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
471
477
|
id: string;
|
|
472
478
|
displayName: string;
|
|
473
479
|
externalPlayerUrl: string | null;
|
|
474
|
-
rtspUrl: string;
|
|
480
|
+
rtspUrl: string | null;
|
|
481
|
+
mountedStreamId: string | null;
|
|
475
482
|
recordingCapable: boolean;
|
|
476
483
|
lensType: "flat" | "fisheye";
|
|
477
484
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -571,7 +578,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
571
578
|
id: string;
|
|
572
579
|
displayName: string;
|
|
573
580
|
externalPlayerUrl: string | null;
|
|
574
|
-
rtspUrl: string;
|
|
581
|
+
rtspUrl: string | null;
|
|
582
|
+
mountedStreamId: string | null;
|
|
575
583
|
recordingCapable: boolean;
|
|
576
584
|
lensType: "flat" | "fisheye";
|
|
577
585
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -672,7 +680,8 @@ export declare const sNotify: z.ZodObject<{
|
|
|
672
680
|
id: string;
|
|
673
681
|
displayName: string;
|
|
674
682
|
externalPlayerUrl: string | null;
|
|
675
|
-
rtspUrl: string;
|
|
683
|
+
rtspUrl: string | null;
|
|
684
|
+
mountedStreamId: string | null;
|
|
676
685
|
recordingCapable: boolean;
|
|
677
686
|
lensType: "flat" | "fisheye";
|
|
678
687
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -857,7 +866,8 @@ export declare const serverCommands: {
|
|
|
857
866
|
id: z.ZodString;
|
|
858
867
|
displayName: z.ZodString;
|
|
859
868
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
860
|
-
rtspUrl: z.ZodString
|
|
869
|
+
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
870
|
+
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
861
871
|
recordingCapable: z.ZodBoolean;
|
|
862
872
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
863
873
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -872,7 +882,8 @@ export declare const serverCommands: {
|
|
|
872
882
|
id: string;
|
|
873
883
|
displayName: string;
|
|
874
884
|
externalPlayerUrl: string | null;
|
|
875
|
-
rtspUrl: string;
|
|
885
|
+
rtspUrl: string | null;
|
|
886
|
+
mountedStreamId: string | null;
|
|
876
887
|
recordingCapable: boolean;
|
|
877
888
|
lensType: "flat" | "fisheye";
|
|
878
889
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -883,7 +894,8 @@ export declare const serverCommands: {
|
|
|
883
894
|
id: string;
|
|
884
895
|
displayName: string;
|
|
885
896
|
externalPlayerUrl: string | null;
|
|
886
|
-
rtspUrl: string;
|
|
897
|
+
rtspUrl: string | null;
|
|
898
|
+
mountedStreamId: string | null;
|
|
887
899
|
recordingCapable: boolean;
|
|
888
900
|
lensType: "flat" | "fisheye";
|
|
889
901
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -901,7 +913,8 @@ export declare const serverCommands: {
|
|
|
901
913
|
id: string;
|
|
902
914
|
displayName: string;
|
|
903
915
|
externalPlayerUrl: string | null;
|
|
904
|
-
rtspUrl: string;
|
|
916
|
+
rtspUrl: string | null;
|
|
917
|
+
mountedStreamId: string | null;
|
|
905
918
|
recordingCapable: boolean;
|
|
906
919
|
lensType: "flat" | "fisheye";
|
|
907
920
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -927,7 +940,8 @@ export declare const serverCommands: {
|
|
|
927
940
|
id: string;
|
|
928
941
|
displayName: string;
|
|
929
942
|
externalPlayerUrl: string | null;
|
|
930
|
-
rtspUrl: string;
|
|
943
|
+
rtspUrl: string | null;
|
|
944
|
+
mountedStreamId: string | null;
|
|
931
945
|
recordingCapable: boolean;
|
|
932
946
|
lensType: "flat" | "fisheye";
|
|
933
947
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1124,7 +1138,8 @@ export declare const serverCommands: {
|
|
|
1124
1138
|
id: string;
|
|
1125
1139
|
displayName: string;
|
|
1126
1140
|
externalPlayerUrl: string | null;
|
|
1127
|
-
rtspUrl: string;
|
|
1141
|
+
rtspUrl: string | null;
|
|
1142
|
+
mountedStreamId: string | null;
|
|
1128
1143
|
recordingCapable: boolean;
|
|
1129
1144
|
lensType: "flat" | "fisheye";
|
|
1130
1145
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1222,7 +1237,8 @@ export declare const serverCommands: {
|
|
|
1222
1237
|
id: string;
|
|
1223
1238
|
displayName: string;
|
|
1224
1239
|
externalPlayerUrl: string | null;
|
|
1225
|
-
rtspUrl: string;
|
|
1240
|
+
rtspUrl: string | null;
|
|
1241
|
+
mountedStreamId: string | null;
|
|
1226
1242
|
recordingCapable: boolean;
|
|
1227
1243
|
lensType: "flat" | "fisheye";
|
|
1228
1244
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1322,7 +1338,8 @@ export declare const serverCommands: {
|
|
|
1322
1338
|
id: string;
|
|
1323
1339
|
displayName: string;
|
|
1324
1340
|
externalPlayerUrl: string | null;
|
|
1325
|
-
rtspUrl: string;
|
|
1341
|
+
rtspUrl: string | null;
|
|
1342
|
+
mountedStreamId: string | null;
|
|
1326
1343
|
recordingCapable: boolean;
|
|
1327
1344
|
lensType: "flat" | "fisheye";
|
|
1328
1345
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1423,7 +1440,8 @@ export declare const serverCommands: {
|
|
|
1423
1440
|
id: string;
|
|
1424
1441
|
displayName: string;
|
|
1425
1442
|
externalPlayerUrl: string | null;
|
|
1426
|
-
rtspUrl: string;
|
|
1443
|
+
rtspUrl: string | null;
|
|
1444
|
+
mountedStreamId: string | null;
|
|
1427
1445
|
recordingCapable: boolean;
|
|
1428
1446
|
lensType: "flat" | "fisheye";
|
|
1429
1447
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -225,7 +225,8 @@ export declare const requestSchemasByType: {
|
|
|
225
225
|
id: z.ZodString;
|
|
226
226
|
displayName: z.ZodString;
|
|
227
227
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
228
|
-
rtspUrl: z.ZodString
|
|
228
|
+
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
229
|
+
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
229
230
|
recordingCapable: z.ZodBoolean;
|
|
230
231
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
231
232
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -240,7 +241,8 @@ export declare const requestSchemasByType: {
|
|
|
240
241
|
id: string;
|
|
241
242
|
displayName: string;
|
|
242
243
|
externalPlayerUrl: string | null;
|
|
243
|
-
rtspUrl: string;
|
|
244
|
+
rtspUrl: string | null;
|
|
245
|
+
mountedStreamId: string | null;
|
|
244
246
|
recordingCapable: boolean;
|
|
245
247
|
lensType: "flat" | "fisheye";
|
|
246
248
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -251,7 +253,8 @@ export declare const requestSchemasByType: {
|
|
|
251
253
|
id: string;
|
|
252
254
|
displayName: string;
|
|
253
255
|
externalPlayerUrl: string | null;
|
|
254
|
-
rtspUrl: string;
|
|
256
|
+
rtspUrl: string | null;
|
|
257
|
+
mountedStreamId: string | null;
|
|
255
258
|
recordingCapable: boolean;
|
|
256
259
|
lensType: "flat" | "fisheye";
|
|
257
260
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -269,7 +272,8 @@ export declare const requestSchemasByType: {
|
|
|
269
272
|
id: string;
|
|
270
273
|
displayName: string;
|
|
271
274
|
externalPlayerUrl: string | null;
|
|
272
|
-
rtspUrl: string;
|
|
275
|
+
rtspUrl: string | null;
|
|
276
|
+
mountedStreamId: string | null;
|
|
273
277
|
recordingCapable: boolean;
|
|
274
278
|
lensType: "flat" | "fisheye";
|
|
275
279
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -295,7 +299,8 @@ export declare const requestSchemasByType: {
|
|
|
295
299
|
id: string;
|
|
296
300
|
displayName: string;
|
|
297
301
|
externalPlayerUrl: string | null;
|
|
298
|
-
rtspUrl: string;
|
|
302
|
+
rtspUrl: string | null;
|
|
303
|
+
mountedStreamId: string | null;
|
|
299
304
|
recordingCapable: boolean;
|
|
300
305
|
lensType: "flat" | "fisheye";
|
|
301
306
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -488,7 +493,8 @@ export declare const requestSchemasByType: {
|
|
|
488
493
|
id: string;
|
|
489
494
|
displayName: string;
|
|
490
495
|
externalPlayerUrl: string | null;
|
|
491
|
-
rtspUrl: string;
|
|
496
|
+
rtspUrl: string | null;
|
|
497
|
+
mountedStreamId: string | null;
|
|
492
498
|
recordingCapable: boolean;
|
|
493
499
|
lensType: "flat" | "fisheye";
|
|
494
500
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -583,7 +589,8 @@ export declare const requestSchemasByType: {
|
|
|
583
589
|
id: string;
|
|
584
590
|
displayName: string;
|
|
585
591
|
externalPlayerUrl: string | null;
|
|
586
|
-
rtspUrl: string;
|
|
592
|
+
rtspUrl: string | null;
|
|
593
|
+
mountedStreamId: string | null;
|
|
587
594
|
recordingCapable: boolean;
|
|
588
595
|
lensType: "flat" | "fisheye";
|
|
589
596
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -739,7 +746,8 @@ export declare const requestSchemasByType: {
|
|
|
739
746
|
id: z.ZodString;
|
|
740
747
|
displayName: z.ZodString;
|
|
741
748
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
742
|
-
rtspUrl: z.ZodString
|
|
749
|
+
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
750
|
+
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
743
751
|
recordingCapable: z.ZodBoolean;
|
|
744
752
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
745
753
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -754,7 +762,8 @@ export declare const requestSchemasByType: {
|
|
|
754
762
|
id: string;
|
|
755
763
|
displayName: string;
|
|
756
764
|
externalPlayerUrl: string | null;
|
|
757
|
-
rtspUrl: string;
|
|
765
|
+
rtspUrl: string | null;
|
|
766
|
+
mountedStreamId: string | null;
|
|
758
767
|
recordingCapable: boolean;
|
|
759
768
|
lensType: "flat" | "fisheye";
|
|
760
769
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -765,7 +774,8 @@ export declare const requestSchemasByType: {
|
|
|
765
774
|
id: string;
|
|
766
775
|
displayName: string;
|
|
767
776
|
externalPlayerUrl: string | null;
|
|
768
|
-
rtspUrl: string;
|
|
777
|
+
rtspUrl: string | null;
|
|
778
|
+
mountedStreamId: string | null;
|
|
769
779
|
recordingCapable: boolean;
|
|
770
780
|
lensType: "flat" | "fisheye";
|
|
771
781
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -783,7 +793,8 @@ export declare const requestSchemasByType: {
|
|
|
783
793
|
id: string;
|
|
784
794
|
displayName: string;
|
|
785
795
|
externalPlayerUrl: string | null;
|
|
786
|
-
rtspUrl: string;
|
|
796
|
+
rtspUrl: string | null;
|
|
797
|
+
mountedStreamId: string | null;
|
|
787
798
|
recordingCapable: boolean;
|
|
788
799
|
lensType: "flat" | "fisheye";
|
|
789
800
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -809,7 +820,8 @@ export declare const requestSchemasByType: {
|
|
|
809
820
|
id: string;
|
|
810
821
|
displayName: string;
|
|
811
822
|
externalPlayerUrl: string | null;
|
|
812
|
-
rtspUrl: string;
|
|
823
|
+
rtspUrl: string | null;
|
|
824
|
+
mountedStreamId: string | null;
|
|
813
825
|
recordingCapable: boolean;
|
|
814
826
|
lensType: "flat" | "fisheye";
|
|
815
827
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1004,7 +1016,8 @@ export declare const requestSchemasByType: {
|
|
|
1004
1016
|
id: string;
|
|
1005
1017
|
displayName: string;
|
|
1006
1018
|
externalPlayerUrl: string | null;
|
|
1007
|
-
rtspUrl: string;
|
|
1019
|
+
rtspUrl: string | null;
|
|
1020
|
+
mountedStreamId: string | null;
|
|
1008
1021
|
recordingCapable: boolean;
|
|
1009
1022
|
lensType: "flat" | "fisheye";
|
|
1010
1023
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1099,7 +1112,8 @@ export declare const requestSchemasByType: {
|
|
|
1099
1112
|
id: string;
|
|
1100
1113
|
displayName: string;
|
|
1101
1114
|
externalPlayerUrl: string | null;
|
|
1102
|
-
rtspUrl: string;
|
|
1115
|
+
rtspUrl: string | null;
|
|
1116
|
+
mountedStreamId: string | null;
|
|
1103
1117
|
recordingCapable: boolean;
|
|
1104
1118
|
lensType: "flat" | "fisheye";
|
|
1105
1119
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1253,7 +1267,8 @@ export declare const requestSchemasByType: {
|
|
|
1253
1267
|
id: z.ZodString;
|
|
1254
1268
|
displayName: z.ZodString;
|
|
1255
1269
|
externalPlayerUrl: z.ZodNullable<z.ZodString>;
|
|
1256
|
-
rtspUrl: z.ZodString
|
|
1270
|
+
rtspUrl: z.ZodNullable<z.ZodString>;
|
|
1271
|
+
mountedStreamId: z.ZodNullable<z.ZodString>;
|
|
1257
1272
|
recordingCapable: z.ZodBoolean;
|
|
1258
1273
|
lensType: z.ZodEnum<["flat", "fisheye"]>;
|
|
1259
1274
|
mountPoint: z.ZodEnum<["wall", "ceiling", "floor"]>;
|
|
@@ -1268,7 +1283,8 @@ export declare const requestSchemasByType: {
|
|
|
1268
1283
|
id: string;
|
|
1269
1284
|
displayName: string;
|
|
1270
1285
|
externalPlayerUrl: string | null;
|
|
1271
|
-
rtspUrl: string;
|
|
1286
|
+
rtspUrl: string | null;
|
|
1287
|
+
mountedStreamId: string | null;
|
|
1272
1288
|
recordingCapable: boolean;
|
|
1273
1289
|
lensType: "flat" | "fisheye";
|
|
1274
1290
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1279,7 +1295,8 @@ export declare const requestSchemasByType: {
|
|
|
1279
1295
|
id: string;
|
|
1280
1296
|
displayName: string;
|
|
1281
1297
|
externalPlayerUrl: string | null;
|
|
1282
|
-
rtspUrl: string;
|
|
1298
|
+
rtspUrl: string | null;
|
|
1299
|
+
mountedStreamId: string | null;
|
|
1283
1300
|
recordingCapable: boolean;
|
|
1284
1301
|
lensType: "flat" | "fisheye";
|
|
1285
1302
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1297,7 +1314,8 @@ export declare const requestSchemasByType: {
|
|
|
1297
1314
|
id: string;
|
|
1298
1315
|
displayName: string;
|
|
1299
1316
|
externalPlayerUrl: string | null;
|
|
1300
|
-
rtspUrl: string;
|
|
1317
|
+
rtspUrl: string | null;
|
|
1318
|
+
mountedStreamId: string | null;
|
|
1301
1319
|
recordingCapable: boolean;
|
|
1302
1320
|
lensType: "flat" | "fisheye";
|
|
1303
1321
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1323,7 +1341,8 @@ export declare const requestSchemasByType: {
|
|
|
1323
1341
|
id: string;
|
|
1324
1342
|
displayName: string;
|
|
1325
1343
|
externalPlayerUrl: string | null;
|
|
1326
|
-
rtspUrl: string;
|
|
1344
|
+
rtspUrl: string | null;
|
|
1345
|
+
mountedStreamId: string | null;
|
|
1327
1346
|
recordingCapable: boolean;
|
|
1328
1347
|
lensType: "flat" | "fisheye";
|
|
1329
1348
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1518,7 +1537,8 @@ export declare const requestSchemasByType: {
|
|
|
1518
1537
|
id: string;
|
|
1519
1538
|
displayName: string;
|
|
1520
1539
|
externalPlayerUrl: string | null;
|
|
1521
|
-
rtspUrl: string;
|
|
1540
|
+
rtspUrl: string | null;
|
|
1541
|
+
mountedStreamId: string | null;
|
|
1522
1542
|
recordingCapable: boolean;
|
|
1523
1543
|
lensType: "flat" | "fisheye";
|
|
1524
1544
|
mountPoint: "wall" | "ceiling" | "floor";
|
|
@@ -1613,7 +1633,8 @@ export declare const requestSchemasByType: {
|
|
|
1613
1633
|
id: string;
|
|
1614
1634
|
displayName: string;
|
|
1615
1635
|
externalPlayerUrl: string | null;
|
|
1616
|
-
rtspUrl: string;
|
|
1636
|
+
rtspUrl: string | null;
|
|
1637
|
+
mountedStreamId: string | null;
|
|
1617
1638
|
recordingCapable: boolean;
|
|
1618
1639
|
lensType: "flat" | "fisheye";
|
|
1619
1640
|
mountPoint: "wall" | "ceiling" | "floor";
|