iobroker.device-watcher 2.14.5 → 2.15.0-alpha.1

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.
@@ -15,7 +15,7 @@
15
15
  type: 'checkbox',
16
16
  xs: 12,
17
17
  sm: 12,
18
- md: 12,
18
+ md: 6,
19
19
  lg: 6,
20
20
  xl: 6,
21
21
  label: 'Watch adapter/instances',
@@ -30,8 +30,8 @@
30
30
  type: 'table',
31
31
  noDelete: true,
32
32
  compact: true,
33
- xs: 6,
34
- sm: 6,
33
+ xs: 12,
34
+ sm: 12,
35
35
  md: 12,
36
36
  lg: 12,
37
37
  xl: 12,
@@ -100,7 +100,7 @@
100
100
  type: 'checkbox',
101
101
  xs: 12,
102
102
  sm: 12,
103
- md: 12,
103
+ md: 6,
104
104
  lg: 6,
105
105
  xl: 6,
106
106
  label: 'Adapter update message',
@@ -112,7 +112,7 @@
112
112
  type: 'checkbox',
113
113
  xs: 12,
114
114
  sm: 12,
115
- md: 12,
115
+ md: 6,
116
116
  lg: 6,
117
117
  xl: 6,
118
118
  label: 'Overview of updatable adapter',
@@ -125,7 +125,7 @@
125
125
  newLine: true,
126
126
  xs: 12,
127
127
  sm: 12,
128
- md: 12,
128
+ md: 6,
129
129
  lg: 6,
130
130
  xl: 6,
131
131
  hidden: '!data.checkSendAdapterUpdateMsgDaily',
@@ -140,15 +140,15 @@
140
140
  },
141
141
  xs: 12,
142
142
  sm: 12,
143
- md: 12,
144
- lg: 12,
145
- xl: 12,
143
+ md: 6,
144
+ lg: 6,
145
+ xl: 6,
146
146
  },
147
147
  checkAdapterUpdateMonday: {
148
148
  newLine: true,
149
149
  xs: 12,
150
150
  sm: 12,
151
- md: 12,
151
+ md: 6,
152
152
  lg: 6,
153
153
  xl: 6,
154
154
  type: 'checkbox',
@@ -157,7 +157,7 @@
157
157
  checkAdapterUpdateTuesday: {
158
158
  xs: 12,
159
159
  sm: 12,
160
- md: 12,
160
+ md: 6,
161
161
  lg: 6,
162
162
  xl: 6,
163
163
  type: 'checkbox',
@@ -166,7 +166,7 @@
166
166
  checkAdapterUpdateWednesday: {
167
167
  xs: 12,
168
168
  sm: 12,
169
- md: 12,
169
+ md: 6,
170
170
  lg: 6,
171
171
  xl: 6,
172
172
  type: 'checkbox',
@@ -175,7 +175,7 @@
175
175
  checkAdapterUpdateThursday: {
176
176
  xs: 12,
177
177
  sm: 12,
178
- md: 12,
178
+ md: 6,
179
179
  lg: 6,
180
180
  xl: 6,
181
181
  type: 'checkbox',
@@ -184,7 +184,7 @@
184
184
  checkAdapterUpdateFriday: {
185
185
  xs: 12,
186
186
  sm: 12,
187
- md: 12,
187
+ md: 6,
188
188
  lg: 6,
189
189
  xl: 6,
190
190
  type: 'checkbox',
@@ -193,7 +193,7 @@
193
193
  checkAdapterUpdateSaturday: {
194
194
  xs: 12,
195
195
  sm: 12,
196
- md: 12,
196
+ md: 6,
197
197
  lg: 6,
198
198
  xl: 6,
199
199
  type: 'checkbox',
@@ -202,7 +202,7 @@
202
202
  checkAdapterUpdateSunday: {
203
203
  xs: 12,
204
204
  sm: 12,
205
- md: 12,
205
+ md: 6,
206
206
  lg: 6,
207
207
  xl: 6,
208
208
  type: 'checkbox',
@@ -214,7 +214,7 @@
214
214
  type: 'panel',
215
215
  xs: 12,
216
216
  sm: 12,
217
- md: 12,
217
+ md: 6,
218
218
  lg: 6,
219
219
  xl: 6,
220
220
  hidden: '!data.checkSendAdapterUpdateMsgDaily',
@@ -229,9 +229,9 @@
229
229
  },
230
230
  xs: 12,
231
231
  sm: 12,
232
- md: 12,
233
- lg: 12,
234
- xl: 12,
232
+ md: 6,
233
+ lg: 6,
234
+ xl: 6,
235
235
  },
236
236
  checkSendAdapterUpdateTime: {
237
237
  newLine: true,
@@ -241,9 +241,9 @@
241
241
  validatorNoSaveOnError: true,
242
242
  xs: 12,
243
243
  sm: 12,
244
- md: 12,
245
- lg: 12,
246
- xl: 12,
244
+ md: 6,
245
+ lg: 6,
246
+ xl: 6,
247
247
  },
248
248
  },
249
249
  },
@@ -258,7 +258,7 @@
258
258
  type: 'checkbox',
259
259
  xs: 12,
260
260
  sm: 12,
261
- md: 12,
261
+ md: 6,
262
262
  lg: 6,
263
263
  xl: 6,
264
264
  label: 'Instance deactivated message',
@@ -270,7 +270,7 @@
270
270
  type: 'checkbox',
271
271
  xs: 12,
272
272
  sm: 12,
273
- md: 12,
273
+ md: 6,
274
274
  lg: 6,
275
275
  xl: 6,
276
276
  label: 'Overview of deactivated instances',
@@ -283,7 +283,7 @@
283
283
  newLine: true,
284
284
  xs: 12,
285
285
  sm: 12,
286
- md: 12,
286
+ md: 6,
287
287
  lg: 6,
288
288
  xl: 6,
289
289
  hidden: '!data.checkSendInstanceDeactivatedDaily',
@@ -298,14 +298,14 @@
298
298
  },
299
299
  xs: 12,
300
300
  sm: 12,
301
- md: 12,
302
- lg: 12,
303
- xl: 12,
301
+ md: 6,
302
+ lg: 6,
303
+ xl: 6,
304
304
  },
305
305
  checkInstanceDeactivatedMonday: {
306
306
  xs: 12,
307
307
  sm: 12,
308
- md: 12,
308
+ md: 6,
309
309
  lg: 6,
310
310
  xl: 6,
311
311
  newLine: true,
@@ -315,7 +315,7 @@
315
315
  checkInstanceDeactivatedTuesday: {
316
316
  xs: 12,
317
317
  sm: 12,
318
- md: 12,
318
+ md: 6,
319
319
  lg: 6,
320
320
  xl: 6,
321
321
  type: 'checkbox',
@@ -324,7 +324,7 @@
324
324
  checkInstanceDeactivatedWednesday: {
325
325
  xs: 12,
326
326
  sm: 12,
327
- md: 12,
327
+ md: 6,
328
328
  lg: 6,
329
329
  xl: 6,
330
330
  type: 'checkbox',
@@ -333,7 +333,7 @@
333
333
  checkInstanceDeactivatedThursday: {
334
334
  xs: 12,
335
335
  sm: 12,
336
- md: 12,
336
+ md: 6,
337
337
  lg: 6,
338
338
  xl: 6,
339
339
  type: 'checkbox',
@@ -342,7 +342,7 @@
342
342
  checkInstanceDeactivatedFriday: {
343
343
  xs: 12,
344
344
  sm: 12,
345
- md: 12,
345
+ md: 6,
346
346
  lg: 6,
347
347
  xl: 6,
348
348
  type: 'checkbox',
@@ -351,7 +351,7 @@
351
351
  checkInstanceDeactivatedSaturday: {
352
352
  xs: 12,
353
353
  sm: 12,
354
- md: 12,
354
+ md: 6,
355
355
  lg: 6,
356
356
  xl: 6,
357
357
  type: 'checkbox',
@@ -360,7 +360,7 @@
360
360
  checkInstanceDeactivatedSunday: {
361
361
  xs: 12,
362
362
  sm: 12,
363
- md: 12,
363
+ md: 6,
364
364
  lg: 6,
365
365
  xl: 6,
366
366
  type: 'checkbox',
@@ -372,7 +372,7 @@
372
372
  type: 'panel',
373
373
  xs: 12,
374
374
  sm: 12,
375
- md: 12,
375
+ md: 6,
376
376
  lg: 6,
377
377
  xl: 6,
378
378
  hidden: '!data.checkSendInstanceDeactivatedDaily',
@@ -387,9 +387,9 @@
387
387
  },
388
388
  xs: 12,
389
389
  sm: 12,
390
- md: 12,
391
- lg: 12,
392
- xl: 12,
390
+ md: 6,
391
+ lg: 6,
392
+ xl: 6,
393
393
  },
394
394
  checkSendInstanceDeactivatedTime: {
395
395
  newLine: true,
@@ -399,9 +399,9 @@
399
399
  validatorNoSaveOnError: true,
400
400
  xs: 12,
401
401
  sm: 12,
402
- md: 12,
403
- lg: 12,
404
- xl: 12,
402
+ md: 6,
403
+ lg: 6,
404
+ xl: 6,
405
405
  },
406
406
  },
407
407
  },
@@ -416,7 +416,7 @@
416
416
  type: 'checkbox',
417
417
  xs: 12,
418
418
  sm: 12,
419
- md: 12,
419
+ md: 6,
420
420
  lg: 6,
421
421
  xl: 6,
422
422
  label: 'Instance failed message',
@@ -428,7 +428,7 @@
428
428
  type: 'checkbox',
429
429
  xs: 12,
430
430
  sm: 12,
431
- md: 12,
431
+ md: 6,
432
432
  lg: 6,
433
433
  xl: 6,
434
434
  label: 'Overview of failed instances',
@@ -441,7 +441,7 @@
441
441
  newLine: true,
442
442
  xs: 12,
443
443
  sm: 12,
444
- md: 12,
444
+ md: 6,
445
445
  lg: 6,
446
446
  xl: 6,
447
447
  hidden: '!data.checkSendInstanceFailedDaily',
@@ -456,9 +456,9 @@
456
456
  },
457
457
  xs: 12,
458
458
  sm: 12,
459
- md: 12,
460
- lg: 12,
461
- xl: 12,
459
+ md: 6,
460
+ lg: 6,
461
+ xl: 6,
462
462
  },
463
463
  checkFailedInstancesMonday: {
464
464
  newLine: true,
@@ -530,7 +530,7 @@
530
530
  type: 'panel',
531
531
  xs: 12,
532
532
  sm: 12,
533
- md: 12,
533
+ md: 6,
534
534
  lg: 6,
535
535
  xl: 6,
536
536
  hidden: '!data.checkSendInstanceFailedDaily',
@@ -545,9 +545,9 @@
545
545
  },
546
546
  xs: 12,
547
547
  sm: 12,
548
- md: 12,
549
- lg: 12,
550
- xl: 12,
548
+ md: 6,
549
+ lg: 6,
550
+ xl: 6,
551
551
  },
552
552
  checkSendInstanceFailedTime: {
553
553
  newLine: true,
@@ -557,9 +557,9 @@
557
557
  validatorNoSaveOnError: true,
558
558
  xs: 12,
559
559
  sm: 12,
560
- md: 12,
561
- lg: 12,
562
- xl: 12,
560
+ md: 6,
561
+ lg: 6,
562
+ xl: 6,
563
563
  },
564
564
  },
565
565
  },
@@ -572,7 +572,7 @@
572
572
  type: 'checkbox',
573
573
  xs: 12,
574
574
  sm: 12,
575
- md: 12,
575
+ md: 6,
576
576
  lg: 6,
577
577
  xl: 6,
578
578
  label: 'Offline message',
@@ -582,7 +582,7 @@
582
582
  type: 'checkbox',
583
583
  xs: 12,
584
584
  sm: 12,
585
- md: 12,
585
+ md: 6,
586
586
  lg: 6,
587
587
  xl: 6,
588
588
  label: 'Overview of offline devices/services',
@@ -593,7 +593,7 @@
593
593
  newLine: true,
594
594
  xs: 12,
595
595
  sm: 12,
596
- md: 12,
596
+ md: 6,
597
597
  lg: 6,
598
598
  xl: 6,
599
599
  hidden: '!data.checkSendOfflineMsgDaily',
@@ -608,9 +608,9 @@
608
608
  },
609
609
  xs: 12,
610
610
  sm: 12,
611
- md: 12,
612
- lg: 12,
613
- xl: 12,
611
+ md: 6,
612
+ lg: 6,
613
+ xl: 6,
614
614
  },
615
615
  checkOfflineMonday: {
616
616
  newLine: true,
@@ -682,7 +682,7 @@
682
682
  type: 'panel',
683
683
  xs: 12,
684
684
  sm: 12,
685
- md: 12,
685
+ md: 6,
686
686
  lg: 6,
687
687
  xl: 6,
688
688
  hidden: '!data.checkSendOfflineMsgDaily',
@@ -697,9 +697,9 @@
697
697
  },
698
698
  xs: 12,
699
699
  sm: 12,
700
- md: 12,
701
- lg: 12,
702
- xl: 12,
700
+ md: 6,
701
+ lg: 6,
702
+ xl: 6,
703
703
  },
704
704
  checkSendOfflineTime: {
705
705
  newLine: true,
@@ -709,9 +709,9 @@
709
709
  validatorNoSaveOnError: true,
710
710
  xs: 12,
711
711
  sm: 12,
712
- md: 12,
713
- lg: 12,
714
- xl: 12,
712
+ md: 6,
713
+ lg: 6,
714
+ xl: 6,
715
715
  },
716
716
  },
717
717
  },
@@ -724,7 +724,7 @@
724
724
  type: 'checkbox',
725
725
  xs: 12,
726
726
  sm: 12,
727
- md: 12,
727
+ md: 6,
728
728
  lg: 6,
729
729
  xl: 6,
730
730
  label: 'Battery message',
@@ -734,7 +734,7 @@
734
734
  type: 'checkbox',
735
735
  xs: 12,
736
736
  sm: 12,
737
- md: 12,
737
+ md: 6,
738
738
  lg: 6,
739
739
  xl: 6,
740
740
  label: 'Overview of low battery devices',
@@ -745,7 +745,7 @@
745
745
  newLine: true,
746
746
  xs: 12,
747
747
  sm: 12,
748
- md: 12,
748
+ md: 6,
749
749
  lg: 6,
750
750
  xl: 6,
751
751
  hidden: '!data.checkSendBatteryMsgDaily',
@@ -760,9 +760,9 @@
760
760
  },
761
761
  xs: 12,
762
762
  sm: 12,
763
- md: 12,
764
- lg: 12,
765
- xl: 12,
763
+ md: 6,
764
+ lg: 6,
765
+ xl: 6,
766
766
  },
767
767
  checkMonday: {
768
768
  newLine: true,
@@ -834,7 +834,7 @@
834
834
  type: 'panel',
835
835
  xs: 12,
836
836
  sm: 12,
837
- md: 12,
837
+ md: 6,
838
838
  lg: 6,
839
839
  xl: 6,
840
840
  hidden: '!data.checkSendBatteryMsgDaily',
@@ -849,9 +849,9 @@
849
849
  },
850
850
  xs: 12,
851
851
  sm: 12,
852
- md: 12,
853
- lg: 12,
854
- xl: 12,
852
+ md: 6,
853
+ lg: 6,
854
+ xl: 6,
855
855
  },
856
856
  checkSendBatteryTime: {
857
857
  newLine: true,
@@ -861,9 +861,9 @@
861
861
  validatorNoSaveOnError: true,
862
862
  xs: 12,
863
863
  sm: 12,
864
- md: 12,
865
- lg: 12,
866
- xl: 12,
864
+ md: 6,
865
+ lg: 6,
866
+ xl: 6,
867
867
  },
868
868
  },
869
869
  },
@@ -876,7 +876,7 @@
876
876
  type: 'checkbox',
877
877
  xs: 12,
878
878
  sm: 12,
879
- md: 12,
879
+ md: 6,
880
880
  lg: 6,
881
881
  xl: 6,
882
882
  label: 'Device update message',
@@ -886,7 +886,7 @@
886
886
  type: 'checkbox',
887
887
  xs: 12,
888
888
  sm: 12,
889
- md: 12,
889
+ md: 6,
890
890
  lg: 6,
891
891
  xl: 6,
892
892
  label: 'Overview of devices with update',
@@ -897,7 +897,7 @@
897
897
  newLine: true,
898
898
  xs: 12,
899
899
  sm: 12,
900
- md: 12,
900
+ md: 6,
901
901
  lg: 6,
902
902
  xl: 6,
903
903
  hidden: '!data.checkSendUpgradeMsgDaily',
@@ -912,9 +912,9 @@
912
912
  },
913
913
  xs: 12,
914
914
  sm: 12,
915
- md: 12,
916
- lg: 12,
917
- xl: 12,
915
+ md: 6,
916
+ lg: 6,
917
+ xl: 6,
918
918
  },
919
919
  checkUpgradeMonday: {
920
920
  newLine: true,
@@ -986,7 +986,7 @@
986
986
  type: 'panel',
987
987
  xs: 12,
988
988
  sm: 12,
989
- md: 12,
989
+ md: 6,
990
990
  lg: 6,
991
991
  xl: 6,
992
992
  hidden: '!data.checkSendUpgradeMsgDaily',
@@ -1001,9 +1001,9 @@
1001
1001
  },
1002
1002
  xs: 12,
1003
1003
  sm: 12,
1004
- md: 12,
1005
- lg: 12,
1006
- xl: 12,
1004
+ md: 6,
1005
+ lg: 6,
1006
+ xl: 6,
1007
1007
  },
1008
1008
  checkSendUpgradeTime: {
1009
1009
  newLine: true,
@@ -1013,9 +1013,9 @@
1013
1013
  validatorNoSaveOnError: true,
1014
1014
  xs: 12,
1015
1015
  sm: 12,
1016
- md: 12,
1017
- lg: 12,
1018
- xl: 12,
1016
+ md: 6,
1017
+ lg: 6,
1018
+ xl: 6,
1019
1019
  },
1020
1020
  },
1021
1021
  },
@@ -1030,9 +1030,9 @@
1030
1030
  type: 'checkbox',
1031
1031
  xs: 12,
1032
1032
  sm: 12,
1033
- md: 12,
1034
- lg: 12,
1035
- xl: 12,
1033
+ md: 6,
1034
+ lg: 6,
1035
+ xl: 6,
1036
1036
  label: 'Add adapter name in notifications',
1037
1037
  help: 'Will add the adaptername from the device',
1038
1038
  hidden: '!data.checkSendBatteryMsg && !data.checkSendBatteryMsgDaily && !data.checkSendOfflineMsgDaily && !data.checkSendOfflineMsg && !data.checkSendDeviceUpgrade && !data.checkSendUpgradeMsgDaily',
@@ -1058,9 +1058,9 @@
1058
1058
  },
1059
1059
  xs: 12,
1060
1060
  sm: 12,
1061
- md: 12,
1062
- lg: 12,
1063
- xl: 12,
1061
+ md: 6,
1062
+ lg: 6,
1063
+ xl: 6,
1064
1064
  },
1065
1065
  msgService: {
1066
1066
  newLine: true,
@@ -1611,7 +1611,7 @@
1611
1611
  max: 100,
1612
1612
  xs: 12,
1613
1613
  sm: 12,
1614
- md: 12,
1614
+ md: 6,
1615
1615
  lg: 4,
1616
1616
  xl: 4,
1617
1617
  label: 'From what % battery is considered low',
@@ -1657,9 +1657,9 @@
1657
1657
  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.',
1658
1658
  xs: 12,
1659
1659
  sm: 12,
1660
- md: 12,
1661
- lg: 12,
1662
- xl: 12,
1660
+ md: 6,
1661
+ lg: 6,
1662
+ xl: 6,
1663
1663
  style: {
1664
1664
  fontSize: 16,
1665
1665
  marginBottom: 10,
@@ -1688,9 +1688,9 @@
1688
1688
  text: 'Here you can select the language for the tables and messages',
1689
1689
  xs: 12,
1690
1690
  sm: 12,
1691
- md: 12,
1692
- lg: 12,
1693
- xl: 12,
1691
+ md: 6,
1692
+ lg: 6,
1693
+ xl: 6,
1694
1694
  style: {
1695
1695
  fontSize: 16,
1696
1696
  marginBottom: 10,
@@ -1724,9 +1724,9 @@
1724
1724
  text: 'Define the global instance deactivation and error time. The default value is 20 seconds.',
1725
1725
  xs: 12,
1726
1726
  sm: 12,
1727
- md: 12,
1728
- lg: 12,
1729
- xl: 12,
1727
+ md: 6,
1728
+ lg: 6,
1729
+ xl: 6,
1730
1730
  hidden: '!data.checkAdapterInstances',
1731
1731
  hideOnlyControl: false,
1732
1732
  style: {