iobroker.device-watcher 2.0.0 → 2.0.2
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.md +135 -101
- package/admin/i18n/de/translations.json +7 -10
- package/admin/i18n/en/translations.json +3 -2
- package/admin/i18n/es/translations.json +6 -9
- package/admin/i18n/fr/translations.json +6 -9
- package/admin/i18n/it/translations.json +6 -9
- package/admin/i18n/nl/translations.json +6 -9
- package/admin/i18n/pl/translations.json +7 -10
- package/admin/i18n/pt/translations.json +9 -12
- package/admin/i18n/ru/translations.json +6 -9
- package/admin/i18n/uk/translations.json +80 -0
- package/admin/i18n/zh-cn/translations.json +7 -10
- package/admin/jsonConfig.json +1301 -1304
- package/io-package.json +65 -57
- package/lib/arrApart.js +257 -220
- package/main.js +818 -708
- package/package.json +4 -1
package/admin/jsonConfig.json
CHANGED
|
@@ -1,1305 +1,1302 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
}
|
|
1304
|
-
}
|
|
1305
|
-
}
|
|
2
|
+
"i18n": true,
|
|
3
|
+
"type": "tabs",
|
|
4
|
+
"items": {
|
|
5
|
+
"_options": {
|
|
6
|
+
"type": "panel",
|
|
7
|
+
"label": "Options",
|
|
8
|
+
"items": {
|
|
9
|
+
"_headerDevices": {
|
|
10
|
+
"type": "header",
|
|
11
|
+
"text": "Choose devices to watch",
|
|
12
|
+
"size": 2
|
|
13
|
+
},
|
|
14
|
+
"alexa2Devices": {
|
|
15
|
+
"type": "checkbox",
|
|
16
|
+
"sm": 6,
|
|
17
|
+
"md": 6,
|
|
18
|
+
"lg": 3,
|
|
19
|
+
"label": "Alexa2"
|
|
20
|
+
},
|
|
21
|
+
"bleDevices": {
|
|
22
|
+
"type": "checkbox",
|
|
23
|
+
"sm": 6,
|
|
24
|
+
"md": 6,
|
|
25
|
+
"lg": 3,
|
|
26
|
+
"label": "Ble"
|
|
27
|
+
},
|
|
28
|
+
"deconzDevices": {
|
|
29
|
+
"type": "checkbox",
|
|
30
|
+
"sm": 6,
|
|
31
|
+
"md": 6,
|
|
32
|
+
"lg": 3,
|
|
33
|
+
"label": "Deconz"
|
|
34
|
+
},
|
|
35
|
+
"enoceanDevices": {
|
|
36
|
+
"type": "checkbox",
|
|
37
|
+
"sm": 6,
|
|
38
|
+
"md": 6,
|
|
39
|
+
"lg": 3,
|
|
40
|
+
"label": "Enocean"
|
|
41
|
+
},
|
|
42
|
+
"esphomeDevices": {
|
|
43
|
+
"type": "checkbox",
|
|
44
|
+
"sm": 6,
|
|
45
|
+
"md": 6,
|
|
46
|
+
"lg": 3,
|
|
47
|
+
"label": "EspHome"
|
|
48
|
+
},
|
|
49
|
+
"fritzdectDevices": {
|
|
50
|
+
"type": "checkbox",
|
|
51
|
+
"sm": 6,
|
|
52
|
+
"md": 6,
|
|
53
|
+
"lg": 3,
|
|
54
|
+
"label": "FritzDect"
|
|
55
|
+
},
|
|
56
|
+
"hamDevices": {
|
|
57
|
+
"type": "checkbox",
|
|
58
|
+
"sm": 6,
|
|
59
|
+
"md": 6,
|
|
60
|
+
"lg": 3,
|
|
61
|
+
"label": "Ham"
|
|
62
|
+
},
|
|
63
|
+
"harmonyDevices": {
|
|
64
|
+
"type": "checkbox",
|
|
65
|
+
"sm": 6,
|
|
66
|
+
"md": 6,
|
|
67
|
+
"lg": 3,
|
|
68
|
+
"label": "Harmony"
|
|
69
|
+
},
|
|
70
|
+
"hmiPDevices": {
|
|
71
|
+
"type": "checkbox",
|
|
72
|
+
"sm": 6,
|
|
73
|
+
"md": 6,
|
|
74
|
+
"lg": 3,
|
|
75
|
+
"label": "HmiP"
|
|
76
|
+
},
|
|
77
|
+
"hmrpcDevices": {
|
|
78
|
+
"type": "checkbox",
|
|
79
|
+
"sm": 6,
|
|
80
|
+
"md": 6,
|
|
81
|
+
"lg": 3,
|
|
82
|
+
"label": "HM-RPC"
|
|
83
|
+
},
|
|
84
|
+
"hs100Devices": {
|
|
85
|
+
"type": "checkbox",
|
|
86
|
+
"sm": 6,
|
|
87
|
+
"md": 6,
|
|
88
|
+
"lg": 3,
|
|
89
|
+
"label": "hs100"
|
|
90
|
+
},
|
|
91
|
+
"hueDevices": {
|
|
92
|
+
"type": "checkbox",
|
|
93
|
+
"sm": 6,
|
|
94
|
+
"md": 6,
|
|
95
|
+
"lg": 3,
|
|
96
|
+
"label": "Hue"
|
|
97
|
+
},
|
|
98
|
+
"hueExtDevices": {
|
|
99
|
+
"type": "checkbox",
|
|
100
|
+
"sm": 6,
|
|
101
|
+
"md": 6,
|
|
102
|
+
"lg": 3,
|
|
103
|
+
"label": "Hue Extended"
|
|
104
|
+
},
|
|
105
|
+
"jeelinkDevices": {
|
|
106
|
+
"type": "checkbox",
|
|
107
|
+
"sm": 6,
|
|
108
|
+
"md": 6,
|
|
109
|
+
"lg": 3,
|
|
110
|
+
"label": "Jeelink"
|
|
111
|
+
},
|
|
112
|
+
"lupusecDevices": {
|
|
113
|
+
"type": "checkbox",
|
|
114
|
+
"sm": 6,
|
|
115
|
+
"md": 6,
|
|
116
|
+
"lg": 3,
|
|
117
|
+
"label": "Lupusec"
|
|
118
|
+
},
|
|
119
|
+
"maxcubeDevices": {
|
|
120
|
+
"type": "checkbox",
|
|
121
|
+
"sm": 6,
|
|
122
|
+
"md": 6,
|
|
123
|
+
"lg": 3,
|
|
124
|
+
"label": "Maxcube"
|
|
125
|
+
},
|
|
126
|
+
"merossDevices": {
|
|
127
|
+
"type": "checkbox",
|
|
128
|
+
"sm": 6,
|
|
129
|
+
"md": 6,
|
|
130
|
+
"lg": 3,
|
|
131
|
+
"label": "Meross"
|
|
132
|
+
},
|
|
133
|
+
"mihomeDevices": {
|
|
134
|
+
"type": "checkbox",
|
|
135
|
+
"sm": 6,
|
|
136
|
+
"md": 6,
|
|
137
|
+
"lg": 3,
|
|
138
|
+
"label": "MiHome"
|
|
139
|
+
},
|
|
140
|
+
"mihomeVacuumDevices": {
|
|
141
|
+
"type": "checkbox",
|
|
142
|
+
"sm": 6,
|
|
143
|
+
"md": 6,
|
|
144
|
+
"lg": 3,
|
|
145
|
+
"label": "MiHome Vacuum"
|
|
146
|
+
},
|
|
147
|
+
"netatmoDevices": {
|
|
148
|
+
"type": "checkbox",
|
|
149
|
+
"sm": 6,
|
|
150
|
+
"md": 6,
|
|
151
|
+
"lg": 3,
|
|
152
|
+
"label": "Netatmo"
|
|
153
|
+
},
|
|
154
|
+
"nukiExtDevices": {
|
|
155
|
+
"type": "checkbox",
|
|
156
|
+
"sm": 6,
|
|
157
|
+
"md": 6,
|
|
158
|
+
"lg": 3,
|
|
159
|
+
"label": "Nuki Extended"
|
|
160
|
+
},
|
|
161
|
+
"nutDevices": {
|
|
162
|
+
"type": "checkbox",
|
|
163
|
+
"sm": 6,
|
|
164
|
+
"md": 6,
|
|
165
|
+
"lg": 3,
|
|
166
|
+
"label": "Nut"
|
|
167
|
+
},
|
|
168
|
+
"pingDevices": {
|
|
169
|
+
"type": "checkbox",
|
|
170
|
+
"sm": 6,
|
|
171
|
+
"md": 6,
|
|
172
|
+
"lg": 3,
|
|
173
|
+
"label": "Ping"
|
|
174
|
+
},
|
|
175
|
+
"roombaDevices": {
|
|
176
|
+
"type": "checkbox",
|
|
177
|
+
"sm": 6,
|
|
178
|
+
"md": 6,
|
|
179
|
+
"lg": 3,
|
|
180
|
+
"label": "Roomba"
|
|
181
|
+
},
|
|
182
|
+
"shellyDevices": {
|
|
183
|
+
"type": "checkbox",
|
|
184
|
+
"sm": 6,
|
|
185
|
+
"md": 6,
|
|
186
|
+
"lg": 3,
|
|
187
|
+
"label": "Shelly"
|
|
188
|
+
},
|
|
189
|
+
"sonoffDevices": {
|
|
190
|
+
"type": "checkbox",
|
|
191
|
+
"sm": 6,
|
|
192
|
+
"md": 6,
|
|
193
|
+
"lg": 3,
|
|
194
|
+
"label": "Sonoff"
|
|
195
|
+
},
|
|
196
|
+
"sonosDevices": {
|
|
197
|
+
"type": "checkbox",
|
|
198
|
+
"sm": 6,
|
|
199
|
+
"md": 6,
|
|
200
|
+
"lg": 3,
|
|
201
|
+
"label": "Sonos"
|
|
202
|
+
},
|
|
203
|
+
"switchbotBleDevices": {
|
|
204
|
+
"type": "checkbox",
|
|
205
|
+
"sm": 6,
|
|
206
|
+
"md": 6,
|
|
207
|
+
"lg": 3,
|
|
208
|
+
"label": "Switchbot Ble"
|
|
209
|
+
},
|
|
210
|
+
"tadoDevices": {
|
|
211
|
+
"type": "checkbox",
|
|
212
|
+
"sm": 6,
|
|
213
|
+
"md": 6,
|
|
214
|
+
"lg": 3,
|
|
215
|
+
"label": "Tado"
|
|
216
|
+
},
|
|
217
|
+
"tradfriDevices": {
|
|
218
|
+
"type": "checkbox",
|
|
219
|
+
"sm": 6,
|
|
220
|
+
"md": 6,
|
|
221
|
+
"lg": 3,
|
|
222
|
+
"label": "Tradfri"
|
|
223
|
+
},
|
|
224
|
+
"unifiDevices": {
|
|
225
|
+
"type": "checkbox",
|
|
226
|
+
"sm": 6,
|
|
227
|
+
"md": 6,
|
|
228
|
+
"lg": 3,
|
|
229
|
+
"label": "Unifi"
|
|
230
|
+
},
|
|
231
|
+
"wledDevices": {
|
|
232
|
+
"type": "checkbox",
|
|
233
|
+
"sm": 6,
|
|
234
|
+
"md": 6,
|
|
235
|
+
"lg": 3,
|
|
236
|
+
"label": "WLED"
|
|
237
|
+
},
|
|
238
|
+
"yeelightDevices": {
|
|
239
|
+
"type": "checkbox",
|
|
240
|
+
"sm": 6,
|
|
241
|
+
"md": 6,
|
|
242
|
+
"lg": 3,
|
|
243
|
+
"label": "Yeelight-2"
|
|
244
|
+
},
|
|
245
|
+
"zigbeeDevices": {
|
|
246
|
+
"type": "checkbox",
|
|
247
|
+
"sm": 6,
|
|
248
|
+
"md": 6,
|
|
249
|
+
"lg": 3,
|
|
250
|
+
"label": "Zigbee"
|
|
251
|
+
},
|
|
252
|
+
"zigbee2mqttDevices": {
|
|
253
|
+
"type": "checkbox",
|
|
254
|
+
"sm": 6,
|
|
255
|
+
"md": 6,
|
|
256
|
+
"lg": 3,
|
|
257
|
+
"label": "Zigbee2MQTT"
|
|
258
|
+
},
|
|
259
|
+
"zwaveDevices": {
|
|
260
|
+
"type": "checkbox",
|
|
261
|
+
"sm": 6,
|
|
262
|
+
"md": 6,
|
|
263
|
+
"lg": 3,
|
|
264
|
+
"label": "Zwave"
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
"_notifications": {
|
|
269
|
+
"type": "panel",
|
|
270
|
+
"label": "Notifications",
|
|
271
|
+
"items": {
|
|
272
|
+
"_headerCommon": {
|
|
273
|
+
"type": "header",
|
|
274
|
+
"text": "Common Notification Settings",
|
|
275
|
+
"size": 2
|
|
276
|
+
},
|
|
277
|
+
"checkSendOfflineMsg": {
|
|
278
|
+
"type": "checkbox",
|
|
279
|
+
"sm": 12,
|
|
280
|
+
"md": 6,
|
|
281
|
+
"lg": 3,
|
|
282
|
+
"label": "Offline message",
|
|
283
|
+
"help": "Get message if an device is not reachable"
|
|
284
|
+
},
|
|
285
|
+
"checkSendOfflineMsgDaily": {
|
|
286
|
+
"type": "checkbox",
|
|
287
|
+
"sm": 12,
|
|
288
|
+
"md": 6,
|
|
289
|
+
"lg": 3,
|
|
290
|
+
"label": "Overview of offline devices",
|
|
291
|
+
"help": "Get a message with an overview all offline devices"
|
|
292
|
+
},
|
|
293
|
+
"_sendIntervallOfflineDay": {
|
|
294
|
+
"newLine": true,
|
|
295
|
+
"sm": 12,
|
|
296
|
+
"md": 12,
|
|
297
|
+
"lg": 6,
|
|
298
|
+
"hidden": "!data.checkSendOfflineMsgDaily",
|
|
299
|
+
"hideOnlyControl": true,
|
|
300
|
+
"items": {
|
|
301
|
+
"_textDays": {
|
|
302
|
+
"type": "staticText",
|
|
303
|
+
"text": "Choose the day(s) where you want to get the overview of offline devices:",
|
|
304
|
+
"style": {
|
|
305
|
+
"fontSize": 16,
|
|
306
|
+
"marginTop": 20
|
|
307
|
+
}
|
|
308
|
+
},
|
|
309
|
+
"checkOfflineMonday": {
|
|
310
|
+
"newLine": true,
|
|
311
|
+
"type": "checkbox",
|
|
312
|
+
"label": "Mon"
|
|
313
|
+
},
|
|
314
|
+
"checkOfflineTuesday": {
|
|
315
|
+
"type": "checkbox",
|
|
316
|
+
"label": "Tue"
|
|
317
|
+
},
|
|
318
|
+
"checkOfflineWednesday": {
|
|
319
|
+
"type": "checkbox",
|
|
320
|
+
"label": "Wed"
|
|
321
|
+
},
|
|
322
|
+
"checkOfflineThursday": {
|
|
323
|
+
"type": "checkbox",
|
|
324
|
+
"label": "Thu"
|
|
325
|
+
},
|
|
326
|
+
"checkOfflineFriday": {
|
|
327
|
+
"type": "checkbox",
|
|
328
|
+
"label": "Fri"
|
|
329
|
+
},
|
|
330
|
+
"checkOfflineSaturday": {
|
|
331
|
+
"type": "checkbox",
|
|
332
|
+
"label": "Sat"
|
|
333
|
+
},
|
|
334
|
+
"checkOfflineSunday": {
|
|
335
|
+
"type": "checkbox",
|
|
336
|
+
"label": "Sun"
|
|
337
|
+
}
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"_sendIntervallOfflineTime": {
|
|
341
|
+
"sm": 12,
|
|
342
|
+
"md": 12,
|
|
343
|
+
"lg": 6,
|
|
344
|
+
"hidden": "!data.checkSendOfflineMsgDaily",
|
|
345
|
+
"hideOnlyControl": true,
|
|
346
|
+
"items": {
|
|
347
|
+
"_textTime": {
|
|
348
|
+
"type": "staticText",
|
|
349
|
+
"text": "Choose the Time:",
|
|
350
|
+
"style": {
|
|
351
|
+
"fontSize": 16,
|
|
352
|
+
"marginTop": 20
|
|
353
|
+
}
|
|
354
|
+
},
|
|
355
|
+
"checkSendOfflineTime": {
|
|
356
|
+
"newLine": true,
|
|
357
|
+
"type": "text",
|
|
358
|
+
"help": "Format hh:mm"
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"trenner": {
|
|
363
|
+
"newLine": true,
|
|
364
|
+
"type": "divider"
|
|
365
|
+
},
|
|
366
|
+
"checkSendBatteryMsg": {
|
|
367
|
+
"newLine": "true",
|
|
368
|
+
"type": "checkbox",
|
|
369
|
+
"sm": 12,
|
|
370
|
+
"md": 12,
|
|
371
|
+
"lg": 6,
|
|
372
|
+
"label": "Battery message",
|
|
373
|
+
"help": "Get message if an device has low battery"
|
|
374
|
+
},
|
|
375
|
+
"minWarnBatterie": {
|
|
376
|
+
"type": "number",
|
|
377
|
+
"min": -1,
|
|
378
|
+
"max": 100,
|
|
379
|
+
"sm": 12,
|
|
380
|
+
"md": 12,
|
|
381
|
+
"lg": 4,
|
|
382
|
+
"label": "From how much min % would you get a message",
|
|
383
|
+
"help": "in percent",
|
|
384
|
+
"hidden": "!data.checkSendBatteryMsg",
|
|
385
|
+
"hideOnlyControl": true
|
|
386
|
+
},
|
|
387
|
+
"chooseDay": {
|
|
388
|
+
"newLine": true,
|
|
389
|
+
"sm": 12,
|
|
390
|
+
"md": 12,
|
|
391
|
+
"lg": 6,
|
|
392
|
+
"hidden": "!data.checkSendBatteryMsg",
|
|
393
|
+
"hideOnlyControl": true,
|
|
394
|
+
"items": {
|
|
395
|
+
"_textDays": {
|
|
396
|
+
"type": "staticText",
|
|
397
|
+
"text": "Choose the day(s) where you want to get the message of low battery:",
|
|
398
|
+
"style": {
|
|
399
|
+
"fontSize": 16,
|
|
400
|
+
"marginTop": 20
|
|
401
|
+
}
|
|
402
|
+
},
|
|
403
|
+
"checkMonday": {
|
|
404
|
+
"newLine": true,
|
|
405
|
+
"type": "checkbox",
|
|
406
|
+
"label": "Mon"
|
|
407
|
+
},
|
|
408
|
+
"checkTuesday": {
|
|
409
|
+
"type": "checkbox",
|
|
410
|
+
"label": "Tue"
|
|
411
|
+
},
|
|
412
|
+
"checkWednesday": {
|
|
413
|
+
"type": "checkbox",
|
|
414
|
+
"label": "Wed"
|
|
415
|
+
},
|
|
416
|
+
"checkThursday": {
|
|
417
|
+
"type": "checkbox",
|
|
418
|
+
"label": "Thu"
|
|
419
|
+
},
|
|
420
|
+
"checkFriday": {
|
|
421
|
+
"type": "checkbox",
|
|
422
|
+
"label": "Fri"
|
|
423
|
+
},
|
|
424
|
+
"checkSaturday": {
|
|
425
|
+
"type": "checkbox",
|
|
426
|
+
"label": "Sat"
|
|
427
|
+
},
|
|
428
|
+
"checkSunday": {
|
|
429
|
+
"type": "checkbox",
|
|
430
|
+
"label": "Sun"
|
|
431
|
+
}
|
|
432
|
+
}
|
|
433
|
+
},
|
|
434
|
+
"_checkSendBatteryTime": {
|
|
435
|
+
"sm": 12,
|
|
436
|
+
"md": 12,
|
|
437
|
+
"lg": 6,
|
|
438
|
+
"hidden": "!data.checkSendBatteryMsg",
|
|
439
|
+
"hideOnlyControl": true,
|
|
440
|
+
"items": {
|
|
441
|
+
"_textTime": {
|
|
442
|
+
"type": "staticText",
|
|
443
|
+
"text": "Choose the Time:",
|
|
444
|
+
"style": {
|
|
445
|
+
"fontSize": 16,
|
|
446
|
+
"marginTop": 20
|
|
447
|
+
}
|
|
448
|
+
},
|
|
449
|
+
"checkSendBatteryTime": {
|
|
450
|
+
"newLine": true,
|
|
451
|
+
"type": "text",
|
|
452
|
+
"help": "Format hh:mm"
|
|
453
|
+
}
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
"_headerMSGservice": {
|
|
457
|
+
"newLine": true,
|
|
458
|
+
"type": "header",
|
|
459
|
+
"text": "Notification Service",
|
|
460
|
+
"size": 2,
|
|
461
|
+
"hidden": "!data.checkSendBatteryMsg && !data.checkSendOfflineMsgDaily && !data.checkSendOfflineMsg",
|
|
462
|
+
"hideOnlyControl": false
|
|
463
|
+
},
|
|
464
|
+
"msgServiceText": {
|
|
465
|
+
"type": "staticText",
|
|
466
|
+
"text": "Here you can choose your notification service, you can use more than one service, but you can also leave all blank, then only the datapoint lastNotification will be filled.",
|
|
467
|
+
"style": {
|
|
468
|
+
"fontSize": 16,
|
|
469
|
+
"marginTop": 20
|
|
470
|
+
},
|
|
471
|
+
"hidden": "!data.checkSendBatteryMsg && !data.checkSendOfflineMsgDaily && !data.checkSendOfflineMsg",
|
|
472
|
+
"hideOnlyControl": false
|
|
473
|
+
},
|
|
474
|
+
"msgService": {
|
|
475
|
+
"newLine": true,
|
|
476
|
+
"type": "select",
|
|
477
|
+
"help": "Choose your notification services",
|
|
478
|
+
"options": [
|
|
479
|
+
{ "label": "Please choose", "value": "none" },
|
|
480
|
+
{ "label": "Pushover", "value": "pushover" },
|
|
481
|
+
{ "label": "Telegram", "value": "telegram" },
|
|
482
|
+
{ "label": "Whatsapp", "value": "whatsapp" },
|
|
483
|
+
{ "label": "E-Mail", "value": "email" },
|
|
484
|
+
{ "label": "Jarvis", "value": "jarvis" },
|
|
485
|
+
{ "label": "Lovelace", "value": "lovelace" }
|
|
486
|
+
],
|
|
487
|
+
"default": "none",
|
|
488
|
+
"hidden": "!data.checkSendBatteryMsg && !data.checkSendOfflineMsgDaily && !data.checkSendOfflineMsg",
|
|
489
|
+
"hideOnlyControl": false
|
|
490
|
+
},
|
|
491
|
+
"_headerPushover": {
|
|
492
|
+
"newLine": true,
|
|
493
|
+
"type": "header",
|
|
494
|
+
"text": "Pushover",
|
|
495
|
+
"size": 2,
|
|
496
|
+
"hidden": "data.msgService !== 'pushover'",
|
|
497
|
+
"hideOnlyControl": false
|
|
498
|
+
},
|
|
499
|
+
"instancePushover": {
|
|
500
|
+
"newLine": true,
|
|
501
|
+
"type": "instance",
|
|
502
|
+
"adapter": "pushover",
|
|
503
|
+
"all": false,
|
|
504
|
+
"allowDeactivate": true,
|
|
505
|
+
"sm": 12,
|
|
506
|
+
"md": 4,
|
|
507
|
+
"lg": 4,
|
|
508
|
+
"label": "Pushover Instance",
|
|
509
|
+
"help": "Please choose the pushover instance",
|
|
510
|
+
"hidden": "data.msgService !== 'pushover'",
|
|
511
|
+
"hideOnlyControl": false
|
|
512
|
+
},
|
|
513
|
+
"devicePushover": {
|
|
514
|
+
"type": "text",
|
|
515
|
+
"sm": 12,
|
|
516
|
+
"md": 4,
|
|
517
|
+
"lg": 4,
|
|
518
|
+
"label": "Device-ID (optional)",
|
|
519
|
+
"help": "Choose your device",
|
|
520
|
+
"hidden": "data.msgService !== 'pushover'",
|
|
521
|
+
"hideOnlyControl": false
|
|
522
|
+
},
|
|
523
|
+
"prioPushover": {
|
|
524
|
+
"type": "select",
|
|
525
|
+
"sm": 12,
|
|
526
|
+
"md": 4,
|
|
527
|
+
"lg": 4,
|
|
528
|
+
"help": "Choose the priority",
|
|
529
|
+
"options": [
|
|
530
|
+
{ "label": "Normal", "value": "" },
|
|
531
|
+
{ "label": "High Priority", "value": 1 },
|
|
532
|
+
{ "label": "Silent", "value": -1 },
|
|
533
|
+
{ "label": "With confirmation", "value": 2 }
|
|
534
|
+
],
|
|
535
|
+
"hidden": "data.msgService !== 'pushover'",
|
|
536
|
+
"hideOnlyControl": false
|
|
537
|
+
},
|
|
538
|
+
"titlePushover": {
|
|
539
|
+
"type": "text",
|
|
540
|
+
"sm": 12,
|
|
541
|
+
"md": 4,
|
|
542
|
+
"lg": 4,
|
|
543
|
+
"label": "Title (optional)",
|
|
544
|
+
"help": "Choose your title for Pushmessage",
|
|
545
|
+
"hidden": "data.msgService !== 'pushover'",
|
|
546
|
+
"hideOnlyControl": false
|
|
547
|
+
},
|
|
548
|
+
"headerTelegram": {
|
|
549
|
+
"newLine": "true",
|
|
550
|
+
"type": "header",
|
|
551
|
+
"text": "Telegram",
|
|
552
|
+
"size": 2,
|
|
553
|
+
"hidden": "data.msgService !== 'telegram'",
|
|
554
|
+
"hideOnlyControl": false
|
|
555
|
+
},
|
|
556
|
+
"instanceTelegram": {
|
|
557
|
+
"newLine": true,
|
|
558
|
+
"type": "instance",
|
|
559
|
+
"adapter": "telegram",
|
|
560
|
+
"all": false,
|
|
561
|
+
"allowDeactivate": true,
|
|
562
|
+
"sm": 12,
|
|
563
|
+
"md": 4,
|
|
564
|
+
"lg": 4,
|
|
565
|
+
"label": "Telegram Instance",
|
|
566
|
+
"help": "Please choose the telegram instance",
|
|
567
|
+
"hidden": "data.msgService !== 'telegram'",
|
|
568
|
+
"hideOnlyControl": false
|
|
569
|
+
},
|
|
570
|
+
"deviceTelegram": {
|
|
571
|
+
"type": "text",
|
|
572
|
+
"sm": 12,
|
|
573
|
+
"md": 4,
|
|
574
|
+
"lg": 4,
|
|
575
|
+
"label": "Device-ID (optional)",
|
|
576
|
+
"help": "Choose your device",
|
|
577
|
+
"hidden": "data.msgService !== 'telegram'",
|
|
578
|
+
"hideOnlyControl": false
|
|
579
|
+
},
|
|
580
|
+
"chatIdTelegram": {
|
|
581
|
+
"type": "text",
|
|
582
|
+
"sm": 12,
|
|
583
|
+
"md": 4,
|
|
584
|
+
"lg": 4,
|
|
585
|
+
"label": "Chat-ID (optional)",
|
|
586
|
+
"help": "Choose your Chat-ID",
|
|
587
|
+
"hidden": "data.msgService !== 'telegram'",
|
|
588
|
+
"hideOnlyControl": false
|
|
589
|
+
},
|
|
590
|
+
"headerWhatsapp": {
|
|
591
|
+
"newLine": "true",
|
|
592
|
+
"type": "header",
|
|
593
|
+
"text": "Whatsapp",
|
|
594
|
+
"size": 2,
|
|
595
|
+
"hidden": "data.msgService !== 'whatsapp'",
|
|
596
|
+
"hideOnlyControl": false
|
|
597
|
+
},
|
|
598
|
+
"instanceWhatsapp": {
|
|
599
|
+
"newLine": true,
|
|
600
|
+
"type": "instance",
|
|
601
|
+
"adapter": "whatsapp-cmb",
|
|
602
|
+
"all": false,
|
|
603
|
+
"allowDeactivate": true,
|
|
604
|
+
"sm": 12,
|
|
605
|
+
"md": 4,
|
|
606
|
+
"lg": 4,
|
|
607
|
+
"label": "Whatsapp Instance",
|
|
608
|
+
"help": "Please choose the Whatsapp instance",
|
|
609
|
+
"hidden": "data.msgService !== 'whatsapp'",
|
|
610
|
+
"hideOnlyControl": false
|
|
611
|
+
},
|
|
612
|
+
"phoneWhatapp": {
|
|
613
|
+
"type": "text",
|
|
614
|
+
"sm": 12,
|
|
615
|
+
"md": 4,
|
|
616
|
+
"lg": 4,
|
|
617
|
+
"label": "Recipient (optional)",
|
|
618
|
+
"help": "Choose your recipient",
|
|
619
|
+
"hidden": "data.msgService !== 'whatsapp'",
|
|
620
|
+
"hideOnlyControl": false
|
|
621
|
+
},
|
|
622
|
+
"_headerEmail": {
|
|
623
|
+
"newLine": true,
|
|
624
|
+
"type": "header",
|
|
625
|
+
"text": "Email",
|
|
626
|
+
"size": 2,
|
|
627
|
+
"hidden": "data.msgService !== 'email'",
|
|
628
|
+
"hideOnlyControl": false
|
|
629
|
+
},
|
|
630
|
+
"instanceEmail": {
|
|
631
|
+
"newLine": true,
|
|
632
|
+
"type": "instance",
|
|
633
|
+
"adapter": "email",
|
|
634
|
+
"all": false,
|
|
635
|
+
"allowDeactivate": true,
|
|
636
|
+
"sm": 12,
|
|
637
|
+
"md": 4,
|
|
638
|
+
"lg": 4,
|
|
639
|
+
"label": "Email Instance",
|
|
640
|
+
"help": "Please choose the email instance",
|
|
641
|
+
"hidden": "data.msgService !== 'email'",
|
|
642
|
+
"hideOnlyControl": false
|
|
643
|
+
},
|
|
644
|
+
"sendToEmail": {
|
|
645
|
+
"type": "text",
|
|
646
|
+
"sm": 12,
|
|
647
|
+
"md": 4,
|
|
648
|
+
"lg": 4,
|
|
649
|
+
"label": "Send to (optional)",
|
|
650
|
+
"help": "Choose your email address",
|
|
651
|
+
"hidden": "data.msgService !== 'email'",
|
|
652
|
+
"hideOnlyControl": false
|
|
653
|
+
},
|
|
654
|
+
"subjectEmail": {
|
|
655
|
+
"type": "text",
|
|
656
|
+
"sm": 12,
|
|
657
|
+
"md": 4,
|
|
658
|
+
"lg": 4,
|
|
659
|
+
"label": "Subject (optional)",
|
|
660
|
+
"help": "Choose your subject for the Email",
|
|
661
|
+
"hidden": "data.msgService !== 'email'",
|
|
662
|
+
"hideOnlyControl": false
|
|
663
|
+
},
|
|
664
|
+
"headerJarvis": {
|
|
665
|
+
"newLine": "true",
|
|
666
|
+
"type": "header",
|
|
667
|
+
"text": "Jarvis Notification",
|
|
668
|
+
"size": 2,
|
|
669
|
+
"hidden": "data.msgService !== 'jarvis'",
|
|
670
|
+
"hideOnlyControl": false
|
|
671
|
+
},
|
|
672
|
+
"instanceJarvis": {
|
|
673
|
+
"newLine": true,
|
|
674
|
+
"type": "instance",
|
|
675
|
+
"adapter": "jarvis",
|
|
676
|
+
"allowDeactivate": true,
|
|
677
|
+
"all": false,
|
|
678
|
+
"sm": 12,
|
|
679
|
+
"md": 4,
|
|
680
|
+
"lg": 4,
|
|
681
|
+
"label": "Jarvis Instance",
|
|
682
|
+
"help": "Please choose the jarvis instance",
|
|
683
|
+
"hidden": "data.msgService !== 'jarvis'",
|
|
684
|
+
"hideOnlyControl": false
|
|
685
|
+
},
|
|
686
|
+
"titleJarvis": {
|
|
687
|
+
"type": "text",
|
|
688
|
+
"sm": 12,
|
|
689
|
+
"md": 4,
|
|
690
|
+
"lg": 4,
|
|
691
|
+
"label": "Title (optional)",
|
|
692
|
+
"help": "Choose your title for Pushmessage",
|
|
693
|
+
"hidden": "data.msgService !== 'jarvis'",
|
|
694
|
+
"hideOnlyControl": false
|
|
695
|
+
},
|
|
696
|
+
"headerLovelace": {
|
|
697
|
+
"newLine": "true",
|
|
698
|
+
"type": "header",
|
|
699
|
+
"text": "Lovelace Notification",
|
|
700
|
+
"size": 2,
|
|
701
|
+
"hidden": "data.msgService !== 'lovelace'",
|
|
702
|
+
"hideOnlyControl": false
|
|
703
|
+
},
|
|
704
|
+
"instanceLovelace": {
|
|
705
|
+
"newLine": true,
|
|
706
|
+
"type": "instance",
|
|
707
|
+
"adapter": "lovelace",
|
|
708
|
+
"allowDeactivate": true,
|
|
709
|
+
"all": false,
|
|
710
|
+
"sm": 12,
|
|
711
|
+
"md": 4,
|
|
712
|
+
"lg": 4,
|
|
713
|
+
"label": "Lovelace Instance",
|
|
714
|
+
"help": "Please choose the lovelace instance",
|
|
715
|
+
"hidden": "data.msgService !== 'lovelace'",
|
|
716
|
+
"hideOnlyControl": false
|
|
717
|
+
},
|
|
718
|
+
"titleLovelace": {
|
|
719
|
+
"type": "text",
|
|
720
|
+
"sm": 12,
|
|
721
|
+
"md": 4,
|
|
722
|
+
"lg": 4,
|
|
723
|
+
"label": "Title (optional)",
|
|
724
|
+
"help": "Choose your title for Pushmessage",
|
|
725
|
+
"hidden": "data.msgService !== 'lovelace'",
|
|
726
|
+
"hideOnlyControl": false
|
|
727
|
+
}
|
|
728
|
+
}
|
|
729
|
+
},
|
|
730
|
+
"_blacklist": {
|
|
731
|
+
"type": "panel",
|
|
732
|
+
"label": "Blacklist",
|
|
733
|
+
"items": {
|
|
734
|
+
"tableBlacklist": {
|
|
735
|
+
"type": "table",
|
|
736
|
+
"label": "Blacklist",
|
|
737
|
+
"nodelete": true,
|
|
738
|
+
"sm": 12,
|
|
739
|
+
"md": 12,
|
|
740
|
+
"lg": 12,
|
|
741
|
+
"items": [
|
|
742
|
+
{
|
|
743
|
+
"type": "selectSendTo",
|
|
744
|
+
"title": "Choose which devices should be excluded",
|
|
745
|
+
"attr": "devices",
|
|
746
|
+
"filter": false,
|
|
747
|
+
"allowAddByFilter": false,
|
|
748
|
+
"sort": false,
|
|
749
|
+
"jsonData": "{\"deviceName\":\"${globalData.deviceName}\",\"adapter\":\"${globalData.adapter}\",\"path\":\"${globalData.path}\"}",
|
|
750
|
+
"command": "devicesList",
|
|
751
|
+
"width": "60%"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
"type": "checkbox",
|
|
755
|
+
"title": "Ignor in notifications",
|
|
756
|
+
"attr": "checkIgnorNotify",
|
|
757
|
+
"width": "15%",
|
|
758
|
+
"alsoDependsOn": ["devices"]
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
"type": "checkbox",
|
|
762
|
+
"title": "Ignor in lists",
|
|
763
|
+
"attr": "checkIgnorLists",
|
|
764
|
+
"width": "10%",
|
|
765
|
+
"alsoDependsOn": ["devices"]
|
|
766
|
+
}
|
|
767
|
+
]
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"_expertSettings": {
|
|
772
|
+
"type": "panel",
|
|
773
|
+
"label": "Expert Settings",
|
|
774
|
+
"items": {
|
|
775
|
+
"_headerOtherSettings": {
|
|
776
|
+
"type": "header",
|
|
777
|
+
"text": "Other Settings",
|
|
778
|
+
"size": 2
|
|
779
|
+
},
|
|
780
|
+
"trueState": {
|
|
781
|
+
"newLine": true,
|
|
782
|
+
"type": "checkbox",
|
|
783
|
+
"sm": 12,
|
|
784
|
+
"md": 6,
|
|
785
|
+
"lg": 4,
|
|
786
|
+
"label": "True State",
|
|
787
|
+
"help": "Use the true value of the signal strength, or it is converted to %"
|
|
788
|
+
},
|
|
789
|
+
"listOnlyBattery": {
|
|
790
|
+
"type": "checkbox",
|
|
791
|
+
"sm": 12,
|
|
792
|
+
"md": 6,
|
|
793
|
+
"lg": 4,
|
|
794
|
+
"label": "List only devices with batteries",
|
|
795
|
+
"help": "Choose if only devices with batteries should be listed or all devices"
|
|
796
|
+
},
|
|
797
|
+
"createOwnFolder": {
|
|
798
|
+
"type": "checkbox",
|
|
799
|
+
"sm": 12,
|
|
800
|
+
"md": 6,
|
|
801
|
+
"lg": 4,
|
|
802
|
+
"label": "Create own folders for each adapter",
|
|
803
|
+
"help": "If you like to have for every Adapter an own folder with own data"
|
|
804
|
+
},
|
|
805
|
+
"createHtmlList": {
|
|
806
|
+
"type": "checkbox",
|
|
807
|
+
"sm": 12,
|
|
808
|
+
"md": 6,
|
|
809
|
+
"lg": 4,
|
|
810
|
+
"label": "Create additionally HTML lists",
|
|
811
|
+
"help": "Create the lists also in HTML"
|
|
812
|
+
},
|
|
813
|
+
"_updateInterval": {
|
|
814
|
+
"type": "header",
|
|
815
|
+
"text": "Update-Interval",
|
|
816
|
+
"size": 2
|
|
817
|
+
},
|
|
818
|
+
"textUpdateInterval": {
|
|
819
|
+
"type": "staticText",
|
|
820
|
+
"text": "Here you can define the update interval of the datapoints/lists. For performance reasons, it is not recommended to select a poll value that is too low. Lower than two seconds is not selectable.",
|
|
821
|
+
"sm": 12,
|
|
822
|
+
"md": 12,
|
|
823
|
+
"lg": 12,
|
|
824
|
+
"style": {
|
|
825
|
+
"fontSize": 16,
|
|
826
|
+
"marginBottom": 10
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
"updateinterval": {
|
|
830
|
+
"type": "number",
|
|
831
|
+
"min": 2,
|
|
832
|
+
"max": 100000,
|
|
833
|
+
"sm": 6,
|
|
834
|
+
"md": 6,
|
|
835
|
+
"lg": 3,
|
|
836
|
+
"label": "Update-Interval",
|
|
837
|
+
"help": "in seconds"
|
|
838
|
+
},
|
|
839
|
+
"_headerOfflineTime": {
|
|
840
|
+
"type": "header",
|
|
841
|
+
"text": "Offline Time",
|
|
842
|
+
"size": 2
|
|
843
|
+
},
|
|
844
|
+
"textOfflineTime": {
|
|
845
|
+
"type": "staticText",
|
|
846
|
+
"text": "Here you can define the offline times of each adapter. If you want to use the data points of the devices (online, available, reachable etc.) directly to determine the status, enter ' 0 '.",
|
|
847
|
+
"sm": 12,
|
|
848
|
+
"md": 12,
|
|
849
|
+
"lg": 12,
|
|
850
|
+
"style": {
|
|
851
|
+
"fontSize": 16,
|
|
852
|
+
"marginBottom": 10
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"alexa2MaxMinutes": {
|
|
856
|
+
"type": "number",
|
|
857
|
+
"min": -1,
|
|
858
|
+
"max": 100000,
|
|
859
|
+
"sm": 6,
|
|
860
|
+
"md": 6,
|
|
861
|
+
"lg": 3,
|
|
862
|
+
"label": "Alexa2",
|
|
863
|
+
"help": "in minutes",
|
|
864
|
+
"hidden": "!data.alexa2Devices",
|
|
865
|
+
"hideOnlyControl": false
|
|
866
|
+
},
|
|
867
|
+
"bleMaxMinutes": {
|
|
868
|
+
"type": "number",
|
|
869
|
+
"min": 1,
|
|
870
|
+
"max": 100000,
|
|
871
|
+
"sm": 6,
|
|
872
|
+
"md": 6,
|
|
873
|
+
"lg": 3,
|
|
874
|
+
"label": "Ble",
|
|
875
|
+
"help": "in minutes",
|
|
876
|
+
"hidden": "!data.bleDevices",
|
|
877
|
+
"hideOnlyControl": false
|
|
878
|
+
},
|
|
879
|
+
"deconzMaxMinutes": {
|
|
880
|
+
"type": "number",
|
|
881
|
+
"min": -1,
|
|
882
|
+
"max": 100000,
|
|
883
|
+
"sm": 6,
|
|
884
|
+
"md": 6,
|
|
885
|
+
"lg": 3,
|
|
886
|
+
"label": "Deconz",
|
|
887
|
+
"help": "in minutes",
|
|
888
|
+
"hidden": "!data.deconzDevices",
|
|
889
|
+
"hideOnlyControl": false
|
|
890
|
+
},
|
|
891
|
+
"enoceanMaxMinutes": {
|
|
892
|
+
"type": "number",
|
|
893
|
+
"min": 1,
|
|
894
|
+
"max": 100000,
|
|
895
|
+
"sm": 6,
|
|
896
|
+
"md": 6,
|
|
897
|
+
"lg": 3,
|
|
898
|
+
"label": "Enocean",
|
|
899
|
+
"help": "in minutes",
|
|
900
|
+
"hidden": "!data.enoceanDevices",
|
|
901
|
+
"hideOnlyControl": false
|
|
902
|
+
},
|
|
903
|
+
"esphomeMaxMinutes": {
|
|
904
|
+
"type": "number",
|
|
905
|
+
"min": -1,
|
|
906
|
+
"max": 100000,
|
|
907
|
+
"sm": 6,
|
|
908
|
+
"md": 6,
|
|
909
|
+
"lg": 3,
|
|
910
|
+
"label": "EspHome",
|
|
911
|
+
"help": "in minutes",
|
|
912
|
+
"hidden": "!data.esphomeDevices",
|
|
913
|
+
"hideOnlyControl": false
|
|
914
|
+
},
|
|
915
|
+
"fritzdectMaxMinutes": {
|
|
916
|
+
"type": "number",
|
|
917
|
+
"min": -1,
|
|
918
|
+
"max": 100000,
|
|
919
|
+
"sm": 6,
|
|
920
|
+
"md": 6,
|
|
921
|
+
"lg": 3,
|
|
922
|
+
"label": "FritzDect",
|
|
923
|
+
"help": "in minutes",
|
|
924
|
+
"hidden": "!data.fritzdectDevices",
|
|
925
|
+
"hideOnlyControl": false
|
|
926
|
+
},
|
|
927
|
+
"hamMaxMinutes": {
|
|
928
|
+
"type": "number",
|
|
929
|
+
"min": 1,
|
|
930
|
+
"max": 100000,
|
|
931
|
+
"sm": 6,
|
|
932
|
+
"md": 6,
|
|
933
|
+
"lg": 3,
|
|
934
|
+
"label": "Ham",
|
|
935
|
+
"help": "in minutes",
|
|
936
|
+
"hidden": "!data.hamDevices",
|
|
937
|
+
"hideOnlyControl": false
|
|
938
|
+
},
|
|
939
|
+
"harmonyMaxMinutes": {
|
|
940
|
+
"type": "number",
|
|
941
|
+
"min": -1,
|
|
942
|
+
"max": 100000,
|
|
943
|
+
"sm": 6,
|
|
944
|
+
"md": 6,
|
|
945
|
+
"lg": 3,
|
|
946
|
+
"label": "Harmony",
|
|
947
|
+
"help": "in minutes",
|
|
948
|
+
"hidden": "!data.harmonyDevices",
|
|
949
|
+
"hideOnlyControl": false
|
|
950
|
+
},
|
|
951
|
+
"hmiPMaxMinutes": {
|
|
952
|
+
"type": "number",
|
|
953
|
+
"min": -1,
|
|
954
|
+
"max": 100000,
|
|
955
|
+
"sm": 6,
|
|
956
|
+
"md": 6,
|
|
957
|
+
"lg": 3,
|
|
958
|
+
"label": "HmiP",
|
|
959
|
+
"help": "in minutes",
|
|
960
|
+
"hidden": "!data.hmiPDevices",
|
|
961
|
+
"hideOnlyControl": false
|
|
962
|
+
},
|
|
963
|
+
"hmrpcMaxMinutes": {
|
|
964
|
+
"type": "number",
|
|
965
|
+
"min": -1,
|
|
966
|
+
"max": 100000,
|
|
967
|
+
"sm": 6,
|
|
968
|
+
"md": 6,
|
|
969
|
+
"lg": 3,
|
|
970
|
+
"label": "HM-RPC",
|
|
971
|
+
"help": "in minutes",
|
|
972
|
+
"hidden": "!data.hmrpcDevices",
|
|
973
|
+
"hideOnlyControl": false
|
|
974
|
+
},
|
|
975
|
+
"hs100MaxMinutes": {
|
|
976
|
+
"type": "number",
|
|
977
|
+
"min": 1,
|
|
978
|
+
"max": 100000,
|
|
979
|
+
"sm": 6,
|
|
980
|
+
"md": 6,
|
|
981
|
+
"lg": 3,
|
|
982
|
+
"label": "hs100",
|
|
983
|
+
"help": "in minutes",
|
|
984
|
+
"hidden": "!data.hs100Devices",
|
|
985
|
+
"hideOnlyControl": false
|
|
986
|
+
},
|
|
987
|
+
"hueMaxMinutes": {
|
|
988
|
+
"type": "number",
|
|
989
|
+
"min": -1,
|
|
990
|
+
"max": 100000,
|
|
991
|
+
"sm": 6,
|
|
992
|
+
"md": 6,
|
|
993
|
+
"lg": 3,
|
|
994
|
+
"label": "Hue",
|
|
995
|
+
"help": "in minutes",
|
|
996
|
+
"hidden": "!data.hueDevices",
|
|
997
|
+
"hideOnlyControl": false
|
|
998
|
+
},
|
|
999
|
+
"hueextMaxMinutes": {
|
|
1000
|
+
"type": "number",
|
|
1001
|
+
"min": -1,
|
|
1002
|
+
"max": 100000,
|
|
1003
|
+
"sm": 6,
|
|
1004
|
+
"md": 6,
|
|
1005
|
+
"lg": 3,
|
|
1006
|
+
"label": "HueExtended",
|
|
1007
|
+
"help": "in minutes",
|
|
1008
|
+
"hidden": "!data.hueExtDevices",
|
|
1009
|
+
"hideOnlyControl": false
|
|
1010
|
+
},
|
|
1011
|
+
"jeelinkMaxMinutes": {
|
|
1012
|
+
"type": "number",
|
|
1013
|
+
"min": 1,
|
|
1014
|
+
"max": 100000,
|
|
1015
|
+
"sm": 6,
|
|
1016
|
+
"md": 6,
|
|
1017
|
+
"lg": 3,
|
|
1018
|
+
"label": "Jeelink",
|
|
1019
|
+
"help": "in minutes",
|
|
1020
|
+
"hidden": "!data.jeelinkDevices",
|
|
1021
|
+
"hideOnlyControl": false
|
|
1022
|
+
},
|
|
1023
|
+
"lupusecMaxMinutes": {
|
|
1024
|
+
"type": "number",
|
|
1025
|
+
"min": -1,
|
|
1026
|
+
"max": 100000,
|
|
1027
|
+
"sm": 6,
|
|
1028
|
+
"md": 6,
|
|
1029
|
+
"lg": 3,
|
|
1030
|
+
"label": "Lupusec",
|
|
1031
|
+
"help": "in minutes",
|
|
1032
|
+
"hidden": "!data.lupusecDevices",
|
|
1033
|
+
"hideOnlyControl": false
|
|
1034
|
+
},
|
|
1035
|
+
"maxcubeMaxMinutes": {
|
|
1036
|
+
"type": "number",
|
|
1037
|
+
"min": -1,
|
|
1038
|
+
"max": 100000,
|
|
1039
|
+
"sm": 6,
|
|
1040
|
+
"md": 6,
|
|
1041
|
+
"lg": 3,
|
|
1042
|
+
"label": "Maxcube",
|
|
1043
|
+
"help": "in minutes",
|
|
1044
|
+
"hidden": "!data.maxcubeDevices",
|
|
1045
|
+
"hideOnlyControl": false
|
|
1046
|
+
},
|
|
1047
|
+
"merossMaxMinutes": {
|
|
1048
|
+
"type": "number",
|
|
1049
|
+
"min": -1,
|
|
1050
|
+
"max": 100000,
|
|
1051
|
+
"sm": 6,
|
|
1052
|
+
"md": 6,
|
|
1053
|
+
"lg": 3,
|
|
1054
|
+
"label": "Meross",
|
|
1055
|
+
"help": "in minutes",
|
|
1056
|
+
"hidden": "!data.merossDevices",
|
|
1057
|
+
"hideOnlyControl": false
|
|
1058
|
+
},
|
|
1059
|
+
"mihomeMaxMinutes": {
|
|
1060
|
+
"type": "number",
|
|
1061
|
+
"min": 1,
|
|
1062
|
+
"max": 100000,
|
|
1063
|
+
"sm": 6,
|
|
1064
|
+
"md": 6,
|
|
1065
|
+
"lg": 3,
|
|
1066
|
+
"label": "MiHome",
|
|
1067
|
+
"help": "in minutes",
|
|
1068
|
+
"hidden": "!data.mihomeDevices",
|
|
1069
|
+
"hideOnlyControl": false
|
|
1070
|
+
},
|
|
1071
|
+
"mihomeGWMaxMinutes": {
|
|
1072
|
+
"type": "number",
|
|
1073
|
+
"min": -1,
|
|
1074
|
+
"max": 100000,
|
|
1075
|
+
"sm": 6,
|
|
1076
|
+
"md": 6,
|
|
1077
|
+
"lg": 3,
|
|
1078
|
+
"label": "MiHome Gateway",
|
|
1079
|
+
"help": "in minutes",
|
|
1080
|
+
"hidden": "!data.mihomeDevices",
|
|
1081
|
+
"hideOnlyControl": false
|
|
1082
|
+
},
|
|
1083
|
+
"mihomeVacuumMaxMinutes": {
|
|
1084
|
+
"type": "number",
|
|
1085
|
+
"min": -1,
|
|
1086
|
+
"max": 100000,
|
|
1087
|
+
"sm": 6,
|
|
1088
|
+
"md": 6,
|
|
1089
|
+
"lg": 3,
|
|
1090
|
+
"label": "Mihome Vacuum",
|
|
1091
|
+
"help": "in minutes",
|
|
1092
|
+
"hidden": "!data.mihomeVacuumDevices",
|
|
1093
|
+
"hideOnlyControl": false
|
|
1094
|
+
},
|
|
1095
|
+
"netatmoMaxMinutes": {
|
|
1096
|
+
"type": "number",
|
|
1097
|
+
"min": 1,
|
|
1098
|
+
"max": 100000,
|
|
1099
|
+
"sm": 6,
|
|
1100
|
+
"md": 6,
|
|
1101
|
+
"lg": 3,
|
|
1102
|
+
"label": "Netatmo",
|
|
1103
|
+
"help": "in minutes",
|
|
1104
|
+
"hidden": "!data.netatmoDevices",
|
|
1105
|
+
"hideOnlyControl": false
|
|
1106
|
+
},
|
|
1107
|
+
"nukiextendMaxMinutes": {
|
|
1108
|
+
"type": "number",
|
|
1109
|
+
"min": 1,
|
|
1110
|
+
"max": 100000,
|
|
1111
|
+
"sm": 6,
|
|
1112
|
+
"md": 6,
|
|
1113
|
+
"lg": 3,
|
|
1114
|
+
"label": "Nuki Extended",
|
|
1115
|
+
"help": "in minutes",
|
|
1116
|
+
"hidden": "!data.nukiExtDevices",
|
|
1117
|
+
"hideOnlyControl": false
|
|
1118
|
+
},
|
|
1119
|
+
"nutMaxMinutes": {
|
|
1120
|
+
"type": "number",
|
|
1121
|
+
"min": 1,
|
|
1122
|
+
"max": 100000,
|
|
1123
|
+
"sm": 6,
|
|
1124
|
+
"md": 6,
|
|
1125
|
+
"lg": 3,
|
|
1126
|
+
"label": "Nut",
|
|
1127
|
+
"help": "in minutes",
|
|
1128
|
+
"hidden": "!data.nutDevices",
|
|
1129
|
+
"hideOnlyControl": false
|
|
1130
|
+
},
|
|
1131
|
+
"pingMaxMinutes": {
|
|
1132
|
+
"type": "number",
|
|
1133
|
+
"min": -1,
|
|
1134
|
+
"max": 100000,
|
|
1135
|
+
"sm": 6,
|
|
1136
|
+
"md": 6,
|
|
1137
|
+
"lg": 3,
|
|
1138
|
+
"label": "Ping",
|
|
1139
|
+
"help": "in minutes",
|
|
1140
|
+
"hidden": "!data.pingDevices",
|
|
1141
|
+
"hideOnlyControl": false
|
|
1142
|
+
},
|
|
1143
|
+
"roombaMaxMinutes": {
|
|
1144
|
+
"type": "number",
|
|
1145
|
+
"min": -1,
|
|
1146
|
+
"max": 100000,
|
|
1147
|
+
"sm": 6,
|
|
1148
|
+
"md": 6,
|
|
1149
|
+
"lg": 3,
|
|
1150
|
+
"label": "Roomba",
|
|
1151
|
+
"help": "in minutes",
|
|
1152
|
+
"hidden": "!data.roombaDevices",
|
|
1153
|
+
"hideOnlyControl": false
|
|
1154
|
+
},
|
|
1155
|
+
"shellyMaxMinutes": {
|
|
1156
|
+
"type": "number",
|
|
1157
|
+
"min": -1,
|
|
1158
|
+
"max": 100000,
|
|
1159
|
+
"sm": 6,
|
|
1160
|
+
"md": 6,
|
|
1161
|
+
"lg": 3,
|
|
1162
|
+
"label": "Shelly",
|
|
1163
|
+
"help": "in minutes",
|
|
1164
|
+
"hidden": "!data.shellyDevices",
|
|
1165
|
+
"hideOnlyControl": false
|
|
1166
|
+
},
|
|
1167
|
+
"sonoffMaxMinutes": {
|
|
1168
|
+
"type": "number",
|
|
1169
|
+
"min": -1,
|
|
1170
|
+
"max": 100000,
|
|
1171
|
+
"sm": 6,
|
|
1172
|
+
"md": 6,
|
|
1173
|
+
"lg": 3,
|
|
1174
|
+
"label": "Sonoff",
|
|
1175
|
+
"help": "in minutes",
|
|
1176
|
+
"hidden": "!data.sonoffDevices",
|
|
1177
|
+
"hideOnlyControl": false
|
|
1178
|
+
},
|
|
1179
|
+
"sonosMaxMinutes": {
|
|
1180
|
+
"type": "number",
|
|
1181
|
+
"min": -1,
|
|
1182
|
+
"max": 100000,
|
|
1183
|
+
"sm": 6,
|
|
1184
|
+
"md": 6,
|
|
1185
|
+
"lg": 3,
|
|
1186
|
+
"label": "Sonos",
|
|
1187
|
+
"help": "in minutes",
|
|
1188
|
+
"hidden": "!data.sonosDevices",
|
|
1189
|
+
"hideOnlyControl": false
|
|
1190
|
+
},
|
|
1191
|
+
"switchbotMaxMinutes": {
|
|
1192
|
+
"type": "number",
|
|
1193
|
+
"min": 1,
|
|
1194
|
+
"max": 100000,
|
|
1195
|
+
"sm": 6,
|
|
1196
|
+
"md": 6,
|
|
1197
|
+
"lg": 3,
|
|
1198
|
+
"label": "Switchbot Ble",
|
|
1199
|
+
"help": "in minutes",
|
|
1200
|
+
"hidden": "!data.switchbotBleDevices",
|
|
1201
|
+
"hideOnlyControl": false
|
|
1202
|
+
},
|
|
1203
|
+
"tadoMaxMinutes": {
|
|
1204
|
+
"type": "number",
|
|
1205
|
+
"min": -1,
|
|
1206
|
+
"max": 100000,
|
|
1207
|
+
"sm": 6,
|
|
1208
|
+
"md": 6,
|
|
1209
|
+
"lg": 3,
|
|
1210
|
+
"label": "Tado",
|
|
1211
|
+
"help": "in minutes",
|
|
1212
|
+
"hidden": "!data.tadoDevices",
|
|
1213
|
+
"hideOnlyControl": false
|
|
1214
|
+
},
|
|
1215
|
+
"tradfriMaxMinutes": {
|
|
1216
|
+
"type": "number",
|
|
1217
|
+
"min": -1,
|
|
1218
|
+
"max": 100000,
|
|
1219
|
+
"sm": 6,
|
|
1220
|
+
"md": 6,
|
|
1221
|
+
"lg": 3,
|
|
1222
|
+
"label": "Tradfri",
|
|
1223
|
+
"help": "in minutes",
|
|
1224
|
+
"hidden": "!data.tradfriDevices",
|
|
1225
|
+
"hideOnlyControl": false
|
|
1226
|
+
},
|
|
1227
|
+
"unifiMaxMinutes": {
|
|
1228
|
+
"type": "number",
|
|
1229
|
+
"min": -1,
|
|
1230
|
+
"max": 100000,
|
|
1231
|
+
"sm": 6,
|
|
1232
|
+
"md": 6,
|
|
1233
|
+
"lg": 3,
|
|
1234
|
+
"label": "Unifi",
|
|
1235
|
+
"help": "in minutes",
|
|
1236
|
+
"hidden": "!data.unifiDevices",
|
|
1237
|
+
"hideOnlyControl": false
|
|
1238
|
+
},
|
|
1239
|
+
"wledMaxMinutes": {
|
|
1240
|
+
"type": "number",
|
|
1241
|
+
"min": -1,
|
|
1242
|
+
"max": 100000,
|
|
1243
|
+
"sm": 6,
|
|
1244
|
+
"md": 6,
|
|
1245
|
+
"lg": 3,
|
|
1246
|
+
"label": "WLED",
|
|
1247
|
+
"help": "in minutes",
|
|
1248
|
+
"hidden": "!data.wledDevices",
|
|
1249
|
+
"hideOnlyControl": false
|
|
1250
|
+
},
|
|
1251
|
+
"yeelightMaxMinutes": {
|
|
1252
|
+
"type": "number",
|
|
1253
|
+
"min": -1,
|
|
1254
|
+
"max": 100000,
|
|
1255
|
+
"sm": 6,
|
|
1256
|
+
"md": 6,
|
|
1257
|
+
"lg": 3,
|
|
1258
|
+
"label": "Yeelight-2",
|
|
1259
|
+
"help": "in minutes",
|
|
1260
|
+
"hidden": "!data.yeelightDevices",
|
|
1261
|
+
"hideOnlyControl": false
|
|
1262
|
+
},
|
|
1263
|
+
"zigbeeMaxMinutes": {
|
|
1264
|
+
"type": "number",
|
|
1265
|
+
"min": -1,
|
|
1266
|
+
"max": 100000,
|
|
1267
|
+
"sm": 6,
|
|
1268
|
+
"md": 6,
|
|
1269
|
+
"lg": 3,
|
|
1270
|
+
"label": "Zigbee",
|
|
1271
|
+
"help": "in minutes",
|
|
1272
|
+
"hidden": "!data.zigbeeDevices",
|
|
1273
|
+
"hideOnlyControl": false
|
|
1274
|
+
},
|
|
1275
|
+
"zigbee2mqttMaxMinutes": {
|
|
1276
|
+
"type": "number",
|
|
1277
|
+
"min": -1,
|
|
1278
|
+
"max": 100000,
|
|
1279
|
+
"sm": 6,
|
|
1280
|
+
"md": 6,
|
|
1281
|
+
"lg": 3,
|
|
1282
|
+
"label": "Zigbee2MQTT",
|
|
1283
|
+
"help": "in minutes",
|
|
1284
|
+
"hidden": "!data.zigbee2mqttDevices",
|
|
1285
|
+
"hideOnlyControl": false
|
|
1286
|
+
},
|
|
1287
|
+
"zwaveMaxMinutes": {
|
|
1288
|
+
"type": "number",
|
|
1289
|
+
"min": -1,
|
|
1290
|
+
"max": 100000,
|
|
1291
|
+
"sm": 6,
|
|
1292
|
+
"md": 6,
|
|
1293
|
+
"lg": 3,
|
|
1294
|
+
"label": "Zwave",
|
|
1295
|
+
"help": "in minutes",
|
|
1296
|
+
"hidden": "!data.zwaveDevices",
|
|
1297
|
+
"hideOnlyControl": false
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
}
|
|
1302
|
+
}
|