iobroker.device-watcher 2.12.1 → 2.12.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/LICENSE +2 -2
- package/README.md +7 -2
- package/admin/i18n/en/translations.json +168 -168
- package/admin/jsonConfig.json5 +368 -0
- package/io-package.json +866 -844
- package/lib/arrApart.js +11 -1
- package/lib/translations.js +1 -1
- package/main.js +25 -0
- package/package.json +21 -21
package/admin/jsonConfig.json5
CHANGED
|
@@ -13,9 +13,11 @@
|
|
|
13
13
|
},
|
|
14
14
|
checkAdapterInstances: {
|
|
15
15
|
type: 'checkbox',
|
|
16
|
+
xs: 12,
|
|
16
17
|
sm: 12,
|
|
17
18
|
md: 12,
|
|
18
19
|
lg: 6,
|
|
20
|
+
xl: 6,
|
|
19
21
|
label: 'Watch adapter/instances',
|
|
20
22
|
},
|
|
21
23
|
_headerDevices: {
|
|
@@ -25,408 +27,524 @@
|
|
|
25
27
|
},
|
|
26
28
|
alexa2Devices: {
|
|
27
29
|
type: 'checkbox',
|
|
30
|
+
xs: 12,
|
|
28
31
|
sm: 6,
|
|
29
32
|
md: 6,
|
|
30
33
|
lg: 3,
|
|
34
|
+
xl: 3,
|
|
31
35
|
label: 'Alexa2',
|
|
32
36
|
},
|
|
33
37
|
apcupsDevices: {
|
|
34
38
|
type: 'checkbox',
|
|
39
|
+
xs: 12,
|
|
35
40
|
sm: 6,
|
|
36
41
|
md: 6,
|
|
37
42
|
lg: 3,
|
|
43
|
+
xl: 3,
|
|
38
44
|
label: 'Apc UPS',
|
|
39
45
|
},
|
|
40
46
|
bleDevices: {
|
|
41
47
|
type: 'checkbox',
|
|
48
|
+
xs: 12,
|
|
42
49
|
sm: 6,
|
|
43
50
|
md: 6,
|
|
44
51
|
lg: 3,
|
|
52
|
+
xl: 3,
|
|
45
53
|
label: 'Ble',
|
|
46
54
|
},
|
|
47
55
|
deconzDevices: {
|
|
48
56
|
type: 'checkbox',
|
|
57
|
+
xs: 12,
|
|
49
58
|
sm: 6,
|
|
50
59
|
md: 6,
|
|
51
60
|
lg: 3,
|
|
61
|
+
xl: 3,
|
|
52
62
|
label: 'Deconz',
|
|
53
63
|
},
|
|
54
64
|
ecovacsdeebotDevices: {
|
|
55
65
|
type: 'checkbox',
|
|
66
|
+
xs: 12,
|
|
56
67
|
sm: 6,
|
|
57
68
|
md: 6,
|
|
58
69
|
lg: 3,
|
|
70
|
+
xl: 3,
|
|
59
71
|
label: 'Ecovacs-Deebot',
|
|
60
72
|
},
|
|
61
73
|
enoceanDevices: {
|
|
62
74
|
type: 'checkbox',
|
|
75
|
+
xs: 12,
|
|
63
76
|
sm: 6,
|
|
64
77
|
md: 6,
|
|
65
78
|
lg: 3,
|
|
79
|
+
xl: 3,
|
|
66
80
|
label: 'Enocean',
|
|
67
81
|
},
|
|
68
82
|
esphomeDevices: {
|
|
69
83
|
type: 'checkbox',
|
|
84
|
+
xs: 12,
|
|
70
85
|
sm: 6,
|
|
71
86
|
md: 6,
|
|
72
87
|
lg: 3,
|
|
88
|
+
xl: 3,
|
|
73
89
|
label: 'EspHome',
|
|
74
90
|
},
|
|
75
91
|
eusecDevices: {
|
|
76
92
|
type: 'checkbox',
|
|
93
|
+
xs: 12,
|
|
77
94
|
sm: 6,
|
|
78
95
|
md: 6,
|
|
79
96
|
lg: 3,
|
|
97
|
+
xl: 3,
|
|
80
98
|
label: 'euSec',
|
|
81
99
|
},
|
|
82
100
|
fhemTFAsensorsDevices: {
|
|
83
101
|
type: 'checkbox',
|
|
102
|
+
xs: 12,
|
|
84
103
|
sm: 6,
|
|
85
104
|
md: 6,
|
|
86
105
|
lg: 3,
|
|
106
|
+
xl: 3,
|
|
87
107
|
label: 'FHEM TFA Sensors',
|
|
88
108
|
},
|
|
89
109
|
fritzdectDevices: {
|
|
90
110
|
type: 'checkbox',
|
|
111
|
+
xs: 12,
|
|
91
112
|
sm: 6,
|
|
92
113
|
md: 6,
|
|
93
114
|
lg: 3,
|
|
115
|
+
xl: 3,
|
|
94
116
|
label: 'FritzDect',
|
|
95
117
|
},
|
|
96
118
|
fullybrowserDevices: {
|
|
97
119
|
type: 'checkbox',
|
|
120
|
+
xs: 12,
|
|
98
121
|
sm: 6,
|
|
99
122
|
md: 6,
|
|
100
123
|
lg: 3,
|
|
124
|
+
xl: 3,
|
|
101
125
|
label: 'fullyBrowser',
|
|
102
126
|
},
|
|
103
127
|
fullybrowserV3Devices: {
|
|
104
128
|
type: 'checkbox',
|
|
129
|
+
xs: 12,
|
|
105
130
|
sm: 6,
|
|
106
131
|
md: 6,
|
|
107
132
|
lg: 3,
|
|
133
|
+
xl: 3,
|
|
108
134
|
label: 'fullyBrowser > v3',
|
|
109
135
|
},
|
|
110
136
|
fullyMQTTDevices: {
|
|
111
137
|
type: 'checkbox',
|
|
138
|
+
xs: 12,
|
|
112
139
|
sm: 6,
|
|
113
140
|
md: 6,
|
|
114
141
|
lg: 3,
|
|
142
|
+
xl: 3,
|
|
115
143
|
label: 'Fully-MQTT',
|
|
116
144
|
},
|
|
117
145
|
hamDevices: {
|
|
118
146
|
type: 'checkbox',
|
|
147
|
+
xs: 12,
|
|
119
148
|
sm: 6,
|
|
120
149
|
md: 6,
|
|
121
150
|
lg: 3,
|
|
151
|
+
xl: 3,
|
|
122
152
|
label: 'Ham',
|
|
123
153
|
},
|
|
124
154
|
harmonyDevices: {
|
|
125
155
|
type: 'checkbox',
|
|
156
|
+
xs: 12,
|
|
126
157
|
sm: 6,
|
|
127
158
|
md: 6,
|
|
128
159
|
lg: 3,
|
|
160
|
+
xl: 3,
|
|
129
161
|
label: 'Harmony',
|
|
130
162
|
},
|
|
131
163
|
hmiPDevices: {
|
|
132
164
|
type: 'checkbox',
|
|
165
|
+
xs: 12,
|
|
133
166
|
sm: 6,
|
|
134
167
|
md: 6,
|
|
135
168
|
lg: 3,
|
|
169
|
+
xl: 3,
|
|
136
170
|
label: 'HmiP',
|
|
137
171
|
},
|
|
138
172
|
hmrpcDevices: {
|
|
139
173
|
type: 'checkbox',
|
|
174
|
+
xs: 12,
|
|
140
175
|
sm: 6,
|
|
141
176
|
md: 6,
|
|
142
177
|
lg: 3,
|
|
178
|
+
xl: 3,
|
|
143
179
|
label: 'HM-RPC',
|
|
144
180
|
},
|
|
145
181
|
homeconnectDevices: {
|
|
146
182
|
type: 'checkbox',
|
|
183
|
+
xs: 12,
|
|
147
184
|
sm: 6,
|
|
148
185
|
md: 6,
|
|
149
186
|
lg: 3,
|
|
187
|
+
xl: 3,
|
|
150
188
|
label: 'Home Connect',
|
|
151
189
|
},
|
|
152
190
|
homekitControllerDevices: {
|
|
153
191
|
type: 'checkbox',
|
|
192
|
+
xs: 12,
|
|
154
193
|
sm: 6,
|
|
155
194
|
md: 6,
|
|
156
195
|
lg: 3,
|
|
196
|
+
xl: 3,
|
|
157
197
|
label: 'Homekit-Controller',
|
|
158
198
|
},
|
|
159
199
|
hs100Devices: {
|
|
160
200
|
type: 'checkbox',
|
|
201
|
+
xs: 12,
|
|
161
202
|
sm: 6,
|
|
162
203
|
md: 6,
|
|
163
204
|
lg: 3,
|
|
205
|
+
xl: 3,
|
|
164
206
|
label: 'hs100',
|
|
165
207
|
},
|
|
166
208
|
hueDevices: {
|
|
167
209
|
type: 'checkbox',
|
|
210
|
+
xs: 12,
|
|
168
211
|
sm: 6,
|
|
169
212
|
md: 6,
|
|
170
213
|
lg: 3,
|
|
214
|
+
xl: 3,
|
|
171
215
|
label: 'Hue',
|
|
172
216
|
},
|
|
173
217
|
hueExtDevices: {
|
|
174
218
|
type: 'checkbox',
|
|
219
|
+
xs: 12,
|
|
175
220
|
sm: 6,
|
|
176
221
|
md: 6,
|
|
177
222
|
lg: 3,
|
|
223
|
+
xl: 3,
|
|
178
224
|
label: 'Hue Extended',
|
|
179
225
|
},
|
|
180
226
|
innogyDevices: {
|
|
181
227
|
type: 'checkbox',
|
|
228
|
+
xs: 12,
|
|
182
229
|
sm: 6,
|
|
183
230
|
md: 6,
|
|
184
231
|
lg: 3,
|
|
232
|
+
xl: 3,
|
|
185
233
|
label: 'Innogy Smarthome',
|
|
186
234
|
},
|
|
187
235
|
jeelinkDevices: {
|
|
188
236
|
type: 'checkbox',
|
|
237
|
+
xs: 12,
|
|
189
238
|
sm: 6,
|
|
190
239
|
md: 6,
|
|
191
240
|
lg: 3,
|
|
241
|
+
xl: 3,
|
|
192
242
|
label: 'Jeelink',
|
|
193
243
|
},
|
|
194
244
|
loqedSmartLockDevices: {
|
|
195
245
|
type: 'checkbox',
|
|
246
|
+
xs: 12,
|
|
196
247
|
sm: 6,
|
|
197
248
|
md: 6,
|
|
198
249
|
lg: 3,
|
|
250
|
+
xl: 3,
|
|
199
251
|
label: 'Loqed Smart Lock',
|
|
200
252
|
},
|
|
201
253
|
lupusecDevices: {
|
|
202
254
|
type: 'checkbox',
|
|
255
|
+
xs: 12,
|
|
203
256
|
sm: 6,
|
|
204
257
|
md: 6,
|
|
205
258
|
lg: 3,
|
|
259
|
+
xl: 3,
|
|
206
260
|
label: 'Lupusec',
|
|
207
261
|
},
|
|
208
262
|
maxcubeDevices: {
|
|
209
263
|
type: 'checkbox',
|
|
264
|
+
xs: 12,
|
|
210
265
|
sm: 6,
|
|
211
266
|
md: 6,
|
|
212
267
|
lg: 3,
|
|
268
|
+
xl: 3,
|
|
213
269
|
label: 'Maxcube',
|
|
214
270
|
},
|
|
215
271
|
merossDevices: {
|
|
216
272
|
type: 'checkbox',
|
|
273
|
+
xs: 12,
|
|
217
274
|
sm: 6,
|
|
218
275
|
md: 6,
|
|
219
276
|
lg: 3,
|
|
277
|
+
xl: 3,
|
|
220
278
|
label: 'Meross',
|
|
221
279
|
},
|
|
222
280
|
mihomeDevices: {
|
|
223
281
|
type: 'checkbox',
|
|
282
|
+
xs: 12,
|
|
224
283
|
sm: 6,
|
|
225
284
|
md: 6,
|
|
226
285
|
lg: 3,
|
|
286
|
+
xl: 3,
|
|
227
287
|
label: 'MiHome',
|
|
228
288
|
},
|
|
229
289
|
mihomeVacuumDevices: {
|
|
230
290
|
type: 'checkbox',
|
|
291
|
+
xs: 12,
|
|
231
292
|
sm: 6,
|
|
232
293
|
md: 6,
|
|
233
294
|
lg: 3,
|
|
295
|
+
xl: 3,
|
|
234
296
|
label: 'MiHome Vacuum',
|
|
235
297
|
},
|
|
236
298
|
mqttClientZigbee2MqttDevices: {
|
|
237
299
|
type: 'checkbox',
|
|
300
|
+
xs: 12,
|
|
238
301
|
sm: 6,
|
|
239
302
|
md: 6,
|
|
240
303
|
lg: 3,
|
|
304
|
+
xl: 3,
|
|
241
305
|
label: 'MQTT Client: Zigbee2MQTT',
|
|
242
306
|
},
|
|
243
307
|
mqttNukiDevices: {
|
|
244
308
|
type: 'checkbox',
|
|
309
|
+
xs: 12,
|
|
245
310
|
sm: 6,
|
|
246
311
|
md: 6,
|
|
247
312
|
lg: 3,
|
|
313
|
+
xl: 3,
|
|
248
314
|
label: 'MQTT: Nuki Hub',
|
|
249
315
|
},
|
|
250
316
|
musiccastDevices: {
|
|
251
317
|
type: 'checkbox',
|
|
318
|
+
xs: 12,
|
|
252
319
|
sm: 6,
|
|
253
320
|
md: 6,
|
|
254
321
|
lg: 3,
|
|
322
|
+
xl: 3,
|
|
255
323
|
label: 'MusicCast',
|
|
256
324
|
},
|
|
257
325
|
netatmoDevices: {
|
|
258
326
|
type: 'checkbox',
|
|
327
|
+
xs: 12,
|
|
259
328
|
sm: 6,
|
|
260
329
|
md: 6,
|
|
261
330
|
lg: 3,
|
|
331
|
+
xl: 3,
|
|
262
332
|
label: 'Netatmo',
|
|
263
333
|
},
|
|
264
334
|
nukiExtDevices: {
|
|
265
335
|
type: 'checkbox',
|
|
336
|
+
xs: 12,
|
|
266
337
|
sm: 6,
|
|
267
338
|
md: 6,
|
|
268
339
|
lg: 3,
|
|
340
|
+
xl: 3,
|
|
269
341
|
label: 'Nuki Extended',
|
|
270
342
|
},
|
|
271
343
|
nutDevices: {
|
|
272
344
|
type: 'checkbox',
|
|
345
|
+
xs: 12,
|
|
273
346
|
sm: 6,
|
|
274
347
|
md: 6,
|
|
275
348
|
lg: 3,
|
|
349
|
+
xl: 3,
|
|
276
350
|
label: 'Nut',
|
|
277
351
|
},
|
|
278
352
|
pingDevices: {
|
|
279
353
|
type: 'checkbox',
|
|
354
|
+
xs: 12,
|
|
280
355
|
sm: 6,
|
|
281
356
|
md: 6,
|
|
282
357
|
lg: 3,
|
|
358
|
+
xl: 3,
|
|
283
359
|
label: 'Ping',
|
|
284
360
|
},
|
|
285
361
|
proxmoxDevices: {
|
|
286
362
|
type: 'checkbox',
|
|
363
|
+
xs: 12,
|
|
287
364
|
sm: 6,
|
|
288
365
|
md: 6,
|
|
289
366
|
lg: 3,
|
|
367
|
+
xl: 3,
|
|
290
368
|
label: 'Proxmox',
|
|
291
369
|
},
|
|
292
370
|
ringDevices: {
|
|
293
371
|
type: 'checkbox',
|
|
372
|
+
xs: 12,
|
|
294
373
|
sm: 6,
|
|
295
374
|
md: 6,
|
|
296
375
|
lg: 3,
|
|
376
|
+
xl: 3,
|
|
297
377
|
label: 'Ring',
|
|
298
378
|
},
|
|
299
379
|
roombaDevices: {
|
|
300
380
|
type: 'checkbox',
|
|
381
|
+
xs: 12,
|
|
301
382
|
sm: 6,
|
|
302
383
|
md: 6,
|
|
303
384
|
lg: 3,
|
|
385
|
+
xl: 3,
|
|
304
386
|
label: 'Roomba',
|
|
305
387
|
},
|
|
306
388
|
shellyDevices: {
|
|
307
389
|
type: 'checkbox',
|
|
390
|
+
xs: 12,
|
|
308
391
|
sm: 6,
|
|
309
392
|
md: 6,
|
|
310
393
|
lg: 3,
|
|
394
|
+
xl: 3,
|
|
311
395
|
label: 'Shelly',
|
|
312
396
|
},
|
|
313
397
|
smartgardenDevices: {
|
|
314
398
|
type: 'checkbox',
|
|
399
|
+
xs: 12,
|
|
315
400
|
sm: 6,
|
|
316
401
|
md: 6,
|
|
317
402
|
lg: 3,
|
|
403
|
+
xl: 3,
|
|
318
404
|
label: 'Smartgarden',
|
|
319
405
|
},
|
|
320
406
|
sonoffDevices: {
|
|
321
407
|
type: 'checkbox',
|
|
408
|
+
xs: 12,
|
|
322
409
|
sm: 6,
|
|
323
410
|
md: 6,
|
|
324
411
|
lg: 3,
|
|
412
|
+
xl: 3,
|
|
325
413
|
label: 'Sonoff',
|
|
326
414
|
},
|
|
327
415
|
sonosDevices: {
|
|
328
416
|
type: 'checkbox',
|
|
417
|
+
xs: 12,
|
|
329
418
|
sm: 6,
|
|
330
419
|
md: 6,
|
|
331
420
|
lg: 3,
|
|
421
|
+
xl: 3,
|
|
332
422
|
label: 'Sonos',
|
|
333
423
|
},
|
|
334
424
|
sureflapDevices: {
|
|
335
425
|
type: 'checkbox',
|
|
426
|
+
xs: 12,
|
|
336
427
|
sm: 6,
|
|
337
428
|
md: 6,
|
|
338
429
|
lg: 3,
|
|
430
|
+
xl: 3,
|
|
339
431
|
label: 'Sure Flap',
|
|
340
432
|
},
|
|
341
433
|
switchbotBleDevices: {
|
|
342
434
|
type: 'checkbox',
|
|
435
|
+
xs: 12,
|
|
343
436
|
sm: 6,
|
|
344
437
|
md: 6,
|
|
345
438
|
lg: 3,
|
|
439
|
+
xl: 3,
|
|
346
440
|
label: 'Switchbot Ble',
|
|
347
441
|
},
|
|
348
442
|
tadoDevices: {
|
|
349
443
|
type: 'checkbox',
|
|
444
|
+
xs: 12,
|
|
350
445
|
sm: 6,
|
|
351
446
|
md: 6,
|
|
352
447
|
lg: 3,
|
|
448
|
+
xl: 3,
|
|
353
449
|
label: 'Tado',
|
|
354
450
|
},
|
|
355
451
|
tapoDevices: {
|
|
356
452
|
type: 'checkbox',
|
|
453
|
+
xs: 12,
|
|
357
454
|
sm: 6,
|
|
358
455
|
md: 6,
|
|
359
456
|
lg: 3,
|
|
457
|
+
xl: 3,
|
|
360
458
|
label: 'Tapo',
|
|
361
459
|
},
|
|
362
460
|
tradfriDevices: {
|
|
363
461
|
type: 'checkbox',
|
|
462
|
+
xs: 12,
|
|
364
463
|
sm: 6,
|
|
365
464
|
md: 6,
|
|
366
465
|
lg: 3,
|
|
466
|
+
xl: 3,
|
|
367
467
|
label: 'Tradfri',
|
|
368
468
|
},
|
|
369
469
|
tuyaDevices: {
|
|
370
470
|
type: 'checkbox',
|
|
471
|
+
xs: 12,
|
|
371
472
|
sm: 6,
|
|
372
473
|
md: 6,
|
|
373
474
|
lg: 3,
|
|
475
|
+
xl: 3,
|
|
374
476
|
label: 'Tuya',
|
|
375
477
|
},
|
|
376
478
|
unifiDevices: {
|
|
377
479
|
type: 'checkbox',
|
|
480
|
+
xs: 12,
|
|
378
481
|
sm: 6,
|
|
379
482
|
md: 6,
|
|
380
483
|
lg: 3,
|
|
484
|
+
xl: 3,
|
|
381
485
|
label: 'Unifi',
|
|
382
486
|
},
|
|
383
487
|
viessmannDevices: {
|
|
384
488
|
type: 'checkbox',
|
|
489
|
+
xs: 12,
|
|
385
490
|
sm: 6,
|
|
386
491
|
md: 6,
|
|
387
492
|
lg: 3,
|
|
493
|
+
xl: 3,
|
|
388
494
|
label: 'Viessmann',
|
|
389
495
|
},
|
|
390
496
|
wifilightDevices: {
|
|
391
497
|
type: 'checkbox',
|
|
498
|
+
xs: 12,
|
|
392
499
|
sm: 6,
|
|
393
500
|
md: 6,
|
|
394
501
|
lg: 3,
|
|
502
|
+
xl: 3,
|
|
395
503
|
label: 'Wifilight',
|
|
396
504
|
},
|
|
397
505
|
wledDevices: {
|
|
398
506
|
type: 'checkbox',
|
|
507
|
+
xs: 12,
|
|
399
508
|
sm: 6,
|
|
400
509
|
md: 6,
|
|
401
510
|
lg: 3,
|
|
511
|
+
xl: 3,
|
|
402
512
|
label: 'WLED',
|
|
403
513
|
},
|
|
404
514
|
yeelightDevices: {
|
|
405
515
|
type: 'checkbox',
|
|
516
|
+
xs: 12,
|
|
406
517
|
sm: 6,
|
|
407
518
|
md: 6,
|
|
408
519
|
lg: 3,
|
|
520
|
+
xl: 3,
|
|
409
521
|
label: 'Yeelight-2',
|
|
410
522
|
},
|
|
411
523
|
zigbeeDevices: {
|
|
412
524
|
type: 'checkbox',
|
|
525
|
+
xs: 12,
|
|
413
526
|
sm: 6,
|
|
414
527
|
md: 6,
|
|
415
528
|
lg: 3,
|
|
529
|
+
xl: 3,
|
|
416
530
|
label: 'Zigbee',
|
|
417
531
|
},
|
|
418
532
|
zigbee2mqttDevices: {
|
|
419
533
|
type: 'checkbox',
|
|
534
|
+
xs: 12,
|
|
420
535
|
sm: 6,
|
|
421
536
|
md: 6,
|
|
422
537
|
lg: 3,
|
|
538
|
+
xl: 3,
|
|
423
539
|
label: 'Zigbee2MQTT',
|
|
424
540
|
},
|
|
425
541
|
zwaveDevices: {
|
|
426
542
|
type: 'checkbox',
|
|
543
|
+
xs: 12,
|
|
427
544
|
sm: 6,
|
|
428
545
|
md: 6,
|
|
429
546
|
lg: 3,
|
|
547
|
+
xl: 3,
|
|
430
548
|
label: 'Zwave',
|
|
431
549
|
},
|
|
432
550
|
},
|
|
@@ -445,9 +563,11 @@
|
|
|
445
563
|
checkSendAdapterUpdateMsg: {
|
|
446
564
|
newLine: true,
|
|
447
565
|
type: 'checkbox',
|
|
566
|
+
xs: 12,
|
|
448
567
|
sm: 12,
|
|
449
568
|
md: 12,
|
|
450
569
|
lg: 6,
|
|
570
|
+
xl: 6,
|
|
451
571
|
label: 'Adapter update message',
|
|
452
572
|
help: 'Receive a message when an update for an adapter is available',
|
|
453
573
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -455,9 +575,11 @@
|
|
|
455
575
|
},
|
|
456
576
|
checkSendAdapterUpdateMsgDaily: {
|
|
457
577
|
type: 'checkbox',
|
|
578
|
+
xs: 12,
|
|
458
579
|
sm: 12,
|
|
459
580
|
md: 12,
|
|
460
581
|
lg: 6,
|
|
582
|
+
xl: 6,
|
|
461
583
|
label: 'Overview of updatable adapter',
|
|
462
584
|
help: 'Get a message with an overview of all updatable adapter',
|
|
463
585
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -466,9 +588,11 @@
|
|
|
466
588
|
_sendIntervallAdapterUpdateDay: {
|
|
467
589
|
type: 'panel',
|
|
468
590
|
newLine: true,
|
|
591
|
+
xs: 12,
|
|
469
592
|
sm: 12,
|
|
470
593
|
md: 12,
|
|
471
594
|
lg: 6,
|
|
595
|
+
xl: 6,
|
|
472
596
|
hidden: '!data.checkSendAdapterUpdateMsgDaily',
|
|
473
597
|
hideOnlyControl: false,
|
|
474
598
|
items: {
|
|
@@ -513,9 +637,11 @@
|
|
|
513
637
|
},
|
|
514
638
|
_sendIntervallAdapterUpdateMsgTime: {
|
|
515
639
|
type: 'panel',
|
|
640
|
+
xs: 12,
|
|
516
641
|
sm: 12,
|
|
517
642
|
md: 12,
|
|
518
643
|
lg: 6,
|
|
644
|
+
xl: 6,
|
|
519
645
|
hidden: '!data.checkSendAdapterUpdateMsgDaily',
|
|
520
646
|
hideOnlyControl: false,
|
|
521
647
|
items: {
|
|
@@ -545,9 +671,11 @@
|
|
|
545
671
|
checkSendInstanceDeactivatedMsg: {
|
|
546
672
|
newLine: true,
|
|
547
673
|
type: 'checkbox',
|
|
674
|
+
xs: 12,
|
|
548
675
|
sm: 12,
|
|
549
676
|
md: 12,
|
|
550
677
|
lg: 6,
|
|
678
|
+
xl: 6,
|
|
551
679
|
label: 'Instance deactivated message',
|
|
552
680
|
help: 'Receive a message when an instance is deactivated',
|
|
553
681
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -555,9 +683,11 @@
|
|
|
555
683
|
},
|
|
556
684
|
checkSendInstanceDeactivatedDaily: {
|
|
557
685
|
type: 'checkbox',
|
|
686
|
+
xs: 12,
|
|
558
687
|
sm: 12,
|
|
559
688
|
md: 12,
|
|
560
689
|
lg: 6,
|
|
690
|
+
xl: 6,
|
|
561
691
|
label: 'Overview of deactivated instances',
|
|
562
692
|
help: 'Get a message with an overview of all deactivated instances',
|
|
563
693
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -566,9 +696,11 @@
|
|
|
566
696
|
_sendIntervallInstanceDeactivatedDay: {
|
|
567
697
|
type: 'panel',
|
|
568
698
|
newLine: true,
|
|
699
|
+
xs: 12,
|
|
569
700
|
sm: 12,
|
|
570
701
|
md: 12,
|
|
571
702
|
lg: 6,
|
|
703
|
+
xl: 6,
|
|
572
704
|
hidden: '!data.checkSendInstanceDeactivatedDaily',
|
|
573
705
|
hideOnlyControl: false,
|
|
574
706
|
items: {
|
|
@@ -613,9 +745,11 @@
|
|
|
613
745
|
},
|
|
614
746
|
_sendIntervallInstanceDeactivatedMsgTime: {
|
|
615
747
|
type: 'panel',
|
|
748
|
+
xs: 12,
|
|
616
749
|
sm: 12,
|
|
617
750
|
md: 12,
|
|
618
751
|
lg: 6,
|
|
752
|
+
xl: 6,
|
|
619
753
|
hidden: '!data.checkSendInstanceDeactivatedDaily',
|
|
620
754
|
hideOnlyControl: false,
|
|
621
755
|
items: {
|
|
@@ -645,9 +779,11 @@
|
|
|
645
779
|
checkSendInstanceFailedMsg: {
|
|
646
780
|
newLine: true,
|
|
647
781
|
type: 'checkbox',
|
|
782
|
+
xs: 12,
|
|
648
783
|
sm: 12,
|
|
649
784
|
md: 12,
|
|
650
785
|
lg: 6,
|
|
786
|
+
xl: 6,
|
|
651
787
|
label: 'Instance failed message',
|
|
652
788
|
help: 'Receive a message when an instance failed',
|
|
653
789
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -655,9 +791,11 @@
|
|
|
655
791
|
},
|
|
656
792
|
checkSendInstanceFailedDaily: {
|
|
657
793
|
type: 'checkbox',
|
|
794
|
+
xs: 12,
|
|
658
795
|
sm: 12,
|
|
659
796
|
md: 12,
|
|
660
797
|
lg: 6,
|
|
798
|
+
xl: 6,
|
|
661
799
|
label: 'Overview of failed instances',
|
|
662
800
|
help: 'Get a message with an overview of all failed instances',
|
|
663
801
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -666,9 +804,11 @@
|
|
|
666
804
|
_sendIntervallFailedInstancesDay: {
|
|
667
805
|
type: 'panel',
|
|
668
806
|
newLine: true,
|
|
807
|
+
xs: 12,
|
|
669
808
|
sm: 12,
|
|
670
809
|
md: 12,
|
|
671
810
|
lg: 6,
|
|
811
|
+
xl: 6,
|
|
672
812
|
hidden: '!data.checkSendInstanceFailedDaily',
|
|
673
813
|
hideOnlyControl: false,
|
|
674
814
|
items: {
|
|
@@ -713,9 +853,11 @@
|
|
|
713
853
|
},
|
|
714
854
|
_sendIntervallInstanceFailedMsgTime: {
|
|
715
855
|
type: 'panel',
|
|
856
|
+
xs: 12,
|
|
716
857
|
sm: 12,
|
|
717
858
|
md: 12,
|
|
718
859
|
lg: 6,
|
|
860
|
+
xl: 6,
|
|
719
861
|
hidden: '!data.checkSendInstanceFailedDaily',
|
|
720
862
|
hideOnlyControl: false,
|
|
721
863
|
items: {
|
|
@@ -743,26 +885,32 @@
|
|
|
743
885
|
},
|
|
744
886
|
checkSendOfflineMsg: {
|
|
745
887
|
type: 'checkbox',
|
|
888
|
+
xs: 12,
|
|
746
889
|
sm: 12,
|
|
747
890
|
md: 12,
|
|
748
891
|
lg: 6,
|
|
892
|
+
xl: 6,
|
|
749
893
|
label: 'Offline message',
|
|
750
894
|
help: 'Get message if an device is not reachable',
|
|
751
895
|
},
|
|
752
896
|
checkSendOfflineMsgDaily: {
|
|
753
897
|
type: 'checkbox',
|
|
898
|
+
xs: 12,
|
|
754
899
|
sm: 12,
|
|
755
900
|
md: 12,
|
|
756
901
|
lg: 6,
|
|
902
|
+
xl: 6,
|
|
757
903
|
label: 'Overview of offline devices/services',
|
|
758
904
|
help: 'Get a message with an overview all offline devices/services',
|
|
759
905
|
},
|
|
760
906
|
_sendIntervallOfflineDay: {
|
|
761
907
|
type: 'panel',
|
|
762
908
|
newLine: true,
|
|
909
|
+
xs: 12,
|
|
763
910
|
sm: 12,
|
|
764
911
|
md: 12,
|
|
765
912
|
lg: 6,
|
|
913
|
+
xl: 6,
|
|
766
914
|
hidden: '!data.checkSendOfflineMsgDaily',
|
|
767
915
|
hideOnlyControl: true,
|
|
768
916
|
items: {
|
|
@@ -807,9 +955,11 @@
|
|
|
807
955
|
},
|
|
808
956
|
_sendIntervallOfflineTime: {
|
|
809
957
|
type: 'panel',
|
|
958
|
+
xs: 12,
|
|
810
959
|
sm: 12,
|
|
811
960
|
md: 12,
|
|
812
961
|
lg: 6,
|
|
962
|
+
xl: 6,
|
|
813
963
|
hidden: '!data.checkSendOfflineMsgDaily',
|
|
814
964
|
hideOnlyControl: true,
|
|
815
965
|
items: {
|
|
@@ -837,26 +987,32 @@
|
|
|
837
987
|
checkSendBatteryMsg: {
|
|
838
988
|
newLine: true,
|
|
839
989
|
type: 'checkbox',
|
|
990
|
+
xs: 12,
|
|
840
991
|
sm: 12,
|
|
841
992
|
md: 12,
|
|
842
993
|
lg: 6,
|
|
994
|
+
xl: 6,
|
|
843
995
|
label: 'Battery message',
|
|
844
996
|
help: 'Get message if an device has low battery',
|
|
845
997
|
},
|
|
846
998
|
checkSendBatteryMsgDaily: {
|
|
847
999
|
type: 'checkbox',
|
|
1000
|
+
xs: 12,
|
|
848
1001
|
sm: 12,
|
|
849
1002
|
md: 12,
|
|
850
1003
|
lg: 6,
|
|
1004
|
+
xl: 6,
|
|
851
1005
|
label: 'Overview of low battery devices',
|
|
852
1006
|
help: 'Get a regular message with an overview all low battery devices',
|
|
853
1007
|
},
|
|
854
1008
|
_chooseDay: {
|
|
855
1009
|
type: 'panel',
|
|
856
1010
|
newLine: true,
|
|
1011
|
+
xs: 12,
|
|
857
1012
|
sm: 12,
|
|
858
1013
|
md: 12,
|
|
859
1014
|
lg: 6,
|
|
1015
|
+
xl: 6,
|
|
860
1016
|
hidden: '!data.checkSendBatteryMsgDaily',
|
|
861
1017
|
hideOnlyControl: true,
|
|
862
1018
|
items: {
|
|
@@ -901,9 +1057,11 @@
|
|
|
901
1057
|
},
|
|
902
1058
|
_checkSendBatteryTime: {
|
|
903
1059
|
type: 'panel',
|
|
1060
|
+
xs: 12,
|
|
904
1061
|
sm: 12,
|
|
905
1062
|
md: 12,
|
|
906
1063
|
lg: 6,
|
|
1064
|
+
xl: 6,
|
|
907
1065
|
hidden: '!data.checkSendBatteryMsgDaily',
|
|
908
1066
|
hideOnlyControl: true,
|
|
909
1067
|
items: {
|
|
@@ -931,26 +1089,32 @@
|
|
|
931
1089
|
checkSendDeviceUpgrade: {
|
|
932
1090
|
newLine: true,
|
|
933
1091
|
type: 'checkbox',
|
|
1092
|
+
xs: 12,
|
|
934
1093
|
sm: 12,
|
|
935
1094
|
md: 12,
|
|
936
1095
|
lg: 6,
|
|
1096
|
+
xl: 6,
|
|
937
1097
|
label: 'Device update message',
|
|
938
1098
|
help: 'Receive a message when an update for an device is available',
|
|
939
1099
|
},
|
|
940
1100
|
checkSendUpgradeMsgDaily: {
|
|
941
1101
|
type: 'checkbox',
|
|
1102
|
+
xs: 12,
|
|
942
1103
|
sm: 12,
|
|
943
1104
|
md: 12,
|
|
944
1105
|
lg: 6,
|
|
1106
|
+
xl: 6,
|
|
945
1107
|
label: 'Overview of devices with update',
|
|
946
1108
|
help: 'Get a message with an overview all devices with update',
|
|
947
1109
|
},
|
|
948
1110
|
_sendIntervallUpgradeDay: {
|
|
949
1111
|
type: 'panel',
|
|
950
1112
|
newLine: true,
|
|
1113
|
+
xs: 12,
|
|
951
1114
|
sm: 12,
|
|
952
1115
|
md: 12,
|
|
953
1116
|
lg: 6,
|
|
1117
|
+
xl: 6,
|
|
954
1118
|
hidden: '!data.checkSendUpgradeMsgDaily',
|
|
955
1119
|
hideOnlyControl: true,
|
|
956
1120
|
items: {
|
|
@@ -995,9 +1159,11 @@
|
|
|
995
1159
|
},
|
|
996
1160
|
_sendIntervallUpgradeTime: {
|
|
997
1161
|
type: 'panel',
|
|
1162
|
+
xs: 12,
|
|
998
1163
|
sm: 12,
|
|
999
1164
|
md: 12,
|
|
1000
1165
|
lg: 6,
|
|
1166
|
+
xl: 6,
|
|
1001
1167
|
hidden: '!data.checkSendUpgradeMsgDaily',
|
|
1002
1168
|
hideOnlyControl: true,
|
|
1003
1169
|
items: {
|
|
@@ -1027,9 +1193,11 @@
|
|
|
1027
1193
|
showAdapterNameinMsg: {
|
|
1028
1194
|
newLine: true,
|
|
1029
1195
|
type: 'checkbox',
|
|
1196
|
+
xs: 12,
|
|
1030
1197
|
sm: 12,
|
|
1031
1198
|
md: 6,
|
|
1032
1199
|
lg: 3,
|
|
1200
|
+
xl: 3,
|
|
1033
1201
|
label: 'Add adapter name in notifcations',
|
|
1034
1202
|
help: 'Will add the adaptername from the device',
|
|
1035
1203
|
hidden: '!data.checkSendBatteryMsg && !data.checkSendBatteryMsgDaily && !data.checkSendOfflineMsgDaily && !data.checkSendOfflineMsg && !data.checkSendDeviceUpgrade && !data.checkSendUpgradeMsgDaily',
|
|
@@ -1085,9 +1253,11 @@
|
|
|
1085
1253
|
type: 'instance',
|
|
1086
1254
|
adapter: 'email',
|
|
1087
1255
|
all: false,
|
|
1256
|
+
xs: 12,
|
|
1088
1257
|
sm: 12,
|
|
1089
1258
|
md: 4,
|
|
1090
1259
|
lg: 4,
|
|
1260
|
+
xl: 4,
|
|
1091
1261
|
label: 'Email Instance',
|
|
1092
1262
|
help: 'Please choose the email instance',
|
|
1093
1263
|
hidden: "data.msgService !== 'email' && !data.instanceEmail",
|
|
@@ -1095,9 +1265,11 @@
|
|
|
1095
1265
|
},
|
|
1096
1266
|
sendToEmail: {
|
|
1097
1267
|
type: 'text',
|
|
1268
|
+
xs: 12,
|
|
1098
1269
|
sm: 12,
|
|
1099
1270
|
md: 4,
|
|
1100
1271
|
lg: 4,
|
|
1272
|
+
xl: 4,
|
|
1101
1273
|
label: 'Send to (optional)',
|
|
1102
1274
|
help: 'Choose your email address',
|
|
1103
1275
|
hidden: "data.msgService !== 'email' && !data.instanceEmail",
|
|
@@ -1105,9 +1277,11 @@
|
|
|
1105
1277
|
},
|
|
1106
1278
|
subjectEmail: {
|
|
1107
1279
|
type: 'text',
|
|
1280
|
+
xs: 12,
|
|
1108
1281
|
sm: 12,
|
|
1109
1282
|
md: 4,
|
|
1110
1283
|
lg: 4,
|
|
1284
|
+
xl: 4,
|
|
1111
1285
|
label: 'Subject (optional)',
|
|
1112
1286
|
help: 'Choose your subject for the Email',
|
|
1113
1287
|
hidden: "data.msgService !== 'email' && !data.instanceEmail",
|
|
@@ -1126,9 +1300,11 @@
|
|
|
1126
1300
|
type: 'instance',
|
|
1127
1301
|
adapter: 'jarvis',
|
|
1128
1302
|
all: false,
|
|
1303
|
+
xs: 12,
|
|
1129
1304
|
sm: 12,
|
|
1130
1305
|
md: 4,
|
|
1131
1306
|
lg: 4,
|
|
1307
|
+
xl: 4,
|
|
1132
1308
|
label: 'Jarvis Instance',
|
|
1133
1309
|
help: 'Please choose the jarvis instance',
|
|
1134
1310
|
hidden: "data.msgService !== 'jarvis' && !data.instanceJarvis",
|
|
@@ -1136,9 +1312,11 @@
|
|
|
1136
1312
|
},
|
|
1137
1313
|
titleJarvis: {
|
|
1138
1314
|
type: 'text',
|
|
1315
|
+
xs: 12,
|
|
1139
1316
|
sm: 12,
|
|
1140
1317
|
md: 4,
|
|
1141
1318
|
lg: 4,
|
|
1319
|
+
xl: 4,
|
|
1142
1320
|
label: 'Title (optional)',
|
|
1143
1321
|
help: 'Choose your title for Pushmessage',
|
|
1144
1322
|
hidden: "data.msgService !== 'jarvis' && !data.instanceJarvis",
|
|
@@ -1157,9 +1335,11 @@
|
|
|
1157
1335
|
type: 'instance',
|
|
1158
1336
|
adapter: 'lovelace',
|
|
1159
1337
|
all: false,
|
|
1338
|
+
xs: 12,
|
|
1160
1339
|
sm: 12,
|
|
1161
1340
|
md: 4,
|
|
1162
1341
|
lg: 4,
|
|
1342
|
+
xl: 4,
|
|
1163
1343
|
label: 'Lovelace Instance',
|
|
1164
1344
|
help: 'Please choose the lovelace instance',
|
|
1165
1345
|
hidden: "data.msgService !== 'lovelace' && !data.instanceLovelace",
|
|
@@ -1167,9 +1347,11 @@
|
|
|
1167
1347
|
},
|
|
1168
1348
|
titleLovelace: {
|
|
1169
1349
|
type: 'text',
|
|
1350
|
+
xs: 12,
|
|
1170
1351
|
sm: 12,
|
|
1171
1352
|
md: 4,
|
|
1172
1353
|
lg: 4,
|
|
1354
|
+
xl: 4,
|
|
1173
1355
|
label: 'Title (optional)',
|
|
1174
1356
|
help: 'Choose your title for Pushmessage',
|
|
1175
1357
|
hidden: "data.msgService !== 'lovelace' && !data.instanceLovelace",
|
|
@@ -1188,9 +1370,11 @@
|
|
|
1188
1370
|
type: 'instance',
|
|
1189
1371
|
adapter: 'matrix-org',
|
|
1190
1372
|
all: false,
|
|
1373
|
+
xs: 12,
|
|
1191
1374
|
sm: 12,
|
|
1192
1375
|
md: 4,
|
|
1193
1376
|
lg: 4,
|
|
1377
|
+
xl: 4,
|
|
1194
1378
|
label: 'Matrix Instance',
|
|
1195
1379
|
help: 'Please choose the matrix instance',
|
|
1196
1380
|
hidden: "data.msgService !== 'matrix' && !data.instanceMatrix",
|
|
@@ -1198,9 +1382,11 @@
|
|
|
1198
1382
|
},
|
|
1199
1383
|
titleMatrix: {
|
|
1200
1384
|
type: 'text',
|
|
1385
|
+
xs: 12,
|
|
1201
1386
|
sm: 12,
|
|
1202
1387
|
md: 4,
|
|
1203
1388
|
lg: 4,
|
|
1389
|
+
xl: 4,
|
|
1204
1390
|
label: 'Title (optional)',
|
|
1205
1391
|
help: 'Choose your title for message',
|
|
1206
1392
|
hidden: "data.msgService !== 'matrix' && !data.instanceMatrix",
|
|
@@ -1219,9 +1405,11 @@
|
|
|
1219
1405
|
type: 'instance',
|
|
1220
1406
|
adapter: 'pushover',
|
|
1221
1407
|
all: false,
|
|
1408
|
+
xs: 12,
|
|
1222
1409
|
sm: 12,
|
|
1223
1410
|
md: 4,
|
|
1224
1411
|
lg: 4,
|
|
1412
|
+
xl: 4,
|
|
1225
1413
|
label: 'Pushover Instance',
|
|
1226
1414
|
help: 'Please choose the pushover instance',
|
|
1227
1415
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1229,9 +1417,11 @@
|
|
|
1229
1417
|
},
|
|
1230
1418
|
userPushover: {
|
|
1231
1419
|
type: 'text',
|
|
1420
|
+
xs: 12,
|
|
1232
1421
|
sm: 12,
|
|
1233
1422
|
md: 4,
|
|
1234
1423
|
lg: 4,
|
|
1424
|
+
xl: 4,
|
|
1235
1425
|
label: 'User/Group key (optional)',
|
|
1236
1426
|
help: 'Choose your User/Group key for Pushmessage',
|
|
1237
1427
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1239,9 +1429,11 @@
|
|
|
1239
1429
|
},
|
|
1240
1430
|
devicePushover: {
|
|
1241
1431
|
type: 'text',
|
|
1432
|
+
xs: 12,
|
|
1242
1433
|
sm: 12,
|
|
1243
1434
|
md: 4,
|
|
1244
1435
|
lg: 4,
|
|
1436
|
+
xl: 4,
|
|
1245
1437
|
label: 'Device-ID (optional)',
|
|
1246
1438
|
help: 'Choose your device',
|
|
1247
1439
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1249,9 +1441,11 @@
|
|
|
1249
1441
|
},
|
|
1250
1442
|
prioPushover: {
|
|
1251
1443
|
type: 'select',
|
|
1444
|
+
xs: 12,
|
|
1252
1445
|
sm: 12,
|
|
1253
1446
|
md: 4,
|
|
1254
1447
|
lg: 4,
|
|
1448
|
+
xl: 4,
|
|
1255
1449
|
help: 'Choose the priority',
|
|
1256
1450
|
options: [
|
|
1257
1451
|
{ label: 'Normal', value: '' },
|
|
@@ -1264,9 +1458,11 @@
|
|
|
1264
1458
|
},
|
|
1265
1459
|
titlePushover: {
|
|
1266
1460
|
type: 'text',
|
|
1461
|
+
xs: 12,
|
|
1267
1462
|
sm: 12,
|
|
1268
1463
|
md: 4,
|
|
1269
1464
|
lg: 4,
|
|
1465
|
+
xl: 4,
|
|
1270
1466
|
label: 'Title (optional)',
|
|
1271
1467
|
help: 'Choose your title for Pushmessage',
|
|
1272
1468
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1285,9 +1481,11 @@
|
|
|
1285
1481
|
type: 'instance',
|
|
1286
1482
|
adapter: 'signal-cmb',
|
|
1287
1483
|
all: false,
|
|
1484
|
+
xs: 12,
|
|
1288
1485
|
sm: 12,
|
|
1289
1486
|
md: 4,
|
|
1290
1487
|
lg: 4,
|
|
1488
|
+
xl: 4,
|
|
1291
1489
|
label: 'Signal Instance',
|
|
1292
1490
|
help: 'Please choose the Signal instance',
|
|
1293
1491
|
hidden: "data.msgService !== 'signal' && !data.instanceSignal",
|
|
@@ -1295,9 +1493,11 @@
|
|
|
1295
1493
|
},
|
|
1296
1494
|
phonSignal: {
|
|
1297
1495
|
type: 'text',
|
|
1496
|
+
xs: 12,
|
|
1298
1497
|
sm: 12,
|
|
1299
1498
|
md: 4,
|
|
1300
1499
|
lg: 4,
|
|
1500
|
+
xl: 4,
|
|
1301
1501
|
label: 'Recipient (optional)',
|
|
1302
1502
|
help: 'Choose your recipient',
|
|
1303
1503
|
hidden: "data.msgService !== 'signal' && !data.instanceSignal",
|
|
@@ -1316,9 +1516,11 @@
|
|
|
1316
1516
|
type: 'instance',
|
|
1317
1517
|
adapter: 'synochat',
|
|
1318
1518
|
all: false,
|
|
1519
|
+
xs: 12,
|
|
1319
1520
|
sm: 12,
|
|
1320
1521
|
md: 4,
|
|
1321
1522
|
lg: 4,
|
|
1523
|
+
xl: 4,
|
|
1322
1524
|
label: 'Synochat Instance',
|
|
1323
1525
|
help: 'Please choose the Synochat instance',
|
|
1324
1526
|
hidden: "data.msgService !== 'synochat' && !data.instanceSynochat",
|
|
@@ -1326,9 +1528,11 @@
|
|
|
1326
1528
|
},
|
|
1327
1529
|
channelSynochat: {
|
|
1328
1530
|
type: 'text',
|
|
1531
|
+
xs: 12,
|
|
1329
1532
|
sm: 12,
|
|
1330
1533
|
md: 4,
|
|
1331
1534
|
lg: 4,
|
|
1535
|
+
xl: 4,
|
|
1332
1536
|
label: 'Channel',
|
|
1333
1537
|
help: 'Enter the channelname for Synochat',
|
|
1334
1538
|
hidden: "data.msgService !== 'synochat' && !data.instanceSynochat",
|
|
@@ -1347,9 +1551,11 @@
|
|
|
1347
1551
|
type: 'instance',
|
|
1348
1552
|
adapter: 'telegram',
|
|
1349
1553
|
all: false,
|
|
1554
|
+
xs: 12,
|
|
1350
1555
|
sm: 12,
|
|
1351
1556
|
md: 4,
|
|
1352
1557
|
lg: 4,
|
|
1558
|
+
xl: 4,
|
|
1353
1559
|
label: 'Telegram Instance',
|
|
1354
1560
|
help: 'Please choose the telegram instance',
|
|
1355
1561
|
hidden: "data.msgService !== 'telegram' && !data.instanceTelegram",
|
|
@@ -1357,9 +1563,11 @@
|
|
|
1357
1563
|
},
|
|
1358
1564
|
deviceTelegram: {
|
|
1359
1565
|
type: 'text',
|
|
1566
|
+
xs: 12,
|
|
1360
1567
|
sm: 12,
|
|
1361
1568
|
md: 4,
|
|
1362
1569
|
lg: 4,
|
|
1570
|
+
xl: 4,
|
|
1363
1571
|
label: 'Device-ID (optional)',
|
|
1364
1572
|
help: 'Choose your device',
|
|
1365
1573
|
hidden: "data.msgService !== 'telegram' && !data.instanceTelegram",
|
|
@@ -1367,9 +1575,11 @@
|
|
|
1367
1575
|
},
|
|
1368
1576
|
chatIdTelegram: {
|
|
1369
1577
|
type: 'text',
|
|
1578
|
+
xs: 12,
|
|
1370
1579
|
sm: 12,
|
|
1371
1580
|
md: 4,
|
|
1372
1581
|
lg: 4,
|
|
1582
|
+
xl: 4,
|
|
1373
1583
|
label: 'Chat-ID (optional)',
|
|
1374
1584
|
help: 'Choose your Chat-ID',
|
|
1375
1585
|
hidden: "data.msgService !== 'telegram' && !data.instanceTelegram",
|
|
@@ -1388,9 +1598,11 @@
|
|
|
1388
1598
|
type: 'instance',
|
|
1389
1599
|
adapter: 'whatsapp-cmb',
|
|
1390
1600
|
all: false,
|
|
1601
|
+
xs: 12,
|
|
1391
1602
|
sm: 12,
|
|
1392
1603
|
md: 4,
|
|
1393
1604
|
lg: 4,
|
|
1605
|
+
xl: 4,
|
|
1394
1606
|
label: 'Whatsapp Instance',
|
|
1395
1607
|
help: 'Please choose the Whatsapp instance',
|
|
1396
1608
|
hidden: "data.msgService !== 'whatsapp' && !data.instanceWhatsapp",
|
|
@@ -1398,9 +1610,11 @@
|
|
|
1398
1610
|
},
|
|
1399
1611
|
phoneWhatapp: {
|
|
1400
1612
|
type: 'text',
|
|
1613
|
+
xs: 12,
|
|
1401
1614
|
sm: 12,
|
|
1402
1615
|
md: 4,
|
|
1403
1616
|
lg: 4,
|
|
1617
|
+
xl: 4,
|
|
1404
1618
|
label: 'Recipient (optional)',
|
|
1405
1619
|
help: 'Choose your recipient',
|
|
1406
1620
|
hidden: "data.msgService !== 'whatsapp' && !data.instanceWhatsapp",
|
|
@@ -1422,9 +1636,11 @@
|
|
|
1422
1636
|
},
|
|
1423
1637
|
tableBlacklistInstances: {
|
|
1424
1638
|
type: 'table',
|
|
1639
|
+
xs: 12,
|
|
1425
1640
|
sm: 12,
|
|
1426
1641
|
md: 12,
|
|
1427
1642
|
lg: 12,
|
|
1643
|
+
xl: 12,
|
|
1428
1644
|
hidden: '!data.checkAdapterInstances',
|
|
1429
1645
|
hideOnlyControl: false,
|
|
1430
1646
|
confirm: {
|
|
@@ -1468,9 +1684,11 @@
|
|
|
1468
1684
|
},
|
|
1469
1685
|
tableBlacklist: {
|
|
1470
1686
|
type: 'table',
|
|
1687
|
+
xs: 12,
|
|
1471
1688
|
sm: 12,
|
|
1472
1689
|
md: 12,
|
|
1473
1690
|
lg: 12,
|
|
1691
|
+
xl: 12,
|
|
1474
1692
|
confirm: {
|
|
1475
1693
|
condition: '!_alive',
|
|
1476
1694
|
title: 'Attention!',
|
|
@@ -1524,17 +1742,21 @@
|
|
|
1524
1742
|
trueState: {
|
|
1525
1743
|
newLine: true,
|
|
1526
1744
|
type: 'checkbox',
|
|
1745
|
+
xs: 12,
|
|
1527
1746
|
sm: 12,
|
|
1528
1747
|
md: 6,
|
|
1529
1748
|
lg: 4,
|
|
1749
|
+
xl: 4,
|
|
1530
1750
|
label: 'True State',
|
|
1531
1751
|
help: 'Use the true value of the signal strength, or it is converted to %',
|
|
1532
1752
|
},
|
|
1533
1753
|
listOnlyBattery: {
|
|
1534
1754
|
type: 'checkbox',
|
|
1755
|
+
xs: 12,
|
|
1535
1756
|
sm: 12,
|
|
1536
1757
|
md: 6,
|
|
1537
1758
|
lg: 4,
|
|
1759
|
+
xl: 4,
|
|
1538
1760
|
label: 'List only devices with batteries',
|
|
1539
1761
|
help: 'Choose if only devices with batteries should be listed or all devices',
|
|
1540
1762
|
},
|
|
@@ -1542,33 +1764,41 @@
|
|
|
1542
1764
|
type: 'number',
|
|
1543
1765
|
min: -1,
|
|
1544
1766
|
max: 100,
|
|
1767
|
+
xs: 12,
|
|
1545
1768
|
sm: 12,
|
|
1546
1769
|
md: 12,
|
|
1547
1770
|
lg: 4,
|
|
1771
|
+
xl: 4,
|
|
1548
1772
|
label: 'From what % battery is considered low',
|
|
1549
1773
|
help: 'in percent',
|
|
1550
1774
|
},
|
|
1551
1775
|
createOwnFolder: {
|
|
1552
1776
|
type: 'checkbox',
|
|
1777
|
+
xs: 12,
|
|
1553
1778
|
sm: 12,
|
|
1554
1779
|
md: 6,
|
|
1555
1780
|
lg: 4,
|
|
1781
|
+
xl: 4,
|
|
1556
1782
|
label: 'Create own folders for each adapter',
|
|
1557
1783
|
help: 'If you like to have for every Adapter an own folder with own data',
|
|
1558
1784
|
},
|
|
1559
1785
|
createHtmlList: {
|
|
1560
1786
|
type: 'checkbox',
|
|
1787
|
+
xs: 12,
|
|
1561
1788
|
sm: 12,
|
|
1562
1789
|
md: 6,
|
|
1563
1790
|
lg: 4,
|
|
1791
|
+
xl: 4,
|
|
1564
1792
|
label: 'Create additionally HTML lists',
|
|
1565
1793
|
help: 'Create the lists also in HTML',
|
|
1566
1794
|
},
|
|
1567
1795
|
showLastSignal: {
|
|
1568
1796
|
type: 'checkbox',
|
|
1797
|
+
xs: 12,
|
|
1569
1798
|
sm: 12,
|
|
1570
1799
|
md: 6,
|
|
1571
1800
|
lg: 4,
|
|
1801
|
+
xl: 4,
|
|
1572
1802
|
label: 'Display last signal strength',
|
|
1573
1803
|
help: 'Display the last signal strength value when the device is offline',
|
|
1574
1804
|
},
|
|
@@ -1580,9 +1810,11 @@
|
|
|
1580
1810
|
_textUpdateInterval: {
|
|
1581
1811
|
type: 'staticText',
|
|
1582
1812
|
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.',
|
|
1813
|
+
xs: 12,
|
|
1583
1814
|
sm: 12,
|
|
1584
1815
|
md: 12,
|
|
1585
1816
|
lg: 12,
|
|
1817
|
+
xl: 12,
|
|
1586
1818
|
style: {
|
|
1587
1819
|
fontSize: 16,
|
|
1588
1820
|
marginBottom: 10,
|
|
@@ -1592,9 +1824,11 @@
|
|
|
1592
1824
|
type: 'number',
|
|
1593
1825
|
min: 2,
|
|
1594
1826
|
max: 100000,
|
|
1827
|
+
xs: 12,
|
|
1595
1828
|
sm: 6,
|
|
1596
1829
|
md: 6,
|
|
1597
1830
|
lg: 3,
|
|
1831
|
+
xl: 3,
|
|
1598
1832
|
label: 'Update-Interval',
|
|
1599
1833
|
help: 'in seconds',
|
|
1600
1834
|
hideOnlyControl: false,
|
|
@@ -1607,9 +1841,11 @@
|
|
|
1607
1841
|
_textLanguage: {
|
|
1608
1842
|
type: 'staticText',
|
|
1609
1843
|
text: 'Here you can select the language for the tables and messages',
|
|
1844
|
+
xs: 12,
|
|
1610
1845
|
sm: 12,
|
|
1611
1846
|
md: 12,
|
|
1612
1847
|
lg: 12,
|
|
1848
|
+
xl: 12,
|
|
1613
1849
|
style: {
|
|
1614
1850
|
fontSize: 16,
|
|
1615
1851
|
marginBottom: 10,
|
|
@@ -1618,9 +1854,11 @@
|
|
|
1618
1854
|
userSelectedLanguage: {
|
|
1619
1855
|
type: 'language',
|
|
1620
1856
|
system: false,
|
|
1857
|
+
xs: 12,
|
|
1621
1858
|
sm: 6,
|
|
1622
1859
|
md: 6,
|
|
1623
1860
|
lg: 3,
|
|
1861
|
+
xl: 3,
|
|
1624
1862
|
label: 'Language',
|
|
1625
1863
|
},
|
|
1626
1864
|
},
|
|
@@ -1639,9 +1877,11 @@
|
|
|
1639
1877
|
_textTimeInstances: {
|
|
1640
1878
|
type: 'staticText',
|
|
1641
1879
|
text: 'Define the global instance deactivation and error time. The default value is 20 seconds.',
|
|
1880
|
+
xs: 12,
|
|
1642
1881
|
sm: 12,
|
|
1643
1882
|
md: 12,
|
|
1644
1883
|
lg: 12,
|
|
1884
|
+
xl: 12,
|
|
1645
1885
|
hidden: '!data.checkAdapterInstances',
|
|
1646
1886
|
hideOnlyControl: false,
|
|
1647
1887
|
style: {
|
|
@@ -1653,9 +1893,11 @@
|
|
|
1653
1893
|
type: 'number',
|
|
1654
1894
|
min: 20,
|
|
1655
1895
|
max: 100000,
|
|
1896
|
+
xs: 12,
|
|
1656
1897
|
sm: 6,
|
|
1657
1898
|
md: 6,
|
|
1658
1899
|
lg: 3,
|
|
1900
|
+
xl: 3,
|
|
1659
1901
|
label: 'Global deactivation time',
|
|
1660
1902
|
help: 'in seconds',
|
|
1661
1903
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -1665,9 +1907,11 @@
|
|
|
1665
1907
|
type: 'number',
|
|
1666
1908
|
min: 20,
|
|
1667
1909
|
max: 100000,
|
|
1910
|
+
xs: 12,
|
|
1668
1911
|
sm: 6,
|
|
1669
1912
|
md: 6,
|
|
1670
1913
|
lg: 3,
|
|
1914
|
+
xl: 3,
|
|
1671
1915
|
label: 'Global error time',
|
|
1672
1916
|
help: 'in seconds',
|
|
1673
1917
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -1682,9 +1926,11 @@
|
|
|
1682
1926
|
_textTableTimeInstances: {
|
|
1683
1927
|
type: 'staticText',
|
|
1684
1928
|
text: 'If necessary, set the deactivation and error time of each instance for yourself here. This setting overwrites the global setting for the selected instance.',
|
|
1929
|
+
xs: 12,
|
|
1685
1930
|
sm: 12,
|
|
1686
1931
|
md: 12,
|
|
1687
1932
|
lg: 12,
|
|
1933
|
+
xl: 12,
|
|
1688
1934
|
hidden: '!data.checkAdapterInstances',
|
|
1689
1935
|
hideOnlyControl: false,
|
|
1690
1936
|
style: {
|
|
@@ -1694,9 +1940,11 @@
|
|
|
1694
1940
|
},
|
|
1695
1941
|
tableTimeInstance: {
|
|
1696
1942
|
type: 'table',
|
|
1943
|
+
xs: 12,
|
|
1697
1944
|
sm: 12,
|
|
1698
1945
|
md: 12,
|
|
1699
1946
|
lg: 12,
|
|
1947
|
+
xl: 12,
|
|
1700
1948
|
hidden: '!data.checkAdapterInstances',
|
|
1701
1949
|
hideOnlyControl: false,
|
|
1702
1950
|
confirm: {
|
|
@@ -1746,9 +1994,11 @@
|
|
|
1746
1994
|
_textOfflineTime: {
|
|
1747
1995
|
type: 'staticText',
|
|
1748
1996
|
text: "Here you can define the offline times of each adapter. If you want to use the data points of the devices/services (online, available, reachable etc.) directly to determine the status, enter ' 0 '.",
|
|
1997
|
+
xs: 12,
|
|
1749
1998
|
sm: 12,
|
|
1750
1999
|
md: 12,
|
|
1751
2000
|
lg: 12,
|
|
2001
|
+
xl: 12,
|
|
1752
2002
|
style: {
|
|
1753
2003
|
fontSize: 16,
|
|
1754
2004
|
marginBottom: 10,
|
|
@@ -1758,9 +2008,11 @@
|
|
|
1758
2008
|
type: 'number',
|
|
1759
2009
|
min: -1,
|
|
1760
2010
|
max: 100000,
|
|
2011
|
+
xs: 12,
|
|
1761
2012
|
sm: 6,
|
|
1762
2013
|
md: 6,
|
|
1763
2014
|
lg: 3,
|
|
2015
|
+
xl: 3,
|
|
1764
2016
|
label: 'Alexa2',
|
|
1765
2017
|
help: 'in minutes',
|
|
1766
2018
|
hidden: '!data.alexa2Devices',
|
|
@@ -1770,9 +2022,11 @@
|
|
|
1770
2022
|
type: 'number',
|
|
1771
2023
|
min: -1,
|
|
1772
2024
|
max: 100000,
|
|
2025
|
+
xs: 12,
|
|
1773
2026
|
sm: 6,
|
|
1774
2027
|
md: 6,
|
|
1775
2028
|
lg: 3,
|
|
2029
|
+
xl: 3,
|
|
1776
2030
|
label: 'Apc UPS',
|
|
1777
2031
|
help: 'in minutes',
|
|
1778
2032
|
hidden: '!data.apcupsDevices',
|
|
@@ -1782,9 +2036,11 @@
|
|
|
1782
2036
|
type: 'number',
|
|
1783
2037
|
min: 1,
|
|
1784
2038
|
max: 100000,
|
|
2039
|
+
xs: 12,
|
|
1785
2040
|
sm: 6,
|
|
1786
2041
|
md: 6,
|
|
1787
2042
|
lg: 3,
|
|
2043
|
+
xl: 3,
|
|
1788
2044
|
label: 'Ble',
|
|
1789
2045
|
help: 'in minutes',
|
|
1790
2046
|
hidden: '!data.bleDevices',
|
|
@@ -1794,9 +2050,11 @@
|
|
|
1794
2050
|
type: 'number',
|
|
1795
2051
|
min: -1,
|
|
1796
2052
|
max: 100000,
|
|
2053
|
+
xs: 12,
|
|
1797
2054
|
sm: 6,
|
|
1798
2055
|
md: 6,
|
|
1799
2056
|
lg: 3,
|
|
2057
|
+
xl: 3,
|
|
1800
2058
|
label: 'Deconz',
|
|
1801
2059
|
help: 'in minutes',
|
|
1802
2060
|
hidden: '!data.deconzDevices',
|
|
@@ -1806,9 +2064,11 @@
|
|
|
1806
2064
|
type: 'number',
|
|
1807
2065
|
min: -1,
|
|
1808
2066
|
max: 100000,
|
|
2067
|
+
xs: 12,
|
|
1809
2068
|
sm: 6,
|
|
1810
2069
|
md: 6,
|
|
1811
2070
|
lg: 3,
|
|
2071
|
+
xl: 3,
|
|
1812
2072
|
label: 'Ecovacs-Deebot',
|
|
1813
2073
|
help: 'in minutes',
|
|
1814
2074
|
hidden: '!data.ecovacsdeebotDevices',
|
|
@@ -1818,9 +2078,11 @@
|
|
|
1818
2078
|
type: 'number',
|
|
1819
2079
|
min: 1,
|
|
1820
2080
|
max: 100000,
|
|
2081
|
+
xs: 12,
|
|
1821
2082
|
sm: 6,
|
|
1822
2083
|
md: 6,
|
|
1823
2084
|
lg: 3,
|
|
2085
|
+
xl: 3,
|
|
1824
2086
|
label: 'Enocean',
|
|
1825
2087
|
help: 'in minutes',
|
|
1826
2088
|
hidden: '!data.enoceanDevices',
|
|
@@ -1830,9 +2092,11 @@
|
|
|
1830
2092
|
type: 'number',
|
|
1831
2093
|
min: -1,
|
|
1832
2094
|
max: 100000,
|
|
2095
|
+
xs: 12,
|
|
1833
2096
|
sm: 6,
|
|
1834
2097
|
md: 6,
|
|
1835
2098
|
lg: 3,
|
|
2099
|
+
xl: 3,
|
|
1836
2100
|
label: 'EspHome',
|
|
1837
2101
|
help: 'in minutes',
|
|
1838
2102
|
hidden: '!data.esphomeDevices',
|
|
@@ -1842,9 +2106,11 @@
|
|
|
1842
2106
|
type: 'number',
|
|
1843
2107
|
min: 1,
|
|
1844
2108
|
max: 100000,
|
|
2109
|
+
xs: 12,
|
|
1845
2110
|
sm: 6,
|
|
1846
2111
|
md: 6,
|
|
1847
2112
|
lg: 3,
|
|
2113
|
+
xl: 3,
|
|
1848
2114
|
label: 'euSec',
|
|
1849
2115
|
help: 'in minutes',
|
|
1850
2116
|
hidden: '!data.eusecDevices',
|
|
@@ -1854,9 +2120,11 @@
|
|
|
1854
2120
|
type: 'number',
|
|
1855
2121
|
min: 1,
|
|
1856
2122
|
max: 100000,
|
|
2123
|
+
xs: 12,
|
|
1857
2124
|
sm: 6,
|
|
1858
2125
|
md: 6,
|
|
1859
2126
|
lg: 3,
|
|
2127
|
+
xl: 3,
|
|
1860
2128
|
label: 'FHEM TFA sensores',
|
|
1861
2129
|
help: 'in minutes',
|
|
1862
2130
|
hidden: '!data.fhemTFAsensorsDevices',
|
|
@@ -1866,9 +2134,11 @@
|
|
|
1866
2134
|
type: 'number',
|
|
1867
2135
|
min: -1,
|
|
1868
2136
|
max: 100000,
|
|
2137
|
+
xs: 12,
|
|
1869
2138
|
sm: 6,
|
|
1870
2139
|
md: 6,
|
|
1871
2140
|
lg: 3,
|
|
2141
|
+
xl: 3,
|
|
1872
2142
|
label: 'FritzDect',
|
|
1873
2143
|
help: 'in minutes',
|
|
1874
2144
|
hidden: '!data.fritzdectDevices',
|
|
@@ -1878,9 +2148,11 @@
|
|
|
1878
2148
|
type: 'number',
|
|
1879
2149
|
min: -1,
|
|
1880
2150
|
max: 100000,
|
|
2151
|
+
xs: 12,
|
|
1881
2152
|
sm: 6,
|
|
1882
2153
|
md: 6,
|
|
1883
2154
|
lg: 3,
|
|
2155
|
+
xl: 3,
|
|
1884
2156
|
label: 'fullyBrowser',
|
|
1885
2157
|
help: 'in minutes',
|
|
1886
2158
|
hidden: '!data.fullybrowserDevices',
|
|
@@ -1890,9 +2162,11 @@
|
|
|
1890
2162
|
type: 'number',
|
|
1891
2163
|
min: -1,
|
|
1892
2164
|
max: 100000,
|
|
2165
|
+
xs: 12,
|
|
1893
2166
|
sm: 6,
|
|
1894
2167
|
md: 6,
|
|
1895
2168
|
lg: 3,
|
|
2169
|
+
xl: 3,
|
|
1896
2170
|
label: 'fullyBrowser > v3',
|
|
1897
2171
|
help: 'in minutes',
|
|
1898
2172
|
hidden: '!data.fullybrowserV3Devices',
|
|
@@ -1902,9 +2176,11 @@
|
|
|
1902
2176
|
type: 'number',
|
|
1903
2177
|
min: -1,
|
|
1904
2178
|
max: 100000,
|
|
2179
|
+
xs: 12,
|
|
1905
2180
|
sm: 6,
|
|
1906
2181
|
md: 6,
|
|
1907
2182
|
lg: 3,
|
|
2183
|
+
xl: 3,
|
|
1908
2184
|
label: 'Fully-MQTT',
|
|
1909
2185
|
help: 'in minutes',
|
|
1910
2186
|
hidden: '!data.fullyMQTTDevices',
|
|
@@ -1914,9 +2190,11 @@
|
|
|
1914
2190
|
type: 'number',
|
|
1915
2191
|
min: 1,
|
|
1916
2192
|
max: 100000,
|
|
2193
|
+
xs: 12,
|
|
1917
2194
|
sm: 6,
|
|
1918
2195
|
md: 6,
|
|
1919
2196
|
lg: 3,
|
|
2197
|
+
xl: 3,
|
|
1920
2198
|
label: 'Ham',
|
|
1921
2199
|
help: 'in minutes',
|
|
1922
2200
|
hidden: '!data.hamDevices',
|
|
@@ -1926,9 +2204,11 @@
|
|
|
1926
2204
|
type: 'number',
|
|
1927
2205
|
min: -1,
|
|
1928
2206
|
max: 100000,
|
|
2207
|
+
xs: 12,
|
|
1929
2208
|
sm: 6,
|
|
1930
2209
|
md: 6,
|
|
1931
2210
|
lg: 3,
|
|
2211
|
+
xl: 3,
|
|
1932
2212
|
label: 'Harmony',
|
|
1933
2213
|
help: 'in minutes',
|
|
1934
2214
|
hidden: '!data.harmonyDevices',
|
|
@@ -1938,9 +2218,11 @@
|
|
|
1938
2218
|
type: 'number',
|
|
1939
2219
|
min: -1,
|
|
1940
2220
|
max: 100000,
|
|
2221
|
+
xs: 12,
|
|
1941
2222
|
sm: 6,
|
|
1942
2223
|
md: 6,
|
|
1943
2224
|
lg: 3,
|
|
2225
|
+
xl: 3,
|
|
1944
2226
|
label: 'HmiP',
|
|
1945
2227
|
help: 'in minutes',
|
|
1946
2228
|
hidden: '!data.hmiPDevices',
|
|
@@ -1950,9 +2232,11 @@
|
|
|
1950
2232
|
type: 'number',
|
|
1951
2233
|
min: -1,
|
|
1952
2234
|
max: 100000,
|
|
2235
|
+
xs: 12,
|
|
1953
2236
|
sm: 6,
|
|
1954
2237
|
md: 6,
|
|
1955
2238
|
lg: 3,
|
|
2239
|
+
xl: 3,
|
|
1956
2240
|
label: 'HM-RPC',
|
|
1957
2241
|
help: 'in minutes',
|
|
1958
2242
|
hidden: '!data.hmrpcDevices',
|
|
@@ -1962,9 +2246,11 @@
|
|
|
1962
2246
|
type: 'number',
|
|
1963
2247
|
min: -1,
|
|
1964
2248
|
max: 100000,
|
|
2249
|
+
xs: 12,
|
|
1965
2250
|
sm: 6,
|
|
1966
2251
|
md: 6,
|
|
1967
2252
|
lg: 3,
|
|
2253
|
+
xl: 3,
|
|
1968
2254
|
label: 'Home Connect',
|
|
1969
2255
|
help: 'in minutes',
|
|
1970
2256
|
hidden: '!data.homeconnectDevices',
|
|
@@ -1974,9 +2260,11 @@
|
|
|
1974
2260
|
type: 'number',
|
|
1975
2261
|
min: -1,
|
|
1976
2262
|
max: 100000,
|
|
2263
|
+
xs: 12,
|
|
1977
2264
|
sm: 6,
|
|
1978
2265
|
md: 6,
|
|
1979
2266
|
lg: 3,
|
|
2267
|
+
xl: 3,
|
|
1980
2268
|
label: 'Homekit-Controller',
|
|
1981
2269
|
help: 'in minutes',
|
|
1982
2270
|
hidden: '!data.homekitControllerDevices',
|
|
@@ -1986,9 +2274,11 @@
|
|
|
1986
2274
|
type: 'number',
|
|
1987
2275
|
min: 1,
|
|
1988
2276
|
max: 100000,
|
|
2277
|
+
xs: 12,
|
|
1989
2278
|
sm: 6,
|
|
1990
2279
|
md: 6,
|
|
1991
2280
|
lg: 3,
|
|
2281
|
+
xl: 3,
|
|
1992
2282
|
label: 'hs100',
|
|
1993
2283
|
help: 'in minutes',
|
|
1994
2284
|
hidden: '!data.hs100Devices',
|
|
@@ -1998,9 +2288,11 @@
|
|
|
1998
2288
|
type: 'number',
|
|
1999
2289
|
min: -1,
|
|
2000
2290
|
max: 100000,
|
|
2291
|
+
xs: 12,
|
|
2001
2292
|
sm: 6,
|
|
2002
2293
|
md: 6,
|
|
2003
2294
|
lg: 3,
|
|
2295
|
+
xl: 3,
|
|
2004
2296
|
label: 'Hue',
|
|
2005
2297
|
help: 'in minutes',
|
|
2006
2298
|
hidden: '!data.hueDevices',
|
|
@@ -2010,9 +2302,11 @@
|
|
|
2010
2302
|
type: 'number',
|
|
2011
2303
|
min: -1,
|
|
2012
2304
|
max: 100000,
|
|
2305
|
+
xs: 12,
|
|
2013
2306
|
sm: 6,
|
|
2014
2307
|
md: 6,
|
|
2015
2308
|
lg: 3,
|
|
2309
|
+
xl: 3,
|
|
2016
2310
|
label: 'HueExtended',
|
|
2017
2311
|
help: 'in minutes',
|
|
2018
2312
|
hidden: '!data.hueExtDevices',
|
|
@@ -2022,9 +2316,11 @@
|
|
|
2022
2316
|
type: 'number',
|
|
2023
2317
|
min: 0,
|
|
2024
2318
|
max: 100000,
|
|
2319
|
+
xs: 12,
|
|
2025
2320
|
sm: 6,
|
|
2026
2321
|
md: 6,
|
|
2027
2322
|
lg: 3,
|
|
2323
|
+
xl: 3,
|
|
2028
2324
|
label: 'Innogy Smarthome',
|
|
2029
2325
|
help: 'in minutes',
|
|
2030
2326
|
hidden: '!data.innogyDevices',
|
|
@@ -2034,9 +2330,11 @@
|
|
|
2034
2330
|
type: 'number',
|
|
2035
2331
|
min: 1,
|
|
2036
2332
|
max: 100000,
|
|
2333
|
+
xs: 12,
|
|
2037
2334
|
sm: 6,
|
|
2038
2335
|
md: 6,
|
|
2039
2336
|
lg: 3,
|
|
2337
|
+
xl: 3,
|
|
2040
2338
|
label: 'Jeelink',
|
|
2041
2339
|
help: 'in minutes',
|
|
2042
2340
|
hidden: '!data.jeelinkDevices',
|
|
@@ -2046,9 +2344,11 @@
|
|
|
2046
2344
|
type: 'number',
|
|
2047
2345
|
min: -1,
|
|
2048
2346
|
max: 100000,
|
|
2347
|
+
xs: 12,
|
|
2049
2348
|
sm: 6,
|
|
2050
2349
|
md: 6,
|
|
2051
2350
|
lg: 3,
|
|
2351
|
+
xl: 3,
|
|
2052
2352
|
label: 'Loqed Smart Lock',
|
|
2053
2353
|
help: 'in minutes',
|
|
2054
2354
|
hidden: '!data.loqedSmartLockDevices',
|
|
@@ -2058,9 +2358,11 @@
|
|
|
2058
2358
|
type: 'number',
|
|
2059
2359
|
min: -1,
|
|
2060
2360
|
max: 100000,
|
|
2361
|
+
xs: 12,
|
|
2061
2362
|
sm: 6,
|
|
2062
2363
|
md: 6,
|
|
2063
2364
|
lg: 3,
|
|
2365
|
+
xl: 3,
|
|
2064
2366
|
label: 'Lupusec',
|
|
2065
2367
|
help: 'in minutes',
|
|
2066
2368
|
hidden: '!data.lupusecDevices',
|
|
@@ -2070,9 +2372,11 @@
|
|
|
2070
2372
|
type: 'number',
|
|
2071
2373
|
min: -1,
|
|
2072
2374
|
max: 100000,
|
|
2375
|
+
xs: 12,
|
|
2073
2376
|
sm: 6,
|
|
2074
2377
|
md: 6,
|
|
2075
2378
|
lg: 3,
|
|
2379
|
+
xl: 3,
|
|
2076
2380
|
label: 'Maxcube',
|
|
2077
2381
|
help: 'in minutes',
|
|
2078
2382
|
hidden: '!data.maxcubeDevices',
|
|
@@ -2082,9 +2386,11 @@
|
|
|
2082
2386
|
type: 'number',
|
|
2083
2387
|
min: -1,
|
|
2084
2388
|
max: 100000,
|
|
2389
|
+
xs: 12,
|
|
2085
2390
|
sm: 6,
|
|
2086
2391
|
md: 6,
|
|
2087
2392
|
lg: 3,
|
|
2393
|
+
xl: 3,
|
|
2088
2394
|
label: 'Meross',
|
|
2089
2395
|
help: 'in minutes',
|
|
2090
2396
|
hidden: '!data.merossDevices',
|
|
@@ -2094,9 +2400,11 @@
|
|
|
2094
2400
|
type: 'number',
|
|
2095
2401
|
min: 1,
|
|
2096
2402
|
max: 100000,
|
|
2403
|
+
xs: 12,
|
|
2097
2404
|
sm: 6,
|
|
2098
2405
|
md: 6,
|
|
2099
2406
|
lg: 3,
|
|
2407
|
+
xl: 3,
|
|
2100
2408
|
label: 'MiHome',
|
|
2101
2409
|
help: 'in minutes',
|
|
2102
2410
|
hidden: '!data.mihomeDevices',
|
|
@@ -2106,9 +2414,11 @@
|
|
|
2106
2414
|
type: 'number',
|
|
2107
2415
|
min: -1,
|
|
2108
2416
|
max: 100000,
|
|
2417
|
+
xs: 12,
|
|
2109
2418
|
sm: 6,
|
|
2110
2419
|
md: 6,
|
|
2111
2420
|
lg: 3,
|
|
2421
|
+
xl: 3,
|
|
2112
2422
|
label: 'MiHome Gateway',
|
|
2113
2423
|
help: 'in minutes',
|
|
2114
2424
|
hidden: '!data.mihomeDevices',
|
|
@@ -2118,9 +2428,11 @@
|
|
|
2118
2428
|
type: 'number',
|
|
2119
2429
|
min: -1,
|
|
2120
2430
|
max: 100000,
|
|
2431
|
+
xs: 12,
|
|
2121
2432
|
sm: 6,
|
|
2122
2433
|
md: 6,
|
|
2123
2434
|
lg: 3,
|
|
2435
|
+
xl: 3,
|
|
2124
2436
|
label: 'Mihome Vacuum',
|
|
2125
2437
|
help: 'in minutes',
|
|
2126
2438
|
hidden: '!data.mihomeVacuumDevices',
|
|
@@ -2130,9 +2442,11 @@
|
|
|
2130
2442
|
type: 'number',
|
|
2131
2443
|
min: -1,
|
|
2132
2444
|
max: 100000,
|
|
2445
|
+
xs: 12,
|
|
2133
2446
|
sm: 6,
|
|
2134
2447
|
md: 6,
|
|
2135
2448
|
lg: 3,
|
|
2449
|
+
xl: 3,
|
|
2136
2450
|
label: 'MQTT Client: Zigbee2MQTT',
|
|
2137
2451
|
help: 'in minutes',
|
|
2138
2452
|
hidden: '!data.mqttClientZigbee2MqttDevices',
|
|
@@ -2142,9 +2456,11 @@
|
|
|
2142
2456
|
type: 'number',
|
|
2143
2457
|
min: 1,
|
|
2144
2458
|
max: 100000,
|
|
2459
|
+
xs: 12,
|
|
2145
2460
|
sm: 6,
|
|
2146
2461
|
md: 6,
|
|
2147
2462
|
lg: 3,
|
|
2463
|
+
xl: 3,
|
|
2148
2464
|
label: 'MQTT: Nuki Hub',
|
|
2149
2465
|
help: 'in minutes',
|
|
2150
2466
|
hidden: '!data.mqttNukiDevices',
|
|
@@ -2154,9 +2470,11 @@
|
|
|
2154
2470
|
type: 'number',
|
|
2155
2471
|
min: -1,
|
|
2156
2472
|
max: 100000,
|
|
2473
|
+
xs: 12,
|
|
2157
2474
|
sm: 6,
|
|
2158
2475
|
md: 6,
|
|
2159
2476
|
lg: 3,
|
|
2477
|
+
xl: 3,
|
|
2160
2478
|
label: 'MusicCast',
|
|
2161
2479
|
help: 'in minutes',
|
|
2162
2480
|
hidden: '!data.musiccastDevices',
|
|
@@ -2166,9 +2484,11 @@
|
|
|
2166
2484
|
type: 'number',
|
|
2167
2485
|
min: 1,
|
|
2168
2486
|
max: 100000,
|
|
2487
|
+
xs: 12,
|
|
2169
2488
|
sm: 6,
|
|
2170
2489
|
md: 6,
|
|
2171
2490
|
lg: 3,
|
|
2491
|
+
xl: 3,
|
|
2172
2492
|
label: 'Netatmo',
|
|
2173
2493
|
help: 'in minutes',
|
|
2174
2494
|
hidden: '!data.netatmoDevices',
|
|
@@ -2178,9 +2498,11 @@
|
|
|
2178
2498
|
type: 'number',
|
|
2179
2499
|
min: 1,
|
|
2180
2500
|
max: 100000,
|
|
2501
|
+
xs: 12,
|
|
2181
2502
|
sm: 6,
|
|
2182
2503
|
md: 6,
|
|
2183
2504
|
lg: 3,
|
|
2505
|
+
xl: 3,
|
|
2184
2506
|
label: 'Nuki Extended',
|
|
2185
2507
|
help: 'in minutes',
|
|
2186
2508
|
hidden: '!data.nukiExtDevices',
|
|
@@ -2190,9 +2512,11 @@
|
|
|
2190
2512
|
type: 'number',
|
|
2191
2513
|
min: 1,
|
|
2192
2514
|
max: 100000,
|
|
2515
|
+
xs: 12,
|
|
2193
2516
|
sm: 6,
|
|
2194
2517
|
md: 6,
|
|
2195
2518
|
lg: 3,
|
|
2519
|
+
xl: 3,
|
|
2196
2520
|
label: 'Nut',
|
|
2197
2521
|
help: 'in minutes',
|
|
2198
2522
|
hidden: '!data.nutDevices',
|
|
@@ -2202,9 +2526,11 @@
|
|
|
2202
2526
|
type: 'number',
|
|
2203
2527
|
min: -1,
|
|
2204
2528
|
max: 100000,
|
|
2529
|
+
xs: 12,
|
|
2205
2530
|
sm: 6,
|
|
2206
2531
|
md: 6,
|
|
2207
2532
|
lg: 3,
|
|
2533
|
+
xl: 3,
|
|
2208
2534
|
label: 'Ping',
|
|
2209
2535
|
help: 'in minutes',
|
|
2210
2536
|
hidden: '!data.pingDevices',
|
|
@@ -2214,9 +2540,11 @@
|
|
|
2214
2540
|
type: 'number',
|
|
2215
2541
|
min: -1,
|
|
2216
2542
|
max: 100000,
|
|
2543
|
+
xs: 12,
|
|
2217
2544
|
sm: 6,
|
|
2218
2545
|
md: 6,
|
|
2219
2546
|
lg: 3,
|
|
2547
|
+
xl: 3,
|
|
2220
2548
|
label: 'Proxmox',
|
|
2221
2549
|
help: 'in minutes',
|
|
2222
2550
|
hidden: '!data.proxmoxDevices',
|
|
@@ -2226,9 +2554,11 @@
|
|
|
2226
2554
|
type: 'number',
|
|
2227
2555
|
min: -1,
|
|
2228
2556
|
max: 100000,
|
|
2557
|
+
xs: 12,
|
|
2229
2558
|
sm: 6,
|
|
2230
2559
|
md: 6,
|
|
2231
2560
|
lg: 3,
|
|
2561
|
+
xl: 3,
|
|
2232
2562
|
label: 'Ring',
|
|
2233
2563
|
help: 'in minutes',
|
|
2234
2564
|
hidden: '!data.ringDevices',
|
|
@@ -2238,9 +2568,11 @@
|
|
|
2238
2568
|
type: 'number',
|
|
2239
2569
|
min: -1,
|
|
2240
2570
|
max: 100000,
|
|
2571
|
+
xs: 12,
|
|
2241
2572
|
sm: 6,
|
|
2242
2573
|
md: 6,
|
|
2243
2574
|
lg: 3,
|
|
2575
|
+
xl: 3,
|
|
2244
2576
|
label: 'Roomba',
|
|
2245
2577
|
help: 'in minutes',
|
|
2246
2578
|
hidden: '!data.roombaDevices',
|
|
@@ -2250,9 +2582,11 @@
|
|
|
2250
2582
|
type: 'number',
|
|
2251
2583
|
min: -1,
|
|
2252
2584
|
max: 100000,
|
|
2585
|
+
xs: 12,
|
|
2253
2586
|
sm: 6,
|
|
2254
2587
|
md: 6,
|
|
2255
2588
|
lg: 3,
|
|
2589
|
+
xl: 3,
|
|
2256
2590
|
label: 'Shelly',
|
|
2257
2591
|
help: 'in minutes',
|
|
2258
2592
|
hidden: '!data.shellyDevices',
|
|
@@ -2262,9 +2596,11 @@
|
|
|
2262
2596
|
type: 'number',
|
|
2263
2597
|
min: -1,
|
|
2264
2598
|
max: 100000,
|
|
2599
|
+
xs: 12,
|
|
2265
2600
|
sm: 6,
|
|
2266
2601
|
md: 6,
|
|
2267
2602
|
lg: 3,
|
|
2603
|
+
xl: 3,
|
|
2268
2604
|
label: 'Smartgarden',
|
|
2269
2605
|
help: 'in minutes',
|
|
2270
2606
|
hidden: '!data.smartgardenDevices',
|
|
@@ -2274,9 +2610,11 @@
|
|
|
2274
2610
|
type: 'number',
|
|
2275
2611
|
min: -1,
|
|
2276
2612
|
max: 100000,
|
|
2613
|
+
xs: 12,
|
|
2277
2614
|
sm: 6,
|
|
2278
2615
|
md: 6,
|
|
2279
2616
|
lg: 3,
|
|
2617
|
+
xl: 3,
|
|
2280
2618
|
label: 'Sonoff',
|
|
2281
2619
|
help: 'in minutes',
|
|
2282
2620
|
hidden: '!data.sonoffDevices',
|
|
@@ -2286,9 +2624,11 @@
|
|
|
2286
2624
|
type: 'number',
|
|
2287
2625
|
min: -1,
|
|
2288
2626
|
max: 100000,
|
|
2627
|
+
xs: 12,
|
|
2289
2628
|
sm: 6,
|
|
2290
2629
|
md: 6,
|
|
2291
2630
|
lg: 3,
|
|
2631
|
+
xl: 3,
|
|
2292
2632
|
label: 'Sonos',
|
|
2293
2633
|
help: 'in minutes',
|
|
2294
2634
|
hidden: '!data.sonosDevices',
|
|
@@ -2298,9 +2638,11 @@
|
|
|
2298
2638
|
type: 'number',
|
|
2299
2639
|
min: -1,
|
|
2300
2640
|
max: 100000,
|
|
2641
|
+
xs: 12,
|
|
2301
2642
|
sm: 6,
|
|
2302
2643
|
md: 6,
|
|
2303
2644
|
lg: 3,
|
|
2645
|
+
xl: 3,
|
|
2304
2646
|
label: 'Sure Flap',
|
|
2305
2647
|
help: 'in minutes',
|
|
2306
2648
|
hidden: '!data.sureflapDevices',
|
|
@@ -2310,9 +2652,11 @@
|
|
|
2310
2652
|
type: 'number',
|
|
2311
2653
|
min: 1,
|
|
2312
2654
|
max: 100000,
|
|
2655
|
+
xs: 12,
|
|
2313
2656
|
sm: 6,
|
|
2314
2657
|
md: 6,
|
|
2315
2658
|
lg: 3,
|
|
2659
|
+
xl: 3,
|
|
2316
2660
|
label: 'Switchbot Ble',
|
|
2317
2661
|
help: 'in minutes',
|
|
2318
2662
|
hidden: '!data.switchbotBleDevices',
|
|
@@ -2322,9 +2666,11 @@
|
|
|
2322
2666
|
type: 'number',
|
|
2323
2667
|
min: -1,
|
|
2324
2668
|
max: 100000,
|
|
2669
|
+
xs: 12,
|
|
2325
2670
|
sm: 6,
|
|
2326
2671
|
md: 6,
|
|
2327
2672
|
lg: 3,
|
|
2673
|
+
xl: 3,
|
|
2328
2674
|
label: 'Tado',
|
|
2329
2675
|
help: 'in minutes',
|
|
2330
2676
|
hidden: '!data.tadoDevices',
|
|
@@ -2334,9 +2680,11 @@
|
|
|
2334
2680
|
type: 'number',
|
|
2335
2681
|
min: 1,
|
|
2336
2682
|
max: 100000,
|
|
2683
|
+
xs: 12,
|
|
2337
2684
|
sm: 6,
|
|
2338
2685
|
md: 6,
|
|
2339
2686
|
lg: 3,
|
|
2687
|
+
xl: 3,
|
|
2340
2688
|
label: 'Tapo',
|
|
2341
2689
|
help: 'in minutes',
|
|
2342
2690
|
hidden: '!data.tapoDevices',
|
|
@@ -2346,9 +2694,11 @@
|
|
|
2346
2694
|
type: 'number',
|
|
2347
2695
|
min: -1,
|
|
2348
2696
|
max: 100000,
|
|
2697
|
+
xs: 12,
|
|
2349
2698
|
sm: 6,
|
|
2350
2699
|
md: 6,
|
|
2351
2700
|
lg: 3,
|
|
2701
|
+
xl: 3,
|
|
2352
2702
|
label: 'Tradfri',
|
|
2353
2703
|
help: 'in minutes',
|
|
2354
2704
|
hidden: '!data.tradfriDevices',
|
|
@@ -2358,9 +2708,11 @@
|
|
|
2358
2708
|
type: 'number',
|
|
2359
2709
|
min: -1,
|
|
2360
2710
|
max: 100000,
|
|
2711
|
+
xs: 12,
|
|
2361
2712
|
sm: 6,
|
|
2362
2713
|
md: 6,
|
|
2363
2714
|
lg: 3,
|
|
2715
|
+
xl: 3,
|
|
2364
2716
|
label: 'Tuya',
|
|
2365
2717
|
help: 'in minutes',
|
|
2366
2718
|
hidden: '!data.tuyaDevices',
|
|
@@ -2370,9 +2722,11 @@
|
|
|
2370
2722
|
type: 'number',
|
|
2371
2723
|
min: -1,
|
|
2372
2724
|
max: 100000,
|
|
2725
|
+
xs: 12,
|
|
2373
2726
|
sm: 6,
|
|
2374
2727
|
md: 6,
|
|
2375
2728
|
lg: 3,
|
|
2729
|
+
xl: 3,
|
|
2376
2730
|
label: 'Unifi',
|
|
2377
2731
|
help: 'in minutes',
|
|
2378
2732
|
hidden: '!data.unifiDevices',
|
|
@@ -2382,9 +2736,11 @@
|
|
|
2382
2736
|
type: 'number',
|
|
2383
2737
|
min: -1,
|
|
2384
2738
|
max: 100000,
|
|
2739
|
+
xs: 12,
|
|
2385
2740
|
sm: 6,
|
|
2386
2741
|
md: 6,
|
|
2387
2742
|
lg: 3,
|
|
2743
|
+
xl: 3,
|
|
2388
2744
|
label: 'Viessmann',
|
|
2389
2745
|
help: 'in minutes',
|
|
2390
2746
|
hidden: '!data.viessmannDevices',
|
|
@@ -2394,9 +2750,11 @@
|
|
|
2394
2750
|
type: 'number',
|
|
2395
2751
|
min: -1,
|
|
2396
2752
|
max: 100000,
|
|
2753
|
+
xs: 12,
|
|
2397
2754
|
sm: 6,
|
|
2398
2755
|
md: 6,
|
|
2399
2756
|
lg: 3,
|
|
2757
|
+
xl: 3,
|
|
2400
2758
|
label: 'Wifilight',
|
|
2401
2759
|
help: 'in minutes',
|
|
2402
2760
|
hidden: '!data.wifilightDevices',
|
|
@@ -2406,9 +2764,11 @@
|
|
|
2406
2764
|
type: 'number',
|
|
2407
2765
|
min: -1,
|
|
2408
2766
|
max: 100000,
|
|
2767
|
+
xs: 12,
|
|
2409
2768
|
sm: 6,
|
|
2410
2769
|
md: 6,
|
|
2411
2770
|
lg: 3,
|
|
2771
|
+
xl: 3,
|
|
2412
2772
|
label: 'WLED',
|
|
2413
2773
|
help: 'in minutes',
|
|
2414
2774
|
hidden: '!data.wledDevices',
|
|
@@ -2418,9 +2778,11 @@
|
|
|
2418
2778
|
type: 'number',
|
|
2419
2779
|
min: -1,
|
|
2420
2780
|
max: 100000,
|
|
2781
|
+
xs: 12,
|
|
2421
2782
|
sm: 6,
|
|
2422
2783
|
md: 6,
|
|
2423
2784
|
lg: 3,
|
|
2785
|
+
xl: 3,
|
|
2424
2786
|
label: 'Yeelight-2',
|
|
2425
2787
|
help: 'in minutes',
|
|
2426
2788
|
hidden: '!data.yeelightDevices',
|
|
@@ -2430,9 +2792,11 @@
|
|
|
2430
2792
|
type: 'number',
|
|
2431
2793
|
min: -1,
|
|
2432
2794
|
max: 100000,
|
|
2795
|
+
xs: 12,
|
|
2433
2796
|
sm: 6,
|
|
2434
2797
|
md: 6,
|
|
2435
2798
|
lg: 3,
|
|
2799
|
+
xl: 3,
|
|
2436
2800
|
label: 'Zigbee',
|
|
2437
2801
|
help: 'in minutes',
|
|
2438
2802
|
hidden: '!data.zigbeeDevices',
|
|
@@ -2442,9 +2806,11 @@
|
|
|
2442
2806
|
type: 'number',
|
|
2443
2807
|
min: -1,
|
|
2444
2808
|
max: 100000,
|
|
2809
|
+
xs: 12,
|
|
2445
2810
|
sm: 6,
|
|
2446
2811
|
md: 6,
|
|
2447
2812
|
lg: 3,
|
|
2813
|
+
xl: 3,
|
|
2448
2814
|
label: 'Zigbee2MQTT',
|
|
2449
2815
|
help: 'in minutes',
|
|
2450
2816
|
hidden: '!data.zigbee2mqttDevices',
|
|
@@ -2454,9 +2820,11 @@
|
|
|
2454
2820
|
type: 'number',
|
|
2455
2821
|
min: -1,
|
|
2456
2822
|
max: 100000,
|
|
2823
|
+
xs: 12,
|
|
2457
2824
|
sm: 6,
|
|
2458
2825
|
md: 6,
|
|
2459
2826
|
lg: 3,
|
|
2827
|
+
xl: 3,
|
|
2460
2828
|
label: 'Zwave',
|
|
2461
2829
|
help: 'in minutes',
|
|
2462
2830
|
hidden: '!data.zwaveDevices',
|