iobroker.agent-dvr 0.0.3 → 0.0.5
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/README.de.md +22 -0
- package/README.md +23 -0
- package/admin/custom/go2rtcMapping.js +169 -0
- package/admin/i18n/de.json +97 -1
- package/admin/i18n/en.json +97 -1
- package/admin/i18n/es.json +97 -1
- package/admin/i18n/fr.json +97 -1
- package/admin/i18n/it.json +97 -1
- package/admin/i18n/nl.json +97 -1
- package/admin/i18n/pl.json +97 -1
- package/admin/i18n/pt.json +97 -1
- package/admin/i18n/ru.json +97 -1
- package/admin/i18n/uk.json +97 -1
- package/admin/i18n/zh-cn.json +97 -1
- package/admin/jsonConfig.json +643 -35
- package/build/main.js +196 -14
- package/build/main.js.map +2 -2
- package/io-package.json +77 -7
- package/lib/web.js +296 -0
- package/package.json +2 -1
- package/www/index.html +1262 -0
package/admin/jsonConfig.json
CHANGED
|
@@ -10,25 +10,41 @@
|
|
|
10
10
|
"type": "text",
|
|
11
11
|
"label": "cfgIp",
|
|
12
12
|
"newLine": true,
|
|
13
|
-
"xs": 12,
|
|
13
|
+
"xs": 12,
|
|
14
|
+
"sm": 12,
|
|
15
|
+
"md": 6,
|
|
16
|
+
"lg": 4,
|
|
17
|
+
"xl": 4
|
|
14
18
|
},
|
|
15
19
|
"port": {
|
|
16
20
|
"type": "number",
|
|
17
21
|
"label": "cfgPort",
|
|
18
22
|
"min": 1,
|
|
19
23
|
"max": 65535,
|
|
20
|
-
"xs": 12,
|
|
24
|
+
"xs": 12,
|
|
25
|
+
"sm": 6,
|
|
26
|
+
"md": 4,
|
|
27
|
+
"lg": 3,
|
|
28
|
+
"xl": 3
|
|
21
29
|
},
|
|
22
30
|
"user": {
|
|
23
31
|
"type": "text",
|
|
24
32
|
"label": "cfgUser",
|
|
25
33
|
"newLine": true,
|
|
26
|
-
"xs": 12,
|
|
34
|
+
"xs": 12,
|
|
35
|
+
"sm": 6,
|
|
36
|
+
"md": 4,
|
|
37
|
+
"lg": 3,
|
|
38
|
+
"xl": 3
|
|
27
39
|
},
|
|
28
40
|
"pass": {
|
|
29
41
|
"type": "password",
|
|
30
42
|
"label": "cfgPass",
|
|
31
|
-
"xs": 12,
|
|
43
|
+
"xs": 12,
|
|
44
|
+
"sm": 6,
|
|
45
|
+
"md": 4,
|
|
46
|
+
"lg": 3,
|
|
47
|
+
"xl": 3
|
|
32
48
|
},
|
|
33
49
|
"pollSeconds": {
|
|
34
50
|
"type": "number",
|
|
@@ -36,14 +52,22 @@
|
|
|
36
52
|
"min": 5,
|
|
37
53
|
"max": 3600,
|
|
38
54
|
"newLine": true,
|
|
39
|
-
"xs": 12,
|
|
55
|
+
"xs": 12,
|
|
56
|
+
"sm": 6,
|
|
57
|
+
"md": 4,
|
|
58
|
+
"lg": 3,
|
|
59
|
+
"xl": 3
|
|
40
60
|
},
|
|
41
61
|
"httpTimeoutMs": {
|
|
42
62
|
"type": "number",
|
|
43
63
|
"label": "cfgHttpTimeoutMs",
|
|
44
64
|
"min": 1000,
|
|
45
65
|
"max": 30000,
|
|
46
|
-
"xs": 12,
|
|
66
|
+
"xs": 12,
|
|
67
|
+
"sm": 6,
|
|
68
|
+
"md": 4,
|
|
69
|
+
"lg": 3,
|
|
70
|
+
"xl": 3
|
|
47
71
|
}
|
|
48
72
|
}
|
|
49
73
|
},
|
|
@@ -51,48 +75,117 @@
|
|
|
51
75
|
"type": "panel",
|
|
52
76
|
"label": "tabFeatures",
|
|
53
77
|
"items": {
|
|
78
|
+
"hdrControls": {
|
|
79
|
+
"type": "header",
|
|
80
|
+
"text": "hdrControls",
|
|
81
|
+
"newLine": true,
|
|
82
|
+
"xs": 12,
|
|
83
|
+
"size": 3
|
|
84
|
+
},
|
|
54
85
|
"enableSystemControls": {
|
|
55
86
|
"type": "checkbox",
|
|
56
87
|
"label": "cfgEnableSystemControls",
|
|
88
|
+
"help": "cfgEnableSystemControls_tt",
|
|
57
89
|
"newLine": true,
|
|
58
|
-
"xs": 12,
|
|
90
|
+
"xs": 12,
|
|
91
|
+
"sm": 6,
|
|
92
|
+
"md": 4,
|
|
93
|
+
"lg": 4,
|
|
94
|
+
"xl": 4
|
|
59
95
|
},
|
|
60
96
|
"enablePtz": {
|
|
61
97
|
"type": "checkbox",
|
|
62
98
|
"label": "cfgEnablePtz",
|
|
63
|
-
"
|
|
99
|
+
"help": "cfgEnablePtz_tt",
|
|
100
|
+
"xs": 12,
|
|
101
|
+
"sm": 6,
|
|
102
|
+
"md": 4,
|
|
103
|
+
"lg": 4,
|
|
104
|
+
"xl": 4
|
|
64
105
|
},
|
|
65
106
|
"enableUrls": {
|
|
66
107
|
"type": "checkbox",
|
|
67
108
|
"label": "cfgEnableUrls",
|
|
68
|
-
"
|
|
109
|
+
"help": "cfgEnableUrls_tt",
|
|
110
|
+
"xs": 12,
|
|
111
|
+
"sm": 6,
|
|
112
|
+
"md": 4,
|
|
113
|
+
"lg": 4,
|
|
114
|
+
"xl": 4
|
|
69
115
|
},
|
|
70
116
|
"enableSnapshotB64": {
|
|
71
117
|
"type": "checkbox",
|
|
72
118
|
"label": "cfgEnableSnapshotB64",
|
|
73
|
-
"
|
|
119
|
+
"help": "cfgEnableSnapshotB64_tt",
|
|
120
|
+
"xs": 12,
|
|
121
|
+
"sm": 6,
|
|
122
|
+
"md": 4,
|
|
123
|
+
"lg": 4,
|
|
124
|
+
"xl": 4
|
|
125
|
+
},
|
|
126
|
+
"hdrEvents": {
|
|
127
|
+
"type": "header",
|
|
128
|
+
"text": "hdrEvents",
|
|
129
|
+
"newLine": true,
|
|
130
|
+
"xs": 12,
|
|
131
|
+
"size": 3
|
|
74
132
|
},
|
|
75
133
|
"enableEventDps": {
|
|
76
134
|
"type": "checkbox",
|
|
77
135
|
"label": "cfgEnableEventDps",
|
|
136
|
+
"help": "cfgEnableEventDps_tt",
|
|
78
137
|
"newLine": true,
|
|
79
|
-
"xs": 12,
|
|
138
|
+
"xs": 12,
|
|
139
|
+
"sm": 6,
|
|
140
|
+
"md": 4,
|
|
141
|
+
"lg": 4,
|
|
142
|
+
"xl": 4
|
|
80
143
|
},
|
|
81
144
|
"enablePush": {
|
|
82
145
|
"type": "checkbox",
|
|
83
146
|
"label": "cfgEnablePush",
|
|
84
|
-
"
|
|
147
|
+
"help": "cfgEnablePush_tt",
|
|
148
|
+
"xs": 12,
|
|
149
|
+
"sm": 6,
|
|
150
|
+
"md": 4,
|
|
151
|
+
"lg": 4,
|
|
152
|
+
"xl": 4
|
|
153
|
+
},
|
|
154
|
+
"hdrDisplay": {
|
|
155
|
+
"type": "header",
|
|
156
|
+
"text": "hdrDisplay",
|
|
157
|
+
"newLine": true,
|
|
158
|
+
"xs": 12,
|
|
159
|
+
"size": 3
|
|
85
160
|
},
|
|
86
161
|
"enableOverview": {
|
|
87
162
|
"type": "checkbox",
|
|
88
163
|
"label": "cfgEnableOverview",
|
|
89
|
-
"
|
|
164
|
+
"help": "cfgEnableOverview_tt",
|
|
165
|
+
"newLine": true,
|
|
166
|
+
"xs": 12,
|
|
167
|
+
"sm": 6,
|
|
168
|
+
"md": 4,
|
|
169
|
+
"lg": 4,
|
|
170
|
+
"xl": 4
|
|
171
|
+
},
|
|
172
|
+
"hdrDebug": {
|
|
173
|
+
"type": "header",
|
|
174
|
+
"text": "hdrDebug",
|
|
175
|
+
"newLine": true,
|
|
176
|
+
"xs": 12,
|
|
177
|
+
"size": 3
|
|
90
178
|
},
|
|
91
179
|
"storeRawJson": {
|
|
92
180
|
"type": "checkbox",
|
|
93
181
|
"label": "cfgStoreRawJson",
|
|
182
|
+
"help": "cfgStoreRawJson_tt",
|
|
94
183
|
"newLine": true,
|
|
95
|
-
"xs": 12,
|
|
184
|
+
"xs": 12,
|
|
185
|
+
"sm": 6,
|
|
186
|
+
"md": 4,
|
|
187
|
+
"lg": 4,
|
|
188
|
+
"xl": 4
|
|
96
189
|
}
|
|
97
190
|
}
|
|
98
191
|
},
|
|
@@ -100,71 +193,566 @@
|
|
|
100
193
|
"type": "panel",
|
|
101
194
|
"label": "tabWidget",
|
|
102
195
|
"items": {
|
|
196
|
+
"hdrWidgetGeneral": {
|
|
197
|
+
"type": "header",
|
|
198
|
+
"text": "hdrWidgetGeneral",
|
|
199
|
+
"newLine": true,
|
|
200
|
+
"xs": 12,
|
|
201
|
+
"size": 3
|
|
202
|
+
},
|
|
103
203
|
"enableWidget": {
|
|
104
204
|
"type": "checkbox",
|
|
105
205
|
"label": "cfgEnableWidget",
|
|
206
|
+
"help": "cfgEnableWidget_tt",
|
|
106
207
|
"newLine": true,
|
|
107
|
-
"xs": 12,
|
|
208
|
+
"xs": 12,
|
|
209
|
+
"sm": 6,
|
|
210
|
+
"md": 4,
|
|
211
|
+
"lg": 4,
|
|
212
|
+
"xl": 4
|
|
108
213
|
},
|
|
109
214
|
"widgetMode": {
|
|
110
215
|
"type": "select",
|
|
111
216
|
"label": "cfgWidgetMode",
|
|
217
|
+
"help": "cfgWidgetMode_tt",
|
|
112
218
|
"options": [
|
|
113
|
-
{
|
|
114
|
-
|
|
219
|
+
{
|
|
220
|
+
"value": "nojs",
|
|
221
|
+
"label": "cfgWidgetModeNojs"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"value": "js",
|
|
225
|
+
"label": "cfgWidgetModeJs"
|
|
226
|
+
}
|
|
115
227
|
],
|
|
116
|
-
"xs": 12,
|
|
228
|
+
"xs": 12,
|
|
229
|
+
"sm": 6,
|
|
230
|
+
"md": 6,
|
|
231
|
+
"lg": 5,
|
|
232
|
+
"xl": 5
|
|
233
|
+
},
|
|
234
|
+
"hdrWidgetLayout": {
|
|
235
|
+
"type": "header",
|
|
236
|
+
"text": "hdrWidgetLayout",
|
|
237
|
+
"newLine": true,
|
|
238
|
+
"xs": 12,
|
|
239
|
+
"size": 3
|
|
117
240
|
},
|
|
118
241
|
"widgetAnzahl": {
|
|
119
242
|
"type": "number",
|
|
120
243
|
"label": "cfgWidgetAnzahl",
|
|
244
|
+
"help": "cfgWidgetAnzahl_tt",
|
|
121
245
|
"min": 1,
|
|
122
246
|
"max": 500,
|
|
123
247
|
"newLine": true,
|
|
124
|
-
"xs": 12,
|
|
248
|
+
"xs": 12,
|
|
249
|
+
"sm": 6,
|
|
250
|
+
"md": 4,
|
|
251
|
+
"lg": 3,
|
|
252
|
+
"xl": 3
|
|
125
253
|
},
|
|
126
254
|
"widgetMinCol": {
|
|
127
255
|
"type": "number",
|
|
128
256
|
"label": "cfgWidgetMinCol",
|
|
257
|
+
"help": "cfgWidgetMinCol_tt",
|
|
129
258
|
"min": 80,
|
|
130
259
|
"max": 600,
|
|
131
|
-
"xs": 12,
|
|
260
|
+
"xs": 12,
|
|
261
|
+
"sm": 6,
|
|
262
|
+
"md": 4,
|
|
263
|
+
"lg": 3,
|
|
264
|
+
"xl": 3
|
|
132
265
|
},
|
|
133
266
|
"widgetMaxModalWidth": {
|
|
134
267
|
"type": "number",
|
|
135
268
|
"label": "cfgWidgetMaxModalWidth",
|
|
269
|
+
"help": "cfgWidgetMaxModalWidth_tt",
|
|
136
270
|
"min": 300,
|
|
137
271
|
"max": 2000,
|
|
138
|
-
"xs": 12,
|
|
272
|
+
"xs": 12,
|
|
273
|
+
"sm": 6,
|
|
274
|
+
"md": 4,
|
|
275
|
+
"lg": 3,
|
|
276
|
+
"xl": 3
|
|
277
|
+
},
|
|
278
|
+
"hdrWidgetTags": {
|
|
279
|
+
"type": "header",
|
|
280
|
+
"text": "hdrWidgetTags",
|
|
281
|
+
"newLine": true,
|
|
282
|
+
"xs": 12,
|
|
283
|
+
"size": 3
|
|
139
284
|
},
|
|
140
285
|
"widgetShowTags": {
|
|
141
286
|
"type": "checkbox",
|
|
142
287
|
"label": "cfgWidgetShowTags",
|
|
288
|
+
"help": "cfgWidgetShowTags_tt",
|
|
143
289
|
"newLine": true,
|
|
144
|
-
"xs": 12,
|
|
290
|
+
"xs": 12,
|
|
291
|
+
"sm": 6,
|
|
292
|
+
"md": 4,
|
|
293
|
+
"lg": 4,
|
|
294
|
+
"xl": 4
|
|
145
295
|
},
|
|
146
296
|
"widgetTagPosition": {
|
|
147
297
|
"type": "select",
|
|
148
298
|
"label": "cfgWidgetTagPosition",
|
|
299
|
+
"help": "cfgWidgetTagPosition_tt",
|
|
300
|
+
"options": [
|
|
301
|
+
{
|
|
302
|
+
"value": "top-left",
|
|
303
|
+
"label": "cfgTagPosTopLeft"
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"value": "top-right",
|
|
307
|
+
"label": "cfgTagPosTopRight"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
"value": "bottom-left",
|
|
311
|
+
"label": "cfgTagPosBotLeft"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"value": "bottom-right",
|
|
315
|
+
"label": "cfgTagPosBotRight"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"xs": 12,
|
|
319
|
+
"sm": 6,
|
|
320
|
+
"md": 4,
|
|
321
|
+
"lg": 4,
|
|
322
|
+
"xl": 4
|
|
323
|
+
},
|
|
324
|
+
"hdrWidgetFilter": {
|
|
325
|
+
"type": "header",
|
|
326
|
+
"text": "hdrWidgetFilter",
|
|
327
|
+
"newLine": true,
|
|
328
|
+
"xs": 12,
|
|
329
|
+
"size": 3
|
|
330
|
+
},
|
|
331
|
+
"widgetSortNewest": {
|
|
332
|
+
"type": "checkbox",
|
|
333
|
+
"label": "cfgWidgetSortNewest",
|
|
334
|
+
"help": "cfgWidgetSortNewest_tt",
|
|
335
|
+
"newLine": true,
|
|
336
|
+
"xs": 12,
|
|
337
|
+
"sm": 6,
|
|
338
|
+
"md": 4,
|
|
339
|
+
"lg": 4,
|
|
340
|
+
"xl": 4
|
|
341
|
+
},
|
|
342
|
+
"widgetShowSearch": {
|
|
343
|
+
"type": "checkbox",
|
|
344
|
+
"label": "cfgWidgetShowSearch",
|
|
345
|
+
"help": "cfgWidgetShowSearch_tt",
|
|
346
|
+
"xs": 12,
|
|
347
|
+
"sm": 6,
|
|
348
|
+
"md": 4,
|
|
349
|
+
"lg": 4,
|
|
350
|
+
"xl": 4
|
|
351
|
+
},
|
|
352
|
+
"widgetCompact": {
|
|
353
|
+
"type": "checkbox",
|
|
354
|
+
"label": "cfgWidgetCompact",
|
|
355
|
+
"help": "cfgWidgetCompact_tt",
|
|
356
|
+
"xs": 12,
|
|
357
|
+
"sm": 6,
|
|
358
|
+
"md": 4,
|
|
359
|
+
"lg": 4,
|
|
360
|
+
"xl": 4
|
|
361
|
+
},
|
|
362
|
+
"widgetDefaultTag": {
|
|
363
|
+
"type": "text",
|
|
364
|
+
"label": "cfgWidgetDefaultTag",
|
|
365
|
+
"help": "cfgWidgetDefaultTag_tt",
|
|
366
|
+
"newLine": true,
|
|
367
|
+
"xs": 12,
|
|
368
|
+
"sm": 6,
|
|
369
|
+
"md": 4,
|
|
370
|
+
"lg": 3,
|
|
371
|
+
"xl": 3
|
|
372
|
+
},
|
|
373
|
+
"widgetThumbSize": {
|
|
374
|
+
"type": "select",
|
|
375
|
+
"label": "cfgWidgetThumbSize",
|
|
376
|
+
"help": "cfgWidgetThumbSize_tt",
|
|
149
377
|
"options": [
|
|
150
|
-
{
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
378
|
+
{
|
|
379
|
+
"value": "small",
|
|
380
|
+
"label": "cfgWidgetThumbSmall"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"value": "medium",
|
|
384
|
+
"label": "cfgWidgetThumbMedium"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"value": "large",
|
|
388
|
+
"label": "cfgWidgetThumbLarge"
|
|
389
|
+
}
|
|
154
390
|
],
|
|
155
|
-
"xs": 12,
|
|
391
|
+
"xs": 12,
|
|
392
|
+
"sm": 6,
|
|
393
|
+
"md": 4,
|
|
394
|
+
"lg": 3,
|
|
395
|
+
"xl": 3
|
|
396
|
+
},
|
|
397
|
+
"hdrWidgetPlayer": {
|
|
398
|
+
"type": "header",
|
|
399
|
+
"text": "hdrWidgetPlayer",
|
|
400
|
+
"newLine": true,
|
|
401
|
+
"xs": 12,
|
|
402
|
+
"size": 3
|
|
156
403
|
},
|
|
157
404
|
"widgetLiveAspect": {
|
|
158
405
|
"type": "text",
|
|
159
406
|
"label": "cfgWidgetLiveAspect",
|
|
407
|
+
"help": "cfgWidgetLiveAspect_tt",
|
|
160
408
|
"newLine": true,
|
|
161
|
-
"xs": 12,
|
|
409
|
+
"xs": 12,
|
|
410
|
+
"sm": 6,
|
|
411
|
+
"md": 4,
|
|
412
|
+
"lg": 3,
|
|
413
|
+
"xl": 3
|
|
162
414
|
},
|
|
163
415
|
"widgetPlayerUrl": {
|
|
164
416
|
"type": "text",
|
|
165
417
|
"label": "cfgWidgetPlayerUrl",
|
|
418
|
+
"help": "cfgWidgetPlayerUrl_tt",
|
|
419
|
+
"newLine": true,
|
|
420
|
+
"xs": 12,
|
|
421
|
+
"sm": 12,
|
|
422
|
+
"md": 8,
|
|
423
|
+
"lg": 8,
|
|
424
|
+
"xl": 8
|
|
425
|
+
},
|
|
426
|
+
"hdrWidgetTheme": {
|
|
427
|
+
"type": "header",
|
|
428
|
+
"text": "hdrWidgetTheme",
|
|
429
|
+
"newLine": true,
|
|
430
|
+
"xs": 12,
|
|
431
|
+
"size": 3
|
|
432
|
+
},
|
|
433
|
+
"widgetColorCardBg": {
|
|
434
|
+
"type": "color",
|
|
435
|
+
"label": "cfgWidgetColorCardBg",
|
|
436
|
+
"help": "cfgWidgetColorCardBg_tt",
|
|
437
|
+
"newLine": true,
|
|
438
|
+
"xs": 12,
|
|
439
|
+
"sm": 6,
|
|
440
|
+
"md": 3,
|
|
441
|
+
"lg": 2,
|
|
442
|
+
"xl": 2
|
|
443
|
+
},
|
|
444
|
+
"widgetColorTagBg": {
|
|
445
|
+
"type": "color",
|
|
446
|
+
"label": "cfgWidgetColorTagBg",
|
|
447
|
+
"help": "cfgWidgetColorTagBg_tt",
|
|
448
|
+
"xs": 12,
|
|
449
|
+
"sm": 6,
|
|
450
|
+
"md": 3,
|
|
451
|
+
"lg": 2,
|
|
452
|
+
"xl": 2
|
|
453
|
+
},
|
|
454
|
+
"widgetColorTagText": {
|
|
455
|
+
"type": "color",
|
|
456
|
+
"label": "cfgWidgetColorTagText",
|
|
457
|
+
"help": "cfgWidgetColorTagText_tt",
|
|
458
|
+
"xs": 12,
|
|
459
|
+
"sm": 6,
|
|
460
|
+
"md": 3,
|
|
461
|
+
"lg": 2,
|
|
462
|
+
"xl": 2
|
|
463
|
+
},
|
|
464
|
+
"widgetColorAccent": {
|
|
465
|
+
"type": "color",
|
|
466
|
+
"label": "cfgWidgetColorAccent",
|
|
467
|
+
"help": "cfgWidgetColorAccent_tt",
|
|
468
|
+
"xs": 12,
|
|
469
|
+
"sm": 6,
|
|
470
|
+
"md": 3,
|
|
471
|
+
"lg": 2,
|
|
472
|
+
"xl": 2
|
|
473
|
+
},
|
|
474
|
+
"widgetColorModalBg": {
|
|
475
|
+
"type": "color",
|
|
476
|
+
"label": "cfgWidgetColorModalBg",
|
|
477
|
+
"help": "cfgWidgetColorModalBg_tt",
|
|
478
|
+
"xs": 12,
|
|
479
|
+
"sm": 6,
|
|
480
|
+
"md": 3,
|
|
481
|
+
"lg": 2,
|
|
482
|
+
"xl": 2
|
|
483
|
+
},
|
|
484
|
+
"widgetBorderRadius": {
|
|
485
|
+
"type": "number",
|
|
486
|
+
"label": "cfgWidgetBorderRadius",
|
|
487
|
+
"help": "cfgWidgetBorderRadius_tt",
|
|
488
|
+
"min": 0,
|
|
489
|
+
"max": 32,
|
|
490
|
+
"xs": 12,
|
|
491
|
+
"sm": 6,
|
|
492
|
+
"md": 3,
|
|
493
|
+
"lg": 2,
|
|
494
|
+
"xl": 2
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"tabDashboard": {
|
|
499
|
+
"type": "panel",
|
|
500
|
+
"label": "tabDashboard",
|
|
501
|
+
"items": {
|
|
502
|
+
"hdrDashView": {
|
|
503
|
+
"type": "header",
|
|
504
|
+
"text": "hdrDashView",
|
|
505
|
+
"newLine": true,
|
|
506
|
+
"xs": 12,
|
|
507
|
+
"size": 3
|
|
508
|
+
},
|
|
509
|
+
"dashDefaultView": {
|
|
510
|
+
"type": "select",
|
|
511
|
+
"label": "cfgDashDefaultView",
|
|
512
|
+
"help": "cfgDashDefaultView_tt",
|
|
513
|
+
"options": [
|
|
514
|
+
{
|
|
515
|
+
"value": "live",
|
|
516
|
+
"label": "cfgDashViewLive"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"value": "recordings",
|
|
520
|
+
"label": "cfgDashViewRec"
|
|
521
|
+
}
|
|
522
|
+
],
|
|
523
|
+
"newLine": true,
|
|
524
|
+
"xs": 12,
|
|
525
|
+
"sm": 6,
|
|
526
|
+
"md": 4,
|
|
527
|
+
"lg": 3,
|
|
528
|
+
"xl": 3
|
|
529
|
+
},
|
|
530
|
+
"dashShowOffline": {
|
|
531
|
+
"type": "checkbox",
|
|
532
|
+
"label": "cfgDashShowOffline",
|
|
533
|
+
"help": "cfgDashShowOffline_tt",
|
|
534
|
+
"xs": 12,
|
|
535
|
+
"sm": 6,
|
|
536
|
+
"md": 4,
|
|
537
|
+
"lg": 4,
|
|
538
|
+
"xl": 4
|
|
539
|
+
},
|
|
540
|
+
"hdrDashGrid": {
|
|
541
|
+
"type": "header",
|
|
542
|
+
"text": "hdrDashGrid",
|
|
543
|
+
"newLine": true,
|
|
544
|
+
"xs": 12,
|
|
545
|
+
"size": 3
|
|
546
|
+
},
|
|
547
|
+
"dashGridCols": {
|
|
548
|
+
"type": "number",
|
|
549
|
+
"label": "cfgDashGridCols",
|
|
550
|
+
"help": "cfgDashGridCols_tt",
|
|
551
|
+
"min": 0,
|
|
552
|
+
"max": 8,
|
|
553
|
+
"newLine": true,
|
|
554
|
+
"xs": 12,
|
|
555
|
+
"sm": 6,
|
|
556
|
+
"md": 3,
|
|
557
|
+
"lg": 2,
|
|
558
|
+
"xl": 2
|
|
559
|
+
},
|
|
560
|
+
"dashBtnsVisible": {
|
|
561
|
+
"type": "checkbox",
|
|
562
|
+
"label": "cfgDashBtnsVisible",
|
|
563
|
+
"help": "cfgDashBtnsVisible_tt",
|
|
564
|
+
"xs": 12,
|
|
565
|
+
"sm": 6,
|
|
566
|
+
"md": 4,
|
|
567
|
+
"lg": 4,
|
|
568
|
+
"xl": 4
|
|
569
|
+
},
|
|
570
|
+
"dashTagPosition": {
|
|
571
|
+
"type": "select",
|
|
572
|
+
"label": "cfgDashTagPosition",
|
|
573
|
+
"help": "cfgDashTagPosition_tt",
|
|
574
|
+
"options": [
|
|
575
|
+
{
|
|
576
|
+
"label": "cfgTagPosTopRight",
|
|
577
|
+
"value": "top-right"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"label": "cfgTagPosTopLeft",
|
|
581
|
+
"value": "top-left"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"label": "cfgTagPosBotRight",
|
|
585
|
+
"value": "bottom-right"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"label": "cfgTagPosBotLeft",
|
|
589
|
+
"value": "bottom-left"
|
|
590
|
+
}
|
|
591
|
+
],
|
|
592
|
+
"xs": 12,
|
|
593
|
+
"sm": 6,
|
|
594
|
+
"md": 4,
|
|
595
|
+
"lg": 3,
|
|
596
|
+
"xl": 3
|
|
597
|
+
},
|
|
598
|
+
"hdrDashStream": {
|
|
599
|
+
"type": "header",
|
|
600
|
+
"text": "hdrDashStream",
|
|
601
|
+
"newLine": true,
|
|
602
|
+
"xs": 12,
|
|
603
|
+
"size": 3
|
|
604
|
+
},
|
|
605
|
+
"dashRefreshSec": {
|
|
606
|
+
"type": "number",
|
|
607
|
+
"label": "cfgDashRefreshSec",
|
|
608
|
+
"help": "cfgDashRefreshSec_tt",
|
|
609
|
+
"min": 10,
|
|
610
|
+
"max": 600,
|
|
611
|
+
"newLine": true,
|
|
612
|
+
"xs": 12,
|
|
613
|
+
"sm": 6,
|
|
614
|
+
"md": 4,
|
|
615
|
+
"lg": 3,
|
|
616
|
+
"xl": 3
|
|
617
|
+
},
|
|
618
|
+
"dashStreamReconnect": {
|
|
619
|
+
"type": "checkbox",
|
|
620
|
+
"label": "cfgDashStreamReconnect",
|
|
621
|
+
"help": "cfgDashStreamReconnect_tt",
|
|
622
|
+
"xs": 12,
|
|
623
|
+
"sm": 6,
|
|
624
|
+
"md": 4,
|
|
625
|
+
"lg": 4,
|
|
626
|
+
"xl": 4
|
|
627
|
+
},
|
|
628
|
+
"hdrDashTheme": {
|
|
629
|
+
"type": "header",
|
|
630
|
+
"text": "hdrDashTheme",
|
|
631
|
+
"newLine": true,
|
|
632
|
+
"xs": 12,
|
|
633
|
+
"size": 3
|
|
634
|
+
},
|
|
635
|
+
"dashColorBg": {
|
|
636
|
+
"type": "color",
|
|
637
|
+
"label": "cfgDashColorBg",
|
|
638
|
+
"help": "cfgDashColorBg_tt",
|
|
639
|
+
"newLine": true,
|
|
640
|
+
"xs": 12,
|
|
641
|
+
"sm": 6,
|
|
642
|
+
"md": 3,
|
|
643
|
+
"lg": 2,
|
|
644
|
+
"xl": 2
|
|
645
|
+
},
|
|
646
|
+
"dashColorSurface": {
|
|
647
|
+
"type": "color",
|
|
648
|
+
"label": "cfgDashColorSurface",
|
|
649
|
+
"help": "cfgDashColorSurface_tt",
|
|
650
|
+
"xs": 12,
|
|
651
|
+
"sm": 6,
|
|
652
|
+
"md": 3,
|
|
653
|
+
"lg": 2,
|
|
654
|
+
"xl": 2
|
|
655
|
+
},
|
|
656
|
+
"dashColorAccent": {
|
|
657
|
+
"type": "color",
|
|
658
|
+
"label": "cfgDashColorAccent",
|
|
659
|
+
"help": "cfgDashColorAccent_tt",
|
|
660
|
+
"xs": 12,
|
|
661
|
+
"sm": 6,
|
|
662
|
+
"md": 3,
|
|
663
|
+
"lg": 2,
|
|
664
|
+
"xl": 2
|
|
665
|
+
},
|
|
666
|
+
"dashColorText": {
|
|
667
|
+
"type": "color",
|
|
668
|
+
"label": "cfgDashColorText",
|
|
669
|
+
"help": "cfgDashColorText_tt",
|
|
670
|
+
"xs": 12,
|
|
671
|
+
"sm": 6,
|
|
672
|
+
"md": 3,
|
|
673
|
+
"lg": 2,
|
|
674
|
+
"xl": 2
|
|
675
|
+
},
|
|
676
|
+
"dashColorBorder": {
|
|
677
|
+
"type": "color",
|
|
678
|
+
"label": "cfgDashColorBorder",
|
|
679
|
+
"help": "cfgDashColorBorder_tt",
|
|
680
|
+
"xs": 12,
|
|
681
|
+
"sm": 6,
|
|
682
|
+
"md": 3,
|
|
683
|
+
"lg": 2,
|
|
684
|
+
"xl": 2
|
|
685
|
+
},
|
|
686
|
+
"dashColorOnline": {
|
|
687
|
+
"type": "color",
|
|
688
|
+
"label": "cfgDashColorOnline",
|
|
689
|
+
"help": "cfgDashColorOnline_tt",
|
|
690
|
+
"xs": 12,
|
|
691
|
+
"sm": 6,
|
|
692
|
+
"md": 3,
|
|
693
|
+
"lg": 2,
|
|
694
|
+
"xl": 2
|
|
695
|
+
},
|
|
696
|
+
"dashColorOffline": {
|
|
697
|
+
"type": "color",
|
|
698
|
+
"label": "cfgDashColorOffline",
|
|
699
|
+
"help": "cfgDashColorOffline_tt",
|
|
700
|
+
"xs": 12,
|
|
701
|
+
"sm": 6,
|
|
702
|
+
"md": 3,
|
|
703
|
+
"lg": 2,
|
|
704
|
+
"xl": 2
|
|
705
|
+
},
|
|
706
|
+
"hdrGo2rtc": {
|
|
707
|
+
"type": "header",
|
|
708
|
+
"text": "hdrGo2rtc",
|
|
709
|
+
"newLine": true,
|
|
710
|
+
"xs": 12,
|
|
711
|
+
"size": 3
|
|
712
|
+
},
|
|
713
|
+
"go2rtcEnabled": {
|
|
714
|
+
"type": "checkbox",
|
|
715
|
+
"label": "cfgGo2rtcEnabled",
|
|
716
|
+
"help": "cfgGo2rtcEnabled_tt",
|
|
717
|
+
"newLine": true,
|
|
718
|
+
"xs": 12,
|
|
719
|
+
"sm": 6,
|
|
720
|
+
"md": 4,
|
|
721
|
+
"lg": 4,
|
|
722
|
+
"xl": 4
|
|
723
|
+
},
|
|
724
|
+
"go2rtcUrl": {
|
|
725
|
+
"type": "text",
|
|
726
|
+
"label": "cfgGo2rtcUrl",
|
|
727
|
+
"help": "cfgGo2rtcUrl_tt",
|
|
728
|
+
"hidden": "!data.go2rtcEnabled",
|
|
729
|
+
"newLine": true,
|
|
730
|
+
"xs": 12,
|
|
731
|
+
"sm": 8,
|
|
732
|
+
"md": 6,
|
|
733
|
+
"lg": 5,
|
|
734
|
+
"xl": 4
|
|
735
|
+
},
|
|
736
|
+
"go2rtcMapping": {
|
|
737
|
+
"type": "table",
|
|
738
|
+
"label": "cfgGo2rtcMapping",
|
|
739
|
+
"help": "cfgGo2rtcMapping_tt",
|
|
740
|
+
"hidden": "!data.go2rtcEnabled",
|
|
166
741
|
"newLine": true,
|
|
167
|
-
"xs": 12,
|
|
742
|
+
"xs": 12,
|
|
743
|
+
"showSecondAddAt": 5,
|
|
744
|
+
"items": [
|
|
745
|
+
{
|
|
746
|
+
"type": "text",
|
|
747
|
+
"attr": "camKey",
|
|
748
|
+
"title": "cfgGo2rtcCamKey"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
"type": "text",
|
|
752
|
+
"attr": "stream",
|
|
753
|
+
"title": "cfgGo2rtcStream"
|
|
754
|
+
}
|
|
755
|
+
]
|
|
168
756
|
}
|
|
169
757
|
}
|
|
170
758
|
},
|
|
@@ -178,33 +766,53 @@
|
|
|
178
766
|
"min": 1,
|
|
179
767
|
"max": 10,
|
|
180
768
|
"newLine": true,
|
|
181
|
-
"xs": 12,
|
|
769
|
+
"xs": 12,
|
|
770
|
+
"sm": 6,
|
|
771
|
+
"md": 4,
|
|
772
|
+
"lg": 3,
|
|
773
|
+
"xl": 3
|
|
182
774
|
},
|
|
183
775
|
"maxArray": {
|
|
184
776
|
"type": "number",
|
|
185
777
|
"label": "cfgMaxArray",
|
|
186
778
|
"min": 1,
|
|
187
779
|
"max": 500,
|
|
188
|
-
"xs": 12,
|
|
780
|
+
"xs": 12,
|
|
781
|
+
"sm": 6,
|
|
782
|
+
"md": 4,
|
|
783
|
+
"lg": 3,
|
|
784
|
+
"xl": 3
|
|
189
785
|
},
|
|
190
786
|
"eventTagsDynamic": {
|
|
191
787
|
"type": "checkbox",
|
|
192
788
|
"label": "cfgEventTagsDynamic",
|
|
193
789
|
"newLine": true,
|
|
194
|
-
"xs": 12,
|
|
790
|
+
"xs": 12,
|
|
791
|
+
"sm": 6,
|
|
792
|
+
"md": 4,
|
|
793
|
+
"lg": 4,
|
|
794
|
+
"xl": 4
|
|
195
795
|
},
|
|
196
796
|
"eventTagsIgnore": {
|
|
197
797
|
"type": "text",
|
|
198
798
|
"label": "cfgEventTagsIgnore",
|
|
199
799
|
"newLine": true,
|
|
200
|
-
"xs": 12,
|
|
800
|
+
"xs": 12,
|
|
801
|
+
"sm": 6,
|
|
802
|
+
"md": 6,
|
|
803
|
+
"lg": 4,
|
|
804
|
+
"xl": 4
|
|
201
805
|
},
|
|
202
806
|
"eventTags": {
|
|
203
807
|
"type": "text",
|
|
204
808
|
"label": "cfgEventTags",
|
|
205
|
-
"xs": 12,
|
|
809
|
+
"xs": 12,
|
|
810
|
+
"sm": 6,
|
|
811
|
+
"md": 6,
|
|
812
|
+
"lg": 4,
|
|
813
|
+
"xl": 4
|
|
206
814
|
}
|
|
207
815
|
}
|
|
208
816
|
}
|
|
209
817
|
}
|
|
210
|
-
}
|
|
818
|
+
}
|