iobroker.device-watcher 2.12.1 → 2.12.3
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 +13 -3
- package/admin/i18n/en/translations.json +168 -168
- package/admin/jsonConfig.json5 +461 -0
- package/io-package.json +868 -844
- package/lib/arrApart.js +11 -1
- package/lib/translations.js +1 -1
- package/main.js +26 -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,533 @@
|
|
|
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
|
},
|
|
514
|
+
xsenseDevices: {
|
|
515
|
+
type: 'checkbox',
|
|
516
|
+
xs: 12,
|
|
517
|
+
sm: 6,
|
|
518
|
+
md: 6,
|
|
519
|
+
lg: 3,
|
|
520
|
+
xl: 3,
|
|
521
|
+
label: 'XSense',
|
|
522
|
+
},
|
|
404
523
|
yeelightDevices: {
|
|
405
524
|
type: 'checkbox',
|
|
525
|
+
xs: 12,
|
|
406
526
|
sm: 6,
|
|
407
527
|
md: 6,
|
|
408
528
|
lg: 3,
|
|
529
|
+
xl: 3,
|
|
409
530
|
label: 'Yeelight-2',
|
|
410
531
|
},
|
|
411
532
|
zigbeeDevices: {
|
|
412
533
|
type: 'checkbox',
|
|
534
|
+
xs: 12,
|
|
413
535
|
sm: 6,
|
|
414
536
|
md: 6,
|
|
415
537
|
lg: 3,
|
|
538
|
+
xl: 3,
|
|
416
539
|
label: 'Zigbee',
|
|
417
540
|
},
|
|
418
541
|
zigbee2mqttDevices: {
|
|
419
542
|
type: 'checkbox',
|
|
543
|
+
xs: 12,
|
|
420
544
|
sm: 6,
|
|
421
545
|
md: 6,
|
|
422
546
|
lg: 3,
|
|
547
|
+
xl: 3,
|
|
423
548
|
label: 'Zigbee2MQTT',
|
|
424
549
|
},
|
|
425
550
|
zwaveDevices: {
|
|
426
551
|
type: 'checkbox',
|
|
552
|
+
xs: 12,
|
|
427
553
|
sm: 6,
|
|
428
554
|
md: 6,
|
|
429
555
|
lg: 3,
|
|
556
|
+
xl: 3,
|
|
430
557
|
label: 'Zwave',
|
|
431
558
|
},
|
|
432
559
|
},
|
|
@@ -445,9 +572,11 @@
|
|
|
445
572
|
checkSendAdapterUpdateMsg: {
|
|
446
573
|
newLine: true,
|
|
447
574
|
type: 'checkbox',
|
|
575
|
+
xs: 12,
|
|
448
576
|
sm: 12,
|
|
449
577
|
md: 12,
|
|
450
578
|
lg: 6,
|
|
579
|
+
xl: 6,
|
|
451
580
|
label: 'Adapter update message',
|
|
452
581
|
help: 'Receive a message when an update for an adapter is available',
|
|
453
582
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -455,9 +584,11 @@
|
|
|
455
584
|
},
|
|
456
585
|
checkSendAdapterUpdateMsgDaily: {
|
|
457
586
|
type: 'checkbox',
|
|
587
|
+
xs: 12,
|
|
458
588
|
sm: 12,
|
|
459
589
|
md: 12,
|
|
460
590
|
lg: 6,
|
|
591
|
+
xl: 6,
|
|
461
592
|
label: 'Overview of updatable adapter',
|
|
462
593
|
help: 'Get a message with an overview of all updatable adapter',
|
|
463
594
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -466,9 +597,11 @@
|
|
|
466
597
|
_sendIntervallAdapterUpdateDay: {
|
|
467
598
|
type: 'panel',
|
|
468
599
|
newLine: true,
|
|
600
|
+
xs: 12,
|
|
469
601
|
sm: 12,
|
|
470
602
|
md: 12,
|
|
471
603
|
lg: 6,
|
|
604
|
+
xl: 6,
|
|
472
605
|
hidden: '!data.checkSendAdapterUpdateMsgDaily',
|
|
473
606
|
hideOnlyControl: false,
|
|
474
607
|
items: {
|
|
@@ -482,30 +615,65 @@
|
|
|
482
615
|
},
|
|
483
616
|
checkAdapterUpdateMonday: {
|
|
484
617
|
newLine: true,
|
|
618
|
+
xs: 12,
|
|
619
|
+
sm: 12,
|
|
620
|
+
md: 12,
|
|
621
|
+
lg: 6,
|
|
622
|
+
xl: 6,
|
|
485
623
|
type: 'checkbox',
|
|
486
624
|
label: 'Mon',
|
|
487
625
|
},
|
|
488
626
|
checkAdapterUpdateTuesday: {
|
|
627
|
+
xs: 12,
|
|
628
|
+
sm: 12,
|
|
629
|
+
md: 12,
|
|
630
|
+
lg: 6,
|
|
631
|
+
xl: 6,
|
|
489
632
|
type: 'checkbox',
|
|
490
633
|
label: 'Tue',
|
|
491
634
|
},
|
|
492
635
|
checkAdapterUpdateWednesday: {
|
|
636
|
+
xs: 12,
|
|
637
|
+
sm: 12,
|
|
638
|
+
md: 12,
|
|
639
|
+
lg: 6,
|
|
640
|
+
xl: 6,
|
|
493
641
|
type: 'checkbox',
|
|
494
642
|
label: 'Wed',
|
|
495
643
|
},
|
|
496
644
|
checkAdapterUpdateThursday: {
|
|
645
|
+
xs: 12,
|
|
646
|
+
sm: 12,
|
|
647
|
+
md: 12,
|
|
648
|
+
lg: 6,
|
|
649
|
+
xl: 6,
|
|
497
650
|
type: 'checkbox',
|
|
498
651
|
label: 'Thu',
|
|
499
652
|
},
|
|
500
653
|
checkAdapterUpdateFriday: {
|
|
654
|
+
xs: 12,
|
|
655
|
+
sm: 12,
|
|
656
|
+
md: 12,
|
|
657
|
+
lg: 6,
|
|
658
|
+
xl: 6,
|
|
501
659
|
type: 'checkbox',
|
|
502
660
|
label: 'Fri',
|
|
503
661
|
},
|
|
504
662
|
checkAdapterUpdateSaturday: {
|
|
663
|
+
xs: 12,
|
|
664
|
+
sm: 12,
|
|
665
|
+
md: 12,
|
|
666
|
+
lg: 6,
|
|
667
|
+
xl: 6,
|
|
505
668
|
type: 'checkbox',
|
|
506
669
|
label: 'Sat',
|
|
507
670
|
},
|
|
508
671
|
checkAdapterUpdateSunday: {
|
|
672
|
+
xs: 12,
|
|
673
|
+
sm: 12,
|
|
674
|
+
md: 12,
|
|
675
|
+
lg: 6,
|
|
676
|
+
xl: 6,
|
|
509
677
|
type: 'checkbox',
|
|
510
678
|
label: 'Sun',
|
|
511
679
|
},
|
|
@@ -513,9 +681,11 @@
|
|
|
513
681
|
},
|
|
514
682
|
_sendIntervallAdapterUpdateMsgTime: {
|
|
515
683
|
type: 'panel',
|
|
684
|
+
xs: 12,
|
|
516
685
|
sm: 12,
|
|
517
686
|
md: 12,
|
|
518
687
|
lg: 6,
|
|
688
|
+
xl: 6,
|
|
519
689
|
hidden: '!data.checkSendAdapterUpdateMsgDaily',
|
|
520
690
|
hideOnlyControl: false,
|
|
521
691
|
items: {
|
|
@@ -545,9 +715,11 @@
|
|
|
545
715
|
checkSendInstanceDeactivatedMsg: {
|
|
546
716
|
newLine: true,
|
|
547
717
|
type: 'checkbox',
|
|
718
|
+
xs: 12,
|
|
548
719
|
sm: 12,
|
|
549
720
|
md: 12,
|
|
550
721
|
lg: 6,
|
|
722
|
+
xl: 6,
|
|
551
723
|
label: 'Instance deactivated message',
|
|
552
724
|
help: 'Receive a message when an instance is deactivated',
|
|
553
725
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -555,9 +727,11 @@
|
|
|
555
727
|
},
|
|
556
728
|
checkSendInstanceDeactivatedDaily: {
|
|
557
729
|
type: 'checkbox',
|
|
730
|
+
xs: 12,
|
|
558
731
|
sm: 12,
|
|
559
732
|
md: 12,
|
|
560
733
|
lg: 6,
|
|
734
|
+
xl: 6,
|
|
561
735
|
label: 'Overview of deactivated instances',
|
|
562
736
|
help: 'Get a message with an overview of all deactivated instances',
|
|
563
737
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -566,9 +740,11 @@
|
|
|
566
740
|
_sendIntervallInstanceDeactivatedDay: {
|
|
567
741
|
type: 'panel',
|
|
568
742
|
newLine: true,
|
|
743
|
+
xs: 12,
|
|
569
744
|
sm: 12,
|
|
570
745
|
md: 12,
|
|
571
746
|
lg: 6,
|
|
747
|
+
xl: 6,
|
|
572
748
|
hidden: '!data.checkSendInstanceDeactivatedDaily',
|
|
573
749
|
hideOnlyControl: false,
|
|
574
750
|
items: {
|
|
@@ -581,31 +757,66 @@
|
|
|
581
757
|
},
|
|
582
758
|
},
|
|
583
759
|
checkInstanceDeactivatedMonday: {
|
|
760
|
+
xs: 12,
|
|
761
|
+
sm: 12,
|
|
762
|
+
md: 12,
|
|
763
|
+
lg: 6,
|
|
764
|
+
xl: 6,
|
|
584
765
|
newLine: true,
|
|
585
766
|
type: 'checkbox',
|
|
586
767
|
label: 'Mon',
|
|
587
768
|
},
|
|
588
769
|
checkInstanceDeactivatedTuesday: {
|
|
770
|
+
xs: 12,
|
|
771
|
+
sm: 12,
|
|
772
|
+
md: 12,
|
|
773
|
+
lg: 6,
|
|
774
|
+
xl: 6,
|
|
589
775
|
type: 'checkbox',
|
|
590
776
|
label: 'Tue',
|
|
591
777
|
},
|
|
592
778
|
checkInstanceDeactivatedWednesday: {
|
|
779
|
+
xs: 12,
|
|
780
|
+
sm: 12,
|
|
781
|
+
md: 12,
|
|
782
|
+
lg: 6,
|
|
783
|
+
xl: 6,
|
|
593
784
|
type: 'checkbox',
|
|
594
785
|
label: 'Wed',
|
|
595
786
|
},
|
|
596
787
|
checkInstanceDeactivatedThursday: {
|
|
788
|
+
xs: 12,
|
|
789
|
+
sm: 12,
|
|
790
|
+
md: 12,
|
|
791
|
+
lg: 6,
|
|
792
|
+
xl: 6,
|
|
597
793
|
type: 'checkbox',
|
|
598
794
|
label: 'Thu',
|
|
599
795
|
},
|
|
600
796
|
checkInstanceDeactivatedFriday: {
|
|
797
|
+
xs: 12,
|
|
798
|
+
sm: 12,
|
|
799
|
+
md: 12,
|
|
800
|
+
lg: 6,
|
|
801
|
+
xl: 6,
|
|
601
802
|
type: 'checkbox',
|
|
602
803
|
label: 'Fri',
|
|
603
804
|
},
|
|
604
805
|
checkInstanceDeactivatedSaturday: {
|
|
806
|
+
xs: 12,
|
|
807
|
+
sm: 12,
|
|
808
|
+
md: 12,
|
|
809
|
+
lg: 6,
|
|
810
|
+
xl: 6,
|
|
605
811
|
type: 'checkbox',
|
|
606
812
|
label: 'Sat',
|
|
607
813
|
},
|
|
608
814
|
checkInstanceDeactivatedSunday: {
|
|
815
|
+
xs: 12,
|
|
816
|
+
sm: 12,
|
|
817
|
+
md: 12,
|
|
818
|
+
lg: 6,
|
|
819
|
+
xl: 6,
|
|
609
820
|
type: 'checkbox',
|
|
610
821
|
label: 'Sun',
|
|
611
822
|
},
|
|
@@ -613,9 +824,11 @@
|
|
|
613
824
|
},
|
|
614
825
|
_sendIntervallInstanceDeactivatedMsgTime: {
|
|
615
826
|
type: 'panel',
|
|
827
|
+
xs: 12,
|
|
616
828
|
sm: 12,
|
|
617
829
|
md: 12,
|
|
618
830
|
lg: 6,
|
|
831
|
+
xl: 6,
|
|
619
832
|
hidden: '!data.checkSendInstanceDeactivatedDaily',
|
|
620
833
|
hideOnlyControl: false,
|
|
621
834
|
items: {
|
|
@@ -645,9 +858,11 @@
|
|
|
645
858
|
checkSendInstanceFailedMsg: {
|
|
646
859
|
newLine: true,
|
|
647
860
|
type: 'checkbox',
|
|
861
|
+
xs: 12,
|
|
648
862
|
sm: 12,
|
|
649
863
|
md: 12,
|
|
650
864
|
lg: 6,
|
|
865
|
+
xl: 6,
|
|
651
866
|
label: 'Instance failed message',
|
|
652
867
|
help: 'Receive a message when an instance failed',
|
|
653
868
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -655,9 +870,11 @@
|
|
|
655
870
|
},
|
|
656
871
|
checkSendInstanceFailedDaily: {
|
|
657
872
|
type: 'checkbox',
|
|
873
|
+
xs: 12,
|
|
658
874
|
sm: 12,
|
|
659
875
|
md: 12,
|
|
660
876
|
lg: 6,
|
|
877
|
+
xl: 6,
|
|
661
878
|
label: 'Overview of failed instances',
|
|
662
879
|
help: 'Get a message with an overview of all failed instances',
|
|
663
880
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -666,9 +883,11 @@
|
|
|
666
883
|
_sendIntervallFailedInstancesDay: {
|
|
667
884
|
type: 'panel',
|
|
668
885
|
newLine: true,
|
|
886
|
+
xs: 12,
|
|
669
887
|
sm: 12,
|
|
670
888
|
md: 12,
|
|
671
889
|
lg: 6,
|
|
890
|
+
xl: 6,
|
|
672
891
|
hidden: '!data.checkSendInstanceFailedDaily',
|
|
673
892
|
hideOnlyControl: false,
|
|
674
893
|
items: {
|
|
@@ -713,9 +932,11 @@
|
|
|
713
932
|
},
|
|
714
933
|
_sendIntervallInstanceFailedMsgTime: {
|
|
715
934
|
type: 'panel',
|
|
935
|
+
xs: 12,
|
|
716
936
|
sm: 12,
|
|
717
937
|
md: 12,
|
|
718
938
|
lg: 6,
|
|
939
|
+
xl: 6,
|
|
719
940
|
hidden: '!data.checkSendInstanceFailedDaily',
|
|
720
941
|
hideOnlyControl: false,
|
|
721
942
|
items: {
|
|
@@ -743,26 +964,32 @@
|
|
|
743
964
|
},
|
|
744
965
|
checkSendOfflineMsg: {
|
|
745
966
|
type: 'checkbox',
|
|
967
|
+
xs: 12,
|
|
746
968
|
sm: 12,
|
|
747
969
|
md: 12,
|
|
748
970
|
lg: 6,
|
|
971
|
+
xl: 6,
|
|
749
972
|
label: 'Offline message',
|
|
750
973
|
help: 'Get message if an device is not reachable',
|
|
751
974
|
},
|
|
752
975
|
checkSendOfflineMsgDaily: {
|
|
753
976
|
type: 'checkbox',
|
|
977
|
+
xs: 12,
|
|
754
978
|
sm: 12,
|
|
755
979
|
md: 12,
|
|
756
980
|
lg: 6,
|
|
981
|
+
xl: 6,
|
|
757
982
|
label: 'Overview of offline devices/services',
|
|
758
983
|
help: 'Get a message with an overview all offline devices/services',
|
|
759
984
|
},
|
|
760
985
|
_sendIntervallOfflineDay: {
|
|
761
986
|
type: 'panel',
|
|
762
987
|
newLine: true,
|
|
988
|
+
xs: 12,
|
|
763
989
|
sm: 12,
|
|
764
990
|
md: 12,
|
|
765
991
|
lg: 6,
|
|
992
|
+
xl: 6,
|
|
766
993
|
hidden: '!data.checkSendOfflineMsgDaily',
|
|
767
994
|
hideOnlyControl: true,
|
|
768
995
|
items: {
|
|
@@ -807,9 +1034,11 @@
|
|
|
807
1034
|
},
|
|
808
1035
|
_sendIntervallOfflineTime: {
|
|
809
1036
|
type: 'panel',
|
|
1037
|
+
xs: 12,
|
|
810
1038
|
sm: 12,
|
|
811
1039
|
md: 12,
|
|
812
1040
|
lg: 6,
|
|
1041
|
+
xl: 6,
|
|
813
1042
|
hidden: '!data.checkSendOfflineMsgDaily',
|
|
814
1043
|
hideOnlyControl: true,
|
|
815
1044
|
items: {
|
|
@@ -837,26 +1066,32 @@
|
|
|
837
1066
|
checkSendBatteryMsg: {
|
|
838
1067
|
newLine: true,
|
|
839
1068
|
type: 'checkbox',
|
|
1069
|
+
xs: 12,
|
|
840
1070
|
sm: 12,
|
|
841
1071
|
md: 12,
|
|
842
1072
|
lg: 6,
|
|
1073
|
+
xl: 6,
|
|
843
1074
|
label: 'Battery message',
|
|
844
1075
|
help: 'Get message if an device has low battery',
|
|
845
1076
|
},
|
|
846
1077
|
checkSendBatteryMsgDaily: {
|
|
847
1078
|
type: 'checkbox',
|
|
1079
|
+
xs: 12,
|
|
848
1080
|
sm: 12,
|
|
849
1081
|
md: 12,
|
|
850
1082
|
lg: 6,
|
|
1083
|
+
xl: 6,
|
|
851
1084
|
label: 'Overview of low battery devices',
|
|
852
1085
|
help: 'Get a regular message with an overview all low battery devices',
|
|
853
1086
|
},
|
|
854
1087
|
_chooseDay: {
|
|
855
1088
|
type: 'panel',
|
|
856
1089
|
newLine: true,
|
|
1090
|
+
xs: 12,
|
|
857
1091
|
sm: 12,
|
|
858
1092
|
md: 12,
|
|
859
1093
|
lg: 6,
|
|
1094
|
+
xl: 6,
|
|
860
1095
|
hidden: '!data.checkSendBatteryMsgDaily',
|
|
861
1096
|
hideOnlyControl: true,
|
|
862
1097
|
items: {
|
|
@@ -901,9 +1136,11 @@
|
|
|
901
1136
|
},
|
|
902
1137
|
_checkSendBatteryTime: {
|
|
903
1138
|
type: 'panel',
|
|
1139
|
+
xs: 12,
|
|
904
1140
|
sm: 12,
|
|
905
1141
|
md: 12,
|
|
906
1142
|
lg: 6,
|
|
1143
|
+
xl: 6,
|
|
907
1144
|
hidden: '!data.checkSendBatteryMsgDaily',
|
|
908
1145
|
hideOnlyControl: true,
|
|
909
1146
|
items: {
|
|
@@ -931,26 +1168,32 @@
|
|
|
931
1168
|
checkSendDeviceUpgrade: {
|
|
932
1169
|
newLine: true,
|
|
933
1170
|
type: 'checkbox',
|
|
1171
|
+
xs: 12,
|
|
934
1172
|
sm: 12,
|
|
935
1173
|
md: 12,
|
|
936
1174
|
lg: 6,
|
|
1175
|
+
xl: 6,
|
|
937
1176
|
label: 'Device update message',
|
|
938
1177
|
help: 'Receive a message when an update for an device is available',
|
|
939
1178
|
},
|
|
940
1179
|
checkSendUpgradeMsgDaily: {
|
|
941
1180
|
type: 'checkbox',
|
|
1181
|
+
xs: 12,
|
|
942
1182
|
sm: 12,
|
|
943
1183
|
md: 12,
|
|
944
1184
|
lg: 6,
|
|
1185
|
+
xl: 6,
|
|
945
1186
|
label: 'Overview of devices with update',
|
|
946
1187
|
help: 'Get a message with an overview all devices with update',
|
|
947
1188
|
},
|
|
948
1189
|
_sendIntervallUpgradeDay: {
|
|
949
1190
|
type: 'panel',
|
|
950
1191
|
newLine: true,
|
|
1192
|
+
xs: 12,
|
|
951
1193
|
sm: 12,
|
|
952
1194
|
md: 12,
|
|
953
1195
|
lg: 6,
|
|
1196
|
+
xl: 6,
|
|
954
1197
|
hidden: '!data.checkSendUpgradeMsgDaily',
|
|
955
1198
|
hideOnlyControl: true,
|
|
956
1199
|
items: {
|
|
@@ -995,9 +1238,11 @@
|
|
|
995
1238
|
},
|
|
996
1239
|
_sendIntervallUpgradeTime: {
|
|
997
1240
|
type: 'panel',
|
|
1241
|
+
xs: 12,
|
|
998
1242
|
sm: 12,
|
|
999
1243
|
md: 12,
|
|
1000
1244
|
lg: 6,
|
|
1245
|
+
xl: 6,
|
|
1001
1246
|
hidden: '!data.checkSendUpgradeMsgDaily',
|
|
1002
1247
|
hideOnlyControl: true,
|
|
1003
1248
|
items: {
|
|
@@ -1027,9 +1272,11 @@
|
|
|
1027
1272
|
showAdapterNameinMsg: {
|
|
1028
1273
|
newLine: true,
|
|
1029
1274
|
type: 'checkbox',
|
|
1275
|
+
xs: 12,
|
|
1030
1276
|
sm: 12,
|
|
1031
1277
|
md: 6,
|
|
1032
1278
|
lg: 3,
|
|
1279
|
+
xl: 3,
|
|
1033
1280
|
label: 'Add adapter name in notifcations',
|
|
1034
1281
|
help: 'Will add the adaptername from the device',
|
|
1035
1282
|
hidden: '!data.checkSendBatteryMsg && !data.checkSendBatteryMsgDaily && !data.checkSendOfflineMsgDaily && !data.checkSendOfflineMsg && !data.checkSendDeviceUpgrade && !data.checkSendUpgradeMsgDaily',
|
|
@@ -1085,9 +1332,11 @@
|
|
|
1085
1332
|
type: 'instance',
|
|
1086
1333
|
adapter: 'email',
|
|
1087
1334
|
all: false,
|
|
1335
|
+
xs: 12,
|
|
1088
1336
|
sm: 12,
|
|
1089
1337
|
md: 4,
|
|
1090
1338
|
lg: 4,
|
|
1339
|
+
xl: 4,
|
|
1091
1340
|
label: 'Email Instance',
|
|
1092
1341
|
help: 'Please choose the email instance',
|
|
1093
1342
|
hidden: "data.msgService !== 'email' && !data.instanceEmail",
|
|
@@ -1095,9 +1344,11 @@
|
|
|
1095
1344
|
},
|
|
1096
1345
|
sendToEmail: {
|
|
1097
1346
|
type: 'text',
|
|
1347
|
+
xs: 12,
|
|
1098
1348
|
sm: 12,
|
|
1099
1349
|
md: 4,
|
|
1100
1350
|
lg: 4,
|
|
1351
|
+
xl: 4,
|
|
1101
1352
|
label: 'Send to (optional)',
|
|
1102
1353
|
help: 'Choose your email address',
|
|
1103
1354
|
hidden: "data.msgService !== 'email' && !data.instanceEmail",
|
|
@@ -1105,9 +1356,11 @@
|
|
|
1105
1356
|
},
|
|
1106
1357
|
subjectEmail: {
|
|
1107
1358
|
type: 'text',
|
|
1359
|
+
xs: 12,
|
|
1108
1360
|
sm: 12,
|
|
1109
1361
|
md: 4,
|
|
1110
1362
|
lg: 4,
|
|
1363
|
+
xl: 4,
|
|
1111
1364
|
label: 'Subject (optional)',
|
|
1112
1365
|
help: 'Choose your subject for the Email',
|
|
1113
1366
|
hidden: "data.msgService !== 'email' && !data.instanceEmail",
|
|
@@ -1126,9 +1379,11 @@
|
|
|
1126
1379
|
type: 'instance',
|
|
1127
1380
|
adapter: 'jarvis',
|
|
1128
1381
|
all: false,
|
|
1382
|
+
xs: 12,
|
|
1129
1383
|
sm: 12,
|
|
1130
1384
|
md: 4,
|
|
1131
1385
|
lg: 4,
|
|
1386
|
+
xl: 4,
|
|
1132
1387
|
label: 'Jarvis Instance',
|
|
1133
1388
|
help: 'Please choose the jarvis instance',
|
|
1134
1389
|
hidden: "data.msgService !== 'jarvis' && !data.instanceJarvis",
|
|
@@ -1136,9 +1391,11 @@
|
|
|
1136
1391
|
},
|
|
1137
1392
|
titleJarvis: {
|
|
1138
1393
|
type: 'text',
|
|
1394
|
+
xs: 12,
|
|
1139
1395
|
sm: 12,
|
|
1140
1396
|
md: 4,
|
|
1141
1397
|
lg: 4,
|
|
1398
|
+
xl: 4,
|
|
1142
1399
|
label: 'Title (optional)',
|
|
1143
1400
|
help: 'Choose your title for Pushmessage',
|
|
1144
1401
|
hidden: "data.msgService !== 'jarvis' && !data.instanceJarvis",
|
|
@@ -1157,9 +1414,11 @@
|
|
|
1157
1414
|
type: 'instance',
|
|
1158
1415
|
adapter: 'lovelace',
|
|
1159
1416
|
all: false,
|
|
1417
|
+
xs: 12,
|
|
1160
1418
|
sm: 12,
|
|
1161
1419
|
md: 4,
|
|
1162
1420
|
lg: 4,
|
|
1421
|
+
xl: 4,
|
|
1163
1422
|
label: 'Lovelace Instance',
|
|
1164
1423
|
help: 'Please choose the lovelace instance',
|
|
1165
1424
|
hidden: "data.msgService !== 'lovelace' && !data.instanceLovelace",
|
|
@@ -1167,9 +1426,11 @@
|
|
|
1167
1426
|
},
|
|
1168
1427
|
titleLovelace: {
|
|
1169
1428
|
type: 'text',
|
|
1429
|
+
xs: 12,
|
|
1170
1430
|
sm: 12,
|
|
1171
1431
|
md: 4,
|
|
1172
1432
|
lg: 4,
|
|
1433
|
+
xl: 4,
|
|
1173
1434
|
label: 'Title (optional)',
|
|
1174
1435
|
help: 'Choose your title for Pushmessage',
|
|
1175
1436
|
hidden: "data.msgService !== 'lovelace' && !data.instanceLovelace",
|
|
@@ -1188,9 +1449,11 @@
|
|
|
1188
1449
|
type: 'instance',
|
|
1189
1450
|
adapter: 'matrix-org',
|
|
1190
1451
|
all: false,
|
|
1452
|
+
xs: 12,
|
|
1191
1453
|
sm: 12,
|
|
1192
1454
|
md: 4,
|
|
1193
1455
|
lg: 4,
|
|
1456
|
+
xl: 4,
|
|
1194
1457
|
label: 'Matrix Instance',
|
|
1195
1458
|
help: 'Please choose the matrix instance',
|
|
1196
1459
|
hidden: "data.msgService !== 'matrix' && !data.instanceMatrix",
|
|
@@ -1198,9 +1461,11 @@
|
|
|
1198
1461
|
},
|
|
1199
1462
|
titleMatrix: {
|
|
1200
1463
|
type: 'text',
|
|
1464
|
+
xs: 12,
|
|
1201
1465
|
sm: 12,
|
|
1202
1466
|
md: 4,
|
|
1203
1467
|
lg: 4,
|
|
1468
|
+
xl: 4,
|
|
1204
1469
|
label: 'Title (optional)',
|
|
1205
1470
|
help: 'Choose your title for message',
|
|
1206
1471
|
hidden: "data.msgService !== 'matrix' && !data.instanceMatrix",
|
|
@@ -1219,9 +1484,11 @@
|
|
|
1219
1484
|
type: 'instance',
|
|
1220
1485
|
adapter: 'pushover',
|
|
1221
1486
|
all: false,
|
|
1487
|
+
xs: 12,
|
|
1222
1488
|
sm: 12,
|
|
1223
1489
|
md: 4,
|
|
1224
1490
|
lg: 4,
|
|
1491
|
+
xl: 4,
|
|
1225
1492
|
label: 'Pushover Instance',
|
|
1226
1493
|
help: 'Please choose the pushover instance',
|
|
1227
1494
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1229,9 +1496,11 @@
|
|
|
1229
1496
|
},
|
|
1230
1497
|
userPushover: {
|
|
1231
1498
|
type: 'text',
|
|
1499
|
+
xs: 12,
|
|
1232
1500
|
sm: 12,
|
|
1233
1501
|
md: 4,
|
|
1234
1502
|
lg: 4,
|
|
1503
|
+
xl: 4,
|
|
1235
1504
|
label: 'User/Group key (optional)',
|
|
1236
1505
|
help: 'Choose your User/Group key for Pushmessage',
|
|
1237
1506
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1239,9 +1508,11 @@
|
|
|
1239
1508
|
},
|
|
1240
1509
|
devicePushover: {
|
|
1241
1510
|
type: 'text',
|
|
1511
|
+
xs: 12,
|
|
1242
1512
|
sm: 12,
|
|
1243
1513
|
md: 4,
|
|
1244
1514
|
lg: 4,
|
|
1515
|
+
xl: 4,
|
|
1245
1516
|
label: 'Device-ID (optional)',
|
|
1246
1517
|
help: 'Choose your device',
|
|
1247
1518
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1249,9 +1520,11 @@
|
|
|
1249
1520
|
},
|
|
1250
1521
|
prioPushover: {
|
|
1251
1522
|
type: 'select',
|
|
1523
|
+
xs: 12,
|
|
1252
1524
|
sm: 12,
|
|
1253
1525
|
md: 4,
|
|
1254
1526
|
lg: 4,
|
|
1527
|
+
xl: 4,
|
|
1255
1528
|
help: 'Choose the priority',
|
|
1256
1529
|
options: [
|
|
1257
1530
|
{ label: 'Normal', value: '' },
|
|
@@ -1264,9 +1537,11 @@
|
|
|
1264
1537
|
},
|
|
1265
1538
|
titlePushover: {
|
|
1266
1539
|
type: 'text',
|
|
1540
|
+
xs: 12,
|
|
1267
1541
|
sm: 12,
|
|
1268
1542
|
md: 4,
|
|
1269
1543
|
lg: 4,
|
|
1544
|
+
xl: 4,
|
|
1270
1545
|
label: 'Title (optional)',
|
|
1271
1546
|
help: 'Choose your title for Pushmessage',
|
|
1272
1547
|
hidden: "data.msgService !== 'pushover' && !data.instancePushover",
|
|
@@ -1285,9 +1560,11 @@
|
|
|
1285
1560
|
type: 'instance',
|
|
1286
1561
|
adapter: 'signal-cmb',
|
|
1287
1562
|
all: false,
|
|
1563
|
+
xs: 12,
|
|
1288
1564
|
sm: 12,
|
|
1289
1565
|
md: 4,
|
|
1290
1566
|
lg: 4,
|
|
1567
|
+
xl: 4,
|
|
1291
1568
|
label: 'Signal Instance',
|
|
1292
1569
|
help: 'Please choose the Signal instance',
|
|
1293
1570
|
hidden: "data.msgService !== 'signal' && !data.instanceSignal",
|
|
@@ -1295,9 +1572,11 @@
|
|
|
1295
1572
|
},
|
|
1296
1573
|
phonSignal: {
|
|
1297
1574
|
type: 'text',
|
|
1575
|
+
xs: 12,
|
|
1298
1576
|
sm: 12,
|
|
1299
1577
|
md: 4,
|
|
1300
1578
|
lg: 4,
|
|
1579
|
+
xl: 4,
|
|
1301
1580
|
label: 'Recipient (optional)',
|
|
1302
1581
|
help: 'Choose your recipient',
|
|
1303
1582
|
hidden: "data.msgService !== 'signal' && !data.instanceSignal",
|
|
@@ -1316,9 +1595,11 @@
|
|
|
1316
1595
|
type: 'instance',
|
|
1317
1596
|
adapter: 'synochat',
|
|
1318
1597
|
all: false,
|
|
1598
|
+
xs: 12,
|
|
1319
1599
|
sm: 12,
|
|
1320
1600
|
md: 4,
|
|
1321
1601
|
lg: 4,
|
|
1602
|
+
xl: 4,
|
|
1322
1603
|
label: 'Synochat Instance',
|
|
1323
1604
|
help: 'Please choose the Synochat instance',
|
|
1324
1605
|
hidden: "data.msgService !== 'synochat' && !data.instanceSynochat",
|
|
@@ -1326,9 +1607,11 @@
|
|
|
1326
1607
|
},
|
|
1327
1608
|
channelSynochat: {
|
|
1328
1609
|
type: 'text',
|
|
1610
|
+
xs: 12,
|
|
1329
1611
|
sm: 12,
|
|
1330
1612
|
md: 4,
|
|
1331
1613
|
lg: 4,
|
|
1614
|
+
xl: 4,
|
|
1332
1615
|
label: 'Channel',
|
|
1333
1616
|
help: 'Enter the channelname for Synochat',
|
|
1334
1617
|
hidden: "data.msgService !== 'synochat' && !data.instanceSynochat",
|
|
@@ -1347,9 +1630,11 @@
|
|
|
1347
1630
|
type: 'instance',
|
|
1348
1631
|
adapter: 'telegram',
|
|
1349
1632
|
all: false,
|
|
1633
|
+
xs: 12,
|
|
1350
1634
|
sm: 12,
|
|
1351
1635
|
md: 4,
|
|
1352
1636
|
lg: 4,
|
|
1637
|
+
xl: 4,
|
|
1353
1638
|
label: 'Telegram Instance',
|
|
1354
1639
|
help: 'Please choose the telegram instance',
|
|
1355
1640
|
hidden: "data.msgService !== 'telegram' && !data.instanceTelegram",
|
|
@@ -1357,9 +1642,11 @@
|
|
|
1357
1642
|
},
|
|
1358
1643
|
deviceTelegram: {
|
|
1359
1644
|
type: 'text',
|
|
1645
|
+
xs: 12,
|
|
1360
1646
|
sm: 12,
|
|
1361
1647
|
md: 4,
|
|
1362
1648
|
lg: 4,
|
|
1649
|
+
xl: 4,
|
|
1363
1650
|
label: 'Device-ID (optional)',
|
|
1364
1651
|
help: 'Choose your device',
|
|
1365
1652
|
hidden: "data.msgService !== 'telegram' && !data.instanceTelegram",
|
|
@@ -1367,9 +1654,11 @@
|
|
|
1367
1654
|
},
|
|
1368
1655
|
chatIdTelegram: {
|
|
1369
1656
|
type: 'text',
|
|
1657
|
+
xs: 12,
|
|
1370
1658
|
sm: 12,
|
|
1371
1659
|
md: 4,
|
|
1372
1660
|
lg: 4,
|
|
1661
|
+
xl: 4,
|
|
1373
1662
|
label: 'Chat-ID (optional)',
|
|
1374
1663
|
help: 'Choose your Chat-ID',
|
|
1375
1664
|
hidden: "data.msgService !== 'telegram' && !data.instanceTelegram",
|
|
@@ -1388,9 +1677,11 @@
|
|
|
1388
1677
|
type: 'instance',
|
|
1389
1678
|
adapter: 'whatsapp-cmb',
|
|
1390
1679
|
all: false,
|
|
1680
|
+
xs: 12,
|
|
1391
1681
|
sm: 12,
|
|
1392
1682
|
md: 4,
|
|
1393
1683
|
lg: 4,
|
|
1684
|
+
xl: 4,
|
|
1394
1685
|
label: 'Whatsapp Instance',
|
|
1395
1686
|
help: 'Please choose the Whatsapp instance',
|
|
1396
1687
|
hidden: "data.msgService !== 'whatsapp' && !data.instanceWhatsapp",
|
|
@@ -1398,9 +1689,11 @@
|
|
|
1398
1689
|
},
|
|
1399
1690
|
phoneWhatapp: {
|
|
1400
1691
|
type: 'text',
|
|
1692
|
+
xs: 12,
|
|
1401
1693
|
sm: 12,
|
|
1402
1694
|
md: 4,
|
|
1403
1695
|
lg: 4,
|
|
1696
|
+
xl: 4,
|
|
1404
1697
|
label: 'Recipient (optional)',
|
|
1405
1698
|
help: 'Choose your recipient',
|
|
1406
1699
|
hidden: "data.msgService !== 'whatsapp' && !data.instanceWhatsapp",
|
|
@@ -1422,9 +1715,11 @@
|
|
|
1422
1715
|
},
|
|
1423
1716
|
tableBlacklistInstances: {
|
|
1424
1717
|
type: 'table',
|
|
1718
|
+
xs: 12,
|
|
1425
1719
|
sm: 12,
|
|
1426
1720
|
md: 12,
|
|
1427
1721
|
lg: 12,
|
|
1722
|
+
xl: 12,
|
|
1428
1723
|
hidden: '!data.checkAdapterInstances',
|
|
1429
1724
|
hideOnlyControl: false,
|
|
1430
1725
|
confirm: {
|
|
@@ -1468,9 +1763,11 @@
|
|
|
1468
1763
|
},
|
|
1469
1764
|
tableBlacklist: {
|
|
1470
1765
|
type: 'table',
|
|
1766
|
+
xs: 12,
|
|
1471
1767
|
sm: 12,
|
|
1472
1768
|
md: 12,
|
|
1473
1769
|
lg: 12,
|
|
1770
|
+
xl: 12,
|
|
1474
1771
|
confirm: {
|
|
1475
1772
|
condition: '!_alive',
|
|
1476
1773
|
title: 'Attention!',
|
|
@@ -1524,17 +1821,21 @@
|
|
|
1524
1821
|
trueState: {
|
|
1525
1822
|
newLine: true,
|
|
1526
1823
|
type: 'checkbox',
|
|
1824
|
+
xs: 12,
|
|
1527
1825
|
sm: 12,
|
|
1528
1826
|
md: 6,
|
|
1529
1827
|
lg: 4,
|
|
1828
|
+
xl: 4,
|
|
1530
1829
|
label: 'True State',
|
|
1531
1830
|
help: 'Use the true value of the signal strength, or it is converted to %',
|
|
1532
1831
|
},
|
|
1533
1832
|
listOnlyBattery: {
|
|
1534
1833
|
type: 'checkbox',
|
|
1834
|
+
xs: 12,
|
|
1535
1835
|
sm: 12,
|
|
1536
1836
|
md: 6,
|
|
1537
1837
|
lg: 4,
|
|
1838
|
+
xl: 4,
|
|
1538
1839
|
label: 'List only devices with batteries',
|
|
1539
1840
|
help: 'Choose if only devices with batteries should be listed or all devices',
|
|
1540
1841
|
},
|
|
@@ -1542,33 +1843,41 @@
|
|
|
1542
1843
|
type: 'number',
|
|
1543
1844
|
min: -1,
|
|
1544
1845
|
max: 100,
|
|
1846
|
+
xs: 12,
|
|
1545
1847
|
sm: 12,
|
|
1546
1848
|
md: 12,
|
|
1547
1849
|
lg: 4,
|
|
1850
|
+
xl: 4,
|
|
1548
1851
|
label: 'From what % battery is considered low',
|
|
1549
1852
|
help: 'in percent',
|
|
1550
1853
|
},
|
|
1551
1854
|
createOwnFolder: {
|
|
1552
1855
|
type: 'checkbox',
|
|
1856
|
+
xs: 12,
|
|
1553
1857
|
sm: 12,
|
|
1554
1858
|
md: 6,
|
|
1555
1859
|
lg: 4,
|
|
1860
|
+
xl: 4,
|
|
1556
1861
|
label: 'Create own folders for each adapter',
|
|
1557
1862
|
help: 'If you like to have for every Adapter an own folder with own data',
|
|
1558
1863
|
},
|
|
1559
1864
|
createHtmlList: {
|
|
1560
1865
|
type: 'checkbox',
|
|
1866
|
+
xs: 12,
|
|
1561
1867
|
sm: 12,
|
|
1562
1868
|
md: 6,
|
|
1563
1869
|
lg: 4,
|
|
1870
|
+
xl: 4,
|
|
1564
1871
|
label: 'Create additionally HTML lists',
|
|
1565
1872
|
help: 'Create the lists also in HTML',
|
|
1566
1873
|
},
|
|
1567
1874
|
showLastSignal: {
|
|
1568
1875
|
type: 'checkbox',
|
|
1876
|
+
xs: 12,
|
|
1569
1877
|
sm: 12,
|
|
1570
1878
|
md: 6,
|
|
1571
1879
|
lg: 4,
|
|
1880
|
+
xl: 4,
|
|
1572
1881
|
label: 'Display last signal strength',
|
|
1573
1882
|
help: 'Display the last signal strength value when the device is offline',
|
|
1574
1883
|
},
|
|
@@ -1580,9 +1889,11 @@
|
|
|
1580
1889
|
_textUpdateInterval: {
|
|
1581
1890
|
type: 'staticText',
|
|
1582
1891
|
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.',
|
|
1892
|
+
xs: 12,
|
|
1583
1893
|
sm: 12,
|
|
1584
1894
|
md: 12,
|
|
1585
1895
|
lg: 12,
|
|
1896
|
+
xl: 12,
|
|
1586
1897
|
style: {
|
|
1587
1898
|
fontSize: 16,
|
|
1588
1899
|
marginBottom: 10,
|
|
@@ -1592,9 +1903,11 @@
|
|
|
1592
1903
|
type: 'number',
|
|
1593
1904
|
min: 2,
|
|
1594
1905
|
max: 100000,
|
|
1906
|
+
xs: 12,
|
|
1595
1907
|
sm: 6,
|
|
1596
1908
|
md: 6,
|
|
1597
1909
|
lg: 3,
|
|
1910
|
+
xl: 3,
|
|
1598
1911
|
label: 'Update-Interval',
|
|
1599
1912
|
help: 'in seconds',
|
|
1600
1913
|
hideOnlyControl: false,
|
|
@@ -1607,9 +1920,11 @@
|
|
|
1607
1920
|
_textLanguage: {
|
|
1608
1921
|
type: 'staticText',
|
|
1609
1922
|
text: 'Here you can select the language for the tables and messages',
|
|
1923
|
+
xs: 12,
|
|
1610
1924
|
sm: 12,
|
|
1611
1925
|
md: 12,
|
|
1612
1926
|
lg: 12,
|
|
1927
|
+
xl: 12,
|
|
1613
1928
|
style: {
|
|
1614
1929
|
fontSize: 16,
|
|
1615
1930
|
marginBottom: 10,
|
|
@@ -1618,9 +1933,11 @@
|
|
|
1618
1933
|
userSelectedLanguage: {
|
|
1619
1934
|
type: 'language',
|
|
1620
1935
|
system: false,
|
|
1936
|
+
xs: 12,
|
|
1621
1937
|
sm: 6,
|
|
1622
1938
|
md: 6,
|
|
1623
1939
|
lg: 3,
|
|
1940
|
+
xl: 3,
|
|
1624
1941
|
label: 'Language',
|
|
1625
1942
|
},
|
|
1626
1943
|
},
|
|
@@ -1639,9 +1956,11 @@
|
|
|
1639
1956
|
_textTimeInstances: {
|
|
1640
1957
|
type: 'staticText',
|
|
1641
1958
|
text: 'Define the global instance deactivation and error time. The default value is 20 seconds.',
|
|
1959
|
+
xs: 12,
|
|
1642
1960
|
sm: 12,
|
|
1643
1961
|
md: 12,
|
|
1644
1962
|
lg: 12,
|
|
1963
|
+
xl: 12,
|
|
1645
1964
|
hidden: '!data.checkAdapterInstances',
|
|
1646
1965
|
hideOnlyControl: false,
|
|
1647
1966
|
style: {
|
|
@@ -1653,9 +1972,11 @@
|
|
|
1653
1972
|
type: 'number',
|
|
1654
1973
|
min: 20,
|
|
1655
1974
|
max: 100000,
|
|
1975
|
+
xs: 12,
|
|
1656
1976
|
sm: 6,
|
|
1657
1977
|
md: 6,
|
|
1658
1978
|
lg: 3,
|
|
1979
|
+
xl: 3,
|
|
1659
1980
|
label: 'Global deactivation time',
|
|
1660
1981
|
help: 'in seconds',
|
|
1661
1982
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -1665,9 +1986,11 @@
|
|
|
1665
1986
|
type: 'number',
|
|
1666
1987
|
min: 20,
|
|
1667
1988
|
max: 100000,
|
|
1989
|
+
xs: 12,
|
|
1668
1990
|
sm: 6,
|
|
1669
1991
|
md: 6,
|
|
1670
1992
|
lg: 3,
|
|
1993
|
+
xl: 3,
|
|
1671
1994
|
label: 'Global error time',
|
|
1672
1995
|
help: 'in seconds',
|
|
1673
1996
|
hidden: '!data.checkAdapterInstances',
|
|
@@ -1682,9 +2005,11 @@
|
|
|
1682
2005
|
_textTableTimeInstances: {
|
|
1683
2006
|
type: 'staticText',
|
|
1684
2007
|
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.',
|
|
2008
|
+
xs: 12,
|
|
1685
2009
|
sm: 12,
|
|
1686
2010
|
md: 12,
|
|
1687
2011
|
lg: 12,
|
|
2012
|
+
xl: 12,
|
|
1688
2013
|
hidden: '!data.checkAdapterInstances',
|
|
1689
2014
|
hideOnlyControl: false,
|
|
1690
2015
|
style: {
|
|
@@ -1694,9 +2019,11 @@
|
|
|
1694
2019
|
},
|
|
1695
2020
|
tableTimeInstance: {
|
|
1696
2021
|
type: 'table',
|
|
2022
|
+
xs: 12,
|
|
1697
2023
|
sm: 12,
|
|
1698
2024
|
md: 12,
|
|
1699
2025
|
lg: 12,
|
|
2026
|
+
xl: 12,
|
|
1700
2027
|
hidden: '!data.checkAdapterInstances',
|
|
1701
2028
|
hideOnlyControl: false,
|
|
1702
2029
|
confirm: {
|
|
@@ -1746,9 +2073,11 @@
|
|
|
1746
2073
|
_textOfflineTime: {
|
|
1747
2074
|
type: 'staticText',
|
|
1748
2075
|
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 '.",
|
|
2076
|
+
xs: 12,
|
|
1749
2077
|
sm: 12,
|
|
1750
2078
|
md: 12,
|
|
1751
2079
|
lg: 12,
|
|
2080
|
+
xl: 12,
|
|
1752
2081
|
style: {
|
|
1753
2082
|
fontSize: 16,
|
|
1754
2083
|
marginBottom: 10,
|
|
@@ -1758,9 +2087,11 @@
|
|
|
1758
2087
|
type: 'number',
|
|
1759
2088
|
min: -1,
|
|
1760
2089
|
max: 100000,
|
|
2090
|
+
xs: 12,
|
|
1761
2091
|
sm: 6,
|
|
1762
2092
|
md: 6,
|
|
1763
2093
|
lg: 3,
|
|
2094
|
+
xl: 3,
|
|
1764
2095
|
label: 'Alexa2',
|
|
1765
2096
|
help: 'in minutes',
|
|
1766
2097
|
hidden: '!data.alexa2Devices',
|
|
@@ -1770,9 +2101,11 @@
|
|
|
1770
2101
|
type: 'number',
|
|
1771
2102
|
min: -1,
|
|
1772
2103
|
max: 100000,
|
|
2104
|
+
xs: 12,
|
|
1773
2105
|
sm: 6,
|
|
1774
2106
|
md: 6,
|
|
1775
2107
|
lg: 3,
|
|
2108
|
+
xl: 3,
|
|
1776
2109
|
label: 'Apc UPS',
|
|
1777
2110
|
help: 'in minutes',
|
|
1778
2111
|
hidden: '!data.apcupsDevices',
|
|
@@ -1782,9 +2115,11 @@
|
|
|
1782
2115
|
type: 'number',
|
|
1783
2116
|
min: 1,
|
|
1784
2117
|
max: 100000,
|
|
2118
|
+
xs: 12,
|
|
1785
2119
|
sm: 6,
|
|
1786
2120
|
md: 6,
|
|
1787
2121
|
lg: 3,
|
|
2122
|
+
xl: 3,
|
|
1788
2123
|
label: 'Ble',
|
|
1789
2124
|
help: 'in minutes',
|
|
1790
2125
|
hidden: '!data.bleDevices',
|
|
@@ -1794,9 +2129,11 @@
|
|
|
1794
2129
|
type: 'number',
|
|
1795
2130
|
min: -1,
|
|
1796
2131
|
max: 100000,
|
|
2132
|
+
xs: 12,
|
|
1797
2133
|
sm: 6,
|
|
1798
2134
|
md: 6,
|
|
1799
2135
|
lg: 3,
|
|
2136
|
+
xl: 3,
|
|
1800
2137
|
label: 'Deconz',
|
|
1801
2138
|
help: 'in minutes',
|
|
1802
2139
|
hidden: '!data.deconzDevices',
|
|
@@ -1806,9 +2143,11 @@
|
|
|
1806
2143
|
type: 'number',
|
|
1807
2144
|
min: -1,
|
|
1808
2145
|
max: 100000,
|
|
2146
|
+
xs: 12,
|
|
1809
2147
|
sm: 6,
|
|
1810
2148
|
md: 6,
|
|
1811
2149
|
lg: 3,
|
|
2150
|
+
xl: 3,
|
|
1812
2151
|
label: 'Ecovacs-Deebot',
|
|
1813
2152
|
help: 'in minutes',
|
|
1814
2153
|
hidden: '!data.ecovacsdeebotDevices',
|
|
@@ -1818,9 +2157,11 @@
|
|
|
1818
2157
|
type: 'number',
|
|
1819
2158
|
min: 1,
|
|
1820
2159
|
max: 100000,
|
|
2160
|
+
xs: 12,
|
|
1821
2161
|
sm: 6,
|
|
1822
2162
|
md: 6,
|
|
1823
2163
|
lg: 3,
|
|
2164
|
+
xl: 3,
|
|
1824
2165
|
label: 'Enocean',
|
|
1825
2166
|
help: 'in minutes',
|
|
1826
2167
|
hidden: '!data.enoceanDevices',
|
|
@@ -1830,9 +2171,11 @@
|
|
|
1830
2171
|
type: 'number',
|
|
1831
2172
|
min: -1,
|
|
1832
2173
|
max: 100000,
|
|
2174
|
+
xs: 12,
|
|
1833
2175
|
sm: 6,
|
|
1834
2176
|
md: 6,
|
|
1835
2177
|
lg: 3,
|
|
2178
|
+
xl: 3,
|
|
1836
2179
|
label: 'EspHome',
|
|
1837
2180
|
help: 'in minutes',
|
|
1838
2181
|
hidden: '!data.esphomeDevices',
|
|
@@ -1842,9 +2185,11 @@
|
|
|
1842
2185
|
type: 'number',
|
|
1843
2186
|
min: 1,
|
|
1844
2187
|
max: 100000,
|
|
2188
|
+
xs: 12,
|
|
1845
2189
|
sm: 6,
|
|
1846
2190
|
md: 6,
|
|
1847
2191
|
lg: 3,
|
|
2192
|
+
xl: 3,
|
|
1848
2193
|
label: 'euSec',
|
|
1849
2194
|
help: 'in minutes',
|
|
1850
2195
|
hidden: '!data.eusecDevices',
|
|
@@ -1854,9 +2199,11 @@
|
|
|
1854
2199
|
type: 'number',
|
|
1855
2200
|
min: 1,
|
|
1856
2201
|
max: 100000,
|
|
2202
|
+
xs: 12,
|
|
1857
2203
|
sm: 6,
|
|
1858
2204
|
md: 6,
|
|
1859
2205
|
lg: 3,
|
|
2206
|
+
xl: 3,
|
|
1860
2207
|
label: 'FHEM TFA sensores',
|
|
1861
2208
|
help: 'in minutes',
|
|
1862
2209
|
hidden: '!data.fhemTFAsensorsDevices',
|
|
@@ -1866,9 +2213,11 @@
|
|
|
1866
2213
|
type: 'number',
|
|
1867
2214
|
min: -1,
|
|
1868
2215
|
max: 100000,
|
|
2216
|
+
xs: 12,
|
|
1869
2217
|
sm: 6,
|
|
1870
2218
|
md: 6,
|
|
1871
2219
|
lg: 3,
|
|
2220
|
+
xl: 3,
|
|
1872
2221
|
label: 'FritzDect',
|
|
1873
2222
|
help: 'in minutes',
|
|
1874
2223
|
hidden: '!data.fritzdectDevices',
|
|
@@ -1878,9 +2227,11 @@
|
|
|
1878
2227
|
type: 'number',
|
|
1879
2228
|
min: -1,
|
|
1880
2229
|
max: 100000,
|
|
2230
|
+
xs: 12,
|
|
1881
2231
|
sm: 6,
|
|
1882
2232
|
md: 6,
|
|
1883
2233
|
lg: 3,
|
|
2234
|
+
xl: 3,
|
|
1884
2235
|
label: 'fullyBrowser',
|
|
1885
2236
|
help: 'in minutes',
|
|
1886
2237
|
hidden: '!data.fullybrowserDevices',
|
|
@@ -1890,9 +2241,11 @@
|
|
|
1890
2241
|
type: 'number',
|
|
1891
2242
|
min: -1,
|
|
1892
2243
|
max: 100000,
|
|
2244
|
+
xs: 12,
|
|
1893
2245
|
sm: 6,
|
|
1894
2246
|
md: 6,
|
|
1895
2247
|
lg: 3,
|
|
2248
|
+
xl: 3,
|
|
1896
2249
|
label: 'fullyBrowser > v3',
|
|
1897
2250
|
help: 'in minutes',
|
|
1898
2251
|
hidden: '!data.fullybrowserV3Devices',
|
|
@@ -1902,9 +2255,11 @@
|
|
|
1902
2255
|
type: 'number',
|
|
1903
2256
|
min: -1,
|
|
1904
2257
|
max: 100000,
|
|
2258
|
+
xs: 12,
|
|
1905
2259
|
sm: 6,
|
|
1906
2260
|
md: 6,
|
|
1907
2261
|
lg: 3,
|
|
2262
|
+
xl: 3,
|
|
1908
2263
|
label: 'Fully-MQTT',
|
|
1909
2264
|
help: 'in minutes',
|
|
1910
2265
|
hidden: '!data.fullyMQTTDevices',
|
|
@@ -1914,9 +2269,11 @@
|
|
|
1914
2269
|
type: 'number',
|
|
1915
2270
|
min: 1,
|
|
1916
2271
|
max: 100000,
|
|
2272
|
+
xs: 12,
|
|
1917
2273
|
sm: 6,
|
|
1918
2274
|
md: 6,
|
|
1919
2275
|
lg: 3,
|
|
2276
|
+
xl: 3,
|
|
1920
2277
|
label: 'Ham',
|
|
1921
2278
|
help: 'in minutes',
|
|
1922
2279
|
hidden: '!data.hamDevices',
|
|
@@ -1926,9 +2283,11 @@
|
|
|
1926
2283
|
type: 'number',
|
|
1927
2284
|
min: -1,
|
|
1928
2285
|
max: 100000,
|
|
2286
|
+
xs: 12,
|
|
1929
2287
|
sm: 6,
|
|
1930
2288
|
md: 6,
|
|
1931
2289
|
lg: 3,
|
|
2290
|
+
xl: 3,
|
|
1932
2291
|
label: 'Harmony',
|
|
1933
2292
|
help: 'in minutes',
|
|
1934
2293
|
hidden: '!data.harmonyDevices',
|
|
@@ -1938,9 +2297,11 @@
|
|
|
1938
2297
|
type: 'number',
|
|
1939
2298
|
min: -1,
|
|
1940
2299
|
max: 100000,
|
|
2300
|
+
xs: 12,
|
|
1941
2301
|
sm: 6,
|
|
1942
2302
|
md: 6,
|
|
1943
2303
|
lg: 3,
|
|
2304
|
+
xl: 3,
|
|
1944
2305
|
label: 'HmiP',
|
|
1945
2306
|
help: 'in minutes',
|
|
1946
2307
|
hidden: '!data.hmiPDevices',
|
|
@@ -1950,9 +2311,11 @@
|
|
|
1950
2311
|
type: 'number',
|
|
1951
2312
|
min: -1,
|
|
1952
2313
|
max: 100000,
|
|
2314
|
+
xs: 12,
|
|
1953
2315
|
sm: 6,
|
|
1954
2316
|
md: 6,
|
|
1955
2317
|
lg: 3,
|
|
2318
|
+
xl: 3,
|
|
1956
2319
|
label: 'HM-RPC',
|
|
1957
2320
|
help: 'in minutes',
|
|
1958
2321
|
hidden: '!data.hmrpcDevices',
|
|
@@ -1962,9 +2325,11 @@
|
|
|
1962
2325
|
type: 'number',
|
|
1963
2326
|
min: -1,
|
|
1964
2327
|
max: 100000,
|
|
2328
|
+
xs: 12,
|
|
1965
2329
|
sm: 6,
|
|
1966
2330
|
md: 6,
|
|
1967
2331
|
lg: 3,
|
|
2332
|
+
xl: 3,
|
|
1968
2333
|
label: 'Home Connect',
|
|
1969
2334
|
help: 'in minutes',
|
|
1970
2335
|
hidden: '!data.homeconnectDevices',
|
|
@@ -1974,9 +2339,11 @@
|
|
|
1974
2339
|
type: 'number',
|
|
1975
2340
|
min: -1,
|
|
1976
2341
|
max: 100000,
|
|
2342
|
+
xs: 12,
|
|
1977
2343
|
sm: 6,
|
|
1978
2344
|
md: 6,
|
|
1979
2345
|
lg: 3,
|
|
2346
|
+
xl: 3,
|
|
1980
2347
|
label: 'Homekit-Controller',
|
|
1981
2348
|
help: 'in minutes',
|
|
1982
2349
|
hidden: '!data.homekitControllerDevices',
|
|
@@ -1986,9 +2353,11 @@
|
|
|
1986
2353
|
type: 'number',
|
|
1987
2354
|
min: 1,
|
|
1988
2355
|
max: 100000,
|
|
2356
|
+
xs: 12,
|
|
1989
2357
|
sm: 6,
|
|
1990
2358
|
md: 6,
|
|
1991
2359
|
lg: 3,
|
|
2360
|
+
xl: 3,
|
|
1992
2361
|
label: 'hs100',
|
|
1993
2362
|
help: 'in minutes',
|
|
1994
2363
|
hidden: '!data.hs100Devices',
|
|
@@ -1998,9 +2367,11 @@
|
|
|
1998
2367
|
type: 'number',
|
|
1999
2368
|
min: -1,
|
|
2000
2369
|
max: 100000,
|
|
2370
|
+
xs: 12,
|
|
2001
2371
|
sm: 6,
|
|
2002
2372
|
md: 6,
|
|
2003
2373
|
lg: 3,
|
|
2374
|
+
xl: 3,
|
|
2004
2375
|
label: 'Hue',
|
|
2005
2376
|
help: 'in minutes',
|
|
2006
2377
|
hidden: '!data.hueDevices',
|
|
@@ -2010,9 +2381,11 @@
|
|
|
2010
2381
|
type: 'number',
|
|
2011
2382
|
min: -1,
|
|
2012
2383
|
max: 100000,
|
|
2384
|
+
xs: 12,
|
|
2013
2385
|
sm: 6,
|
|
2014
2386
|
md: 6,
|
|
2015
2387
|
lg: 3,
|
|
2388
|
+
xl: 3,
|
|
2016
2389
|
label: 'HueExtended',
|
|
2017
2390
|
help: 'in minutes',
|
|
2018
2391
|
hidden: '!data.hueExtDevices',
|
|
@@ -2022,9 +2395,11 @@
|
|
|
2022
2395
|
type: 'number',
|
|
2023
2396
|
min: 0,
|
|
2024
2397
|
max: 100000,
|
|
2398
|
+
xs: 12,
|
|
2025
2399
|
sm: 6,
|
|
2026
2400
|
md: 6,
|
|
2027
2401
|
lg: 3,
|
|
2402
|
+
xl: 3,
|
|
2028
2403
|
label: 'Innogy Smarthome',
|
|
2029
2404
|
help: 'in minutes',
|
|
2030
2405
|
hidden: '!data.innogyDevices',
|
|
@@ -2034,9 +2409,11 @@
|
|
|
2034
2409
|
type: 'number',
|
|
2035
2410
|
min: 1,
|
|
2036
2411
|
max: 100000,
|
|
2412
|
+
xs: 12,
|
|
2037
2413
|
sm: 6,
|
|
2038
2414
|
md: 6,
|
|
2039
2415
|
lg: 3,
|
|
2416
|
+
xl: 3,
|
|
2040
2417
|
label: 'Jeelink',
|
|
2041
2418
|
help: 'in minutes',
|
|
2042
2419
|
hidden: '!data.jeelinkDevices',
|
|
@@ -2046,9 +2423,11 @@
|
|
|
2046
2423
|
type: 'number',
|
|
2047
2424
|
min: -1,
|
|
2048
2425
|
max: 100000,
|
|
2426
|
+
xs: 12,
|
|
2049
2427
|
sm: 6,
|
|
2050
2428
|
md: 6,
|
|
2051
2429
|
lg: 3,
|
|
2430
|
+
xl: 3,
|
|
2052
2431
|
label: 'Loqed Smart Lock',
|
|
2053
2432
|
help: 'in minutes',
|
|
2054
2433
|
hidden: '!data.loqedSmartLockDevices',
|
|
@@ -2058,9 +2437,11 @@
|
|
|
2058
2437
|
type: 'number',
|
|
2059
2438
|
min: -1,
|
|
2060
2439
|
max: 100000,
|
|
2440
|
+
xs: 12,
|
|
2061
2441
|
sm: 6,
|
|
2062
2442
|
md: 6,
|
|
2063
2443
|
lg: 3,
|
|
2444
|
+
xl: 3,
|
|
2064
2445
|
label: 'Lupusec',
|
|
2065
2446
|
help: 'in minutes',
|
|
2066
2447
|
hidden: '!data.lupusecDevices',
|
|
@@ -2070,9 +2451,11 @@
|
|
|
2070
2451
|
type: 'number',
|
|
2071
2452
|
min: -1,
|
|
2072
2453
|
max: 100000,
|
|
2454
|
+
xs: 12,
|
|
2073
2455
|
sm: 6,
|
|
2074
2456
|
md: 6,
|
|
2075
2457
|
lg: 3,
|
|
2458
|
+
xl: 3,
|
|
2076
2459
|
label: 'Maxcube',
|
|
2077
2460
|
help: 'in minutes',
|
|
2078
2461
|
hidden: '!data.maxcubeDevices',
|
|
@@ -2082,9 +2465,11 @@
|
|
|
2082
2465
|
type: 'number',
|
|
2083
2466
|
min: -1,
|
|
2084
2467
|
max: 100000,
|
|
2468
|
+
xs: 12,
|
|
2085
2469
|
sm: 6,
|
|
2086
2470
|
md: 6,
|
|
2087
2471
|
lg: 3,
|
|
2472
|
+
xl: 3,
|
|
2088
2473
|
label: 'Meross',
|
|
2089
2474
|
help: 'in minutes',
|
|
2090
2475
|
hidden: '!data.merossDevices',
|
|
@@ -2094,9 +2479,11 @@
|
|
|
2094
2479
|
type: 'number',
|
|
2095
2480
|
min: 1,
|
|
2096
2481
|
max: 100000,
|
|
2482
|
+
xs: 12,
|
|
2097
2483
|
sm: 6,
|
|
2098
2484
|
md: 6,
|
|
2099
2485
|
lg: 3,
|
|
2486
|
+
xl: 3,
|
|
2100
2487
|
label: 'MiHome',
|
|
2101
2488
|
help: 'in minutes',
|
|
2102
2489
|
hidden: '!data.mihomeDevices',
|
|
@@ -2106,9 +2493,11 @@
|
|
|
2106
2493
|
type: 'number',
|
|
2107
2494
|
min: -1,
|
|
2108
2495
|
max: 100000,
|
|
2496
|
+
xs: 12,
|
|
2109
2497
|
sm: 6,
|
|
2110
2498
|
md: 6,
|
|
2111
2499
|
lg: 3,
|
|
2500
|
+
xl: 3,
|
|
2112
2501
|
label: 'MiHome Gateway',
|
|
2113
2502
|
help: 'in minutes',
|
|
2114
2503
|
hidden: '!data.mihomeDevices',
|
|
@@ -2118,9 +2507,11 @@
|
|
|
2118
2507
|
type: 'number',
|
|
2119
2508
|
min: -1,
|
|
2120
2509
|
max: 100000,
|
|
2510
|
+
xs: 12,
|
|
2121
2511
|
sm: 6,
|
|
2122
2512
|
md: 6,
|
|
2123
2513
|
lg: 3,
|
|
2514
|
+
xl: 3,
|
|
2124
2515
|
label: 'Mihome Vacuum',
|
|
2125
2516
|
help: 'in minutes',
|
|
2126
2517
|
hidden: '!data.mihomeVacuumDevices',
|
|
@@ -2130,9 +2521,11 @@
|
|
|
2130
2521
|
type: 'number',
|
|
2131
2522
|
min: -1,
|
|
2132
2523
|
max: 100000,
|
|
2524
|
+
xs: 12,
|
|
2133
2525
|
sm: 6,
|
|
2134
2526
|
md: 6,
|
|
2135
2527
|
lg: 3,
|
|
2528
|
+
xl: 3,
|
|
2136
2529
|
label: 'MQTT Client: Zigbee2MQTT',
|
|
2137
2530
|
help: 'in minutes',
|
|
2138
2531
|
hidden: '!data.mqttClientZigbee2MqttDevices',
|
|
@@ -2142,9 +2535,11 @@
|
|
|
2142
2535
|
type: 'number',
|
|
2143
2536
|
min: 1,
|
|
2144
2537
|
max: 100000,
|
|
2538
|
+
xs: 12,
|
|
2145
2539
|
sm: 6,
|
|
2146
2540
|
md: 6,
|
|
2147
2541
|
lg: 3,
|
|
2542
|
+
xl: 3,
|
|
2148
2543
|
label: 'MQTT: Nuki Hub',
|
|
2149
2544
|
help: 'in minutes',
|
|
2150
2545
|
hidden: '!data.mqttNukiDevices',
|
|
@@ -2154,9 +2549,11 @@
|
|
|
2154
2549
|
type: 'number',
|
|
2155
2550
|
min: -1,
|
|
2156
2551
|
max: 100000,
|
|
2552
|
+
xs: 12,
|
|
2157
2553
|
sm: 6,
|
|
2158
2554
|
md: 6,
|
|
2159
2555
|
lg: 3,
|
|
2556
|
+
xl: 3,
|
|
2160
2557
|
label: 'MusicCast',
|
|
2161
2558
|
help: 'in minutes',
|
|
2162
2559
|
hidden: '!data.musiccastDevices',
|
|
@@ -2166,9 +2563,11 @@
|
|
|
2166
2563
|
type: 'number',
|
|
2167
2564
|
min: 1,
|
|
2168
2565
|
max: 100000,
|
|
2566
|
+
xs: 12,
|
|
2169
2567
|
sm: 6,
|
|
2170
2568
|
md: 6,
|
|
2171
2569
|
lg: 3,
|
|
2570
|
+
xl: 3,
|
|
2172
2571
|
label: 'Netatmo',
|
|
2173
2572
|
help: 'in minutes',
|
|
2174
2573
|
hidden: '!data.netatmoDevices',
|
|
@@ -2178,9 +2577,11 @@
|
|
|
2178
2577
|
type: 'number',
|
|
2179
2578
|
min: 1,
|
|
2180
2579
|
max: 100000,
|
|
2580
|
+
xs: 12,
|
|
2181
2581
|
sm: 6,
|
|
2182
2582
|
md: 6,
|
|
2183
2583
|
lg: 3,
|
|
2584
|
+
xl: 3,
|
|
2184
2585
|
label: 'Nuki Extended',
|
|
2185
2586
|
help: 'in minutes',
|
|
2186
2587
|
hidden: '!data.nukiExtDevices',
|
|
@@ -2190,9 +2591,11 @@
|
|
|
2190
2591
|
type: 'number',
|
|
2191
2592
|
min: 1,
|
|
2192
2593
|
max: 100000,
|
|
2594
|
+
xs: 12,
|
|
2193
2595
|
sm: 6,
|
|
2194
2596
|
md: 6,
|
|
2195
2597
|
lg: 3,
|
|
2598
|
+
xl: 3,
|
|
2196
2599
|
label: 'Nut',
|
|
2197
2600
|
help: 'in minutes',
|
|
2198
2601
|
hidden: '!data.nutDevices',
|
|
@@ -2202,9 +2605,11 @@
|
|
|
2202
2605
|
type: 'number',
|
|
2203
2606
|
min: -1,
|
|
2204
2607
|
max: 100000,
|
|
2608
|
+
xs: 12,
|
|
2205
2609
|
sm: 6,
|
|
2206
2610
|
md: 6,
|
|
2207
2611
|
lg: 3,
|
|
2612
|
+
xl: 3,
|
|
2208
2613
|
label: 'Ping',
|
|
2209
2614
|
help: 'in minutes',
|
|
2210
2615
|
hidden: '!data.pingDevices',
|
|
@@ -2214,9 +2619,11 @@
|
|
|
2214
2619
|
type: 'number',
|
|
2215
2620
|
min: -1,
|
|
2216
2621
|
max: 100000,
|
|
2622
|
+
xs: 12,
|
|
2217
2623
|
sm: 6,
|
|
2218
2624
|
md: 6,
|
|
2219
2625
|
lg: 3,
|
|
2626
|
+
xl: 3,
|
|
2220
2627
|
label: 'Proxmox',
|
|
2221
2628
|
help: 'in minutes',
|
|
2222
2629
|
hidden: '!data.proxmoxDevices',
|
|
@@ -2226,9 +2633,11 @@
|
|
|
2226
2633
|
type: 'number',
|
|
2227
2634
|
min: -1,
|
|
2228
2635
|
max: 100000,
|
|
2636
|
+
xs: 12,
|
|
2229
2637
|
sm: 6,
|
|
2230
2638
|
md: 6,
|
|
2231
2639
|
lg: 3,
|
|
2640
|
+
xl: 3,
|
|
2232
2641
|
label: 'Ring',
|
|
2233
2642
|
help: 'in minutes',
|
|
2234
2643
|
hidden: '!data.ringDevices',
|
|
@@ -2238,9 +2647,11 @@
|
|
|
2238
2647
|
type: 'number',
|
|
2239
2648
|
min: -1,
|
|
2240
2649
|
max: 100000,
|
|
2650
|
+
xs: 12,
|
|
2241
2651
|
sm: 6,
|
|
2242
2652
|
md: 6,
|
|
2243
2653
|
lg: 3,
|
|
2654
|
+
xl: 3,
|
|
2244
2655
|
label: 'Roomba',
|
|
2245
2656
|
help: 'in minutes',
|
|
2246
2657
|
hidden: '!data.roombaDevices',
|
|
@@ -2250,9 +2661,11 @@
|
|
|
2250
2661
|
type: 'number',
|
|
2251
2662
|
min: -1,
|
|
2252
2663
|
max: 100000,
|
|
2664
|
+
xs: 12,
|
|
2253
2665
|
sm: 6,
|
|
2254
2666
|
md: 6,
|
|
2255
2667
|
lg: 3,
|
|
2668
|
+
xl: 3,
|
|
2256
2669
|
label: 'Shelly',
|
|
2257
2670
|
help: 'in minutes',
|
|
2258
2671
|
hidden: '!data.shellyDevices',
|
|
@@ -2262,9 +2675,11 @@
|
|
|
2262
2675
|
type: 'number',
|
|
2263
2676
|
min: -1,
|
|
2264
2677
|
max: 100000,
|
|
2678
|
+
xs: 12,
|
|
2265
2679
|
sm: 6,
|
|
2266
2680
|
md: 6,
|
|
2267
2681
|
lg: 3,
|
|
2682
|
+
xl: 3,
|
|
2268
2683
|
label: 'Smartgarden',
|
|
2269
2684
|
help: 'in minutes',
|
|
2270
2685
|
hidden: '!data.smartgardenDevices',
|
|
@@ -2274,9 +2689,11 @@
|
|
|
2274
2689
|
type: 'number',
|
|
2275
2690
|
min: -1,
|
|
2276
2691
|
max: 100000,
|
|
2692
|
+
xs: 12,
|
|
2277
2693
|
sm: 6,
|
|
2278
2694
|
md: 6,
|
|
2279
2695
|
lg: 3,
|
|
2696
|
+
xl: 3,
|
|
2280
2697
|
label: 'Sonoff',
|
|
2281
2698
|
help: 'in minutes',
|
|
2282
2699
|
hidden: '!data.sonoffDevices',
|
|
@@ -2286,9 +2703,11 @@
|
|
|
2286
2703
|
type: 'number',
|
|
2287
2704
|
min: -1,
|
|
2288
2705
|
max: 100000,
|
|
2706
|
+
xs: 12,
|
|
2289
2707
|
sm: 6,
|
|
2290
2708
|
md: 6,
|
|
2291
2709
|
lg: 3,
|
|
2710
|
+
xl: 3,
|
|
2292
2711
|
label: 'Sonos',
|
|
2293
2712
|
help: 'in minutes',
|
|
2294
2713
|
hidden: '!data.sonosDevices',
|
|
@@ -2298,9 +2717,11 @@
|
|
|
2298
2717
|
type: 'number',
|
|
2299
2718
|
min: -1,
|
|
2300
2719
|
max: 100000,
|
|
2720
|
+
xs: 12,
|
|
2301
2721
|
sm: 6,
|
|
2302
2722
|
md: 6,
|
|
2303
2723
|
lg: 3,
|
|
2724
|
+
xl: 3,
|
|
2304
2725
|
label: 'Sure Flap',
|
|
2305
2726
|
help: 'in minutes',
|
|
2306
2727
|
hidden: '!data.sureflapDevices',
|
|
@@ -2310,9 +2731,11 @@
|
|
|
2310
2731
|
type: 'number',
|
|
2311
2732
|
min: 1,
|
|
2312
2733
|
max: 100000,
|
|
2734
|
+
xs: 12,
|
|
2313
2735
|
sm: 6,
|
|
2314
2736
|
md: 6,
|
|
2315
2737
|
lg: 3,
|
|
2738
|
+
xl: 3,
|
|
2316
2739
|
label: 'Switchbot Ble',
|
|
2317
2740
|
help: 'in minutes',
|
|
2318
2741
|
hidden: '!data.switchbotBleDevices',
|
|
@@ -2322,9 +2745,11 @@
|
|
|
2322
2745
|
type: 'number',
|
|
2323
2746
|
min: -1,
|
|
2324
2747
|
max: 100000,
|
|
2748
|
+
xs: 12,
|
|
2325
2749
|
sm: 6,
|
|
2326
2750
|
md: 6,
|
|
2327
2751
|
lg: 3,
|
|
2752
|
+
xl: 3,
|
|
2328
2753
|
label: 'Tado',
|
|
2329
2754
|
help: 'in minutes',
|
|
2330
2755
|
hidden: '!data.tadoDevices',
|
|
@@ -2334,9 +2759,11 @@
|
|
|
2334
2759
|
type: 'number',
|
|
2335
2760
|
min: 1,
|
|
2336
2761
|
max: 100000,
|
|
2762
|
+
xs: 12,
|
|
2337
2763
|
sm: 6,
|
|
2338
2764
|
md: 6,
|
|
2339
2765
|
lg: 3,
|
|
2766
|
+
xl: 3,
|
|
2340
2767
|
label: 'Tapo',
|
|
2341
2768
|
help: 'in minutes',
|
|
2342
2769
|
hidden: '!data.tapoDevices',
|
|
@@ -2346,9 +2773,11 @@
|
|
|
2346
2773
|
type: 'number',
|
|
2347
2774
|
min: -1,
|
|
2348
2775
|
max: 100000,
|
|
2776
|
+
xs: 12,
|
|
2349
2777
|
sm: 6,
|
|
2350
2778
|
md: 6,
|
|
2351
2779
|
lg: 3,
|
|
2780
|
+
xl: 3,
|
|
2352
2781
|
label: 'Tradfri',
|
|
2353
2782
|
help: 'in minutes',
|
|
2354
2783
|
hidden: '!data.tradfriDevices',
|
|
@@ -2358,9 +2787,11 @@
|
|
|
2358
2787
|
type: 'number',
|
|
2359
2788
|
min: -1,
|
|
2360
2789
|
max: 100000,
|
|
2790
|
+
xs: 12,
|
|
2361
2791
|
sm: 6,
|
|
2362
2792
|
md: 6,
|
|
2363
2793
|
lg: 3,
|
|
2794
|
+
xl: 3,
|
|
2364
2795
|
label: 'Tuya',
|
|
2365
2796
|
help: 'in minutes',
|
|
2366
2797
|
hidden: '!data.tuyaDevices',
|
|
@@ -2370,9 +2801,11 @@
|
|
|
2370
2801
|
type: 'number',
|
|
2371
2802
|
min: -1,
|
|
2372
2803
|
max: 100000,
|
|
2804
|
+
xs: 12,
|
|
2373
2805
|
sm: 6,
|
|
2374
2806
|
md: 6,
|
|
2375
2807
|
lg: 3,
|
|
2808
|
+
xl: 3,
|
|
2376
2809
|
label: 'Unifi',
|
|
2377
2810
|
help: 'in minutes',
|
|
2378
2811
|
hidden: '!data.unifiDevices',
|
|
@@ -2382,9 +2815,11 @@
|
|
|
2382
2815
|
type: 'number',
|
|
2383
2816
|
min: -1,
|
|
2384
2817
|
max: 100000,
|
|
2818
|
+
xs: 12,
|
|
2385
2819
|
sm: 6,
|
|
2386
2820
|
md: 6,
|
|
2387
2821
|
lg: 3,
|
|
2822
|
+
xl: 3,
|
|
2388
2823
|
label: 'Viessmann',
|
|
2389
2824
|
help: 'in minutes',
|
|
2390
2825
|
hidden: '!data.viessmannDevices',
|
|
@@ -2394,9 +2829,11 @@
|
|
|
2394
2829
|
type: 'number',
|
|
2395
2830
|
min: -1,
|
|
2396
2831
|
max: 100000,
|
|
2832
|
+
xs: 12,
|
|
2397
2833
|
sm: 6,
|
|
2398
2834
|
md: 6,
|
|
2399
2835
|
lg: 3,
|
|
2836
|
+
xl: 3,
|
|
2400
2837
|
label: 'Wifilight',
|
|
2401
2838
|
help: 'in minutes',
|
|
2402
2839
|
hidden: '!data.wifilightDevices',
|
|
@@ -2406,21 +2843,39 @@
|
|
|
2406
2843
|
type: 'number',
|
|
2407
2844
|
min: -1,
|
|
2408
2845
|
max: 100000,
|
|
2846
|
+
xs: 12,
|
|
2409
2847
|
sm: 6,
|
|
2410
2848
|
md: 6,
|
|
2411
2849
|
lg: 3,
|
|
2850
|
+
xl: 3,
|
|
2412
2851
|
label: 'WLED',
|
|
2413
2852
|
help: 'in minutes',
|
|
2414
2853
|
hidden: '!data.wledDevices',
|
|
2415
2854
|
hideOnlyControl: false,
|
|
2416
2855
|
},
|
|
2856
|
+
xsenseMaxMinutes: {
|
|
2857
|
+
type: 'number',
|
|
2858
|
+
min: -1,
|
|
2859
|
+
max: 100000,
|
|
2860
|
+
xs: 12,
|
|
2861
|
+
sm: 6,
|
|
2862
|
+
md: 6,
|
|
2863
|
+
lg: 3,
|
|
2864
|
+
xl: 3,
|
|
2865
|
+
label: 'XSense',
|
|
2866
|
+
help: 'in minutes',
|
|
2867
|
+
hidden: '!data.xsenseDevices',
|
|
2868
|
+
hideOnlyControl: false,
|
|
2869
|
+
},
|
|
2417
2870
|
yeelightMaxMinutes: {
|
|
2418
2871
|
type: 'number',
|
|
2419
2872
|
min: -1,
|
|
2420
2873
|
max: 100000,
|
|
2874
|
+
xs: 12,
|
|
2421
2875
|
sm: 6,
|
|
2422
2876
|
md: 6,
|
|
2423
2877
|
lg: 3,
|
|
2878
|
+
xl: 3,
|
|
2424
2879
|
label: 'Yeelight-2',
|
|
2425
2880
|
help: 'in minutes',
|
|
2426
2881
|
hidden: '!data.yeelightDevices',
|
|
@@ -2430,9 +2885,11 @@
|
|
|
2430
2885
|
type: 'number',
|
|
2431
2886
|
min: -1,
|
|
2432
2887
|
max: 100000,
|
|
2888
|
+
xs: 12,
|
|
2433
2889
|
sm: 6,
|
|
2434
2890
|
md: 6,
|
|
2435
2891
|
lg: 3,
|
|
2892
|
+
xl: 3,
|
|
2436
2893
|
label: 'Zigbee',
|
|
2437
2894
|
help: 'in minutes',
|
|
2438
2895
|
hidden: '!data.zigbeeDevices',
|
|
@@ -2442,9 +2899,11 @@
|
|
|
2442
2899
|
type: 'number',
|
|
2443
2900
|
min: -1,
|
|
2444
2901
|
max: 100000,
|
|
2902
|
+
xs: 12,
|
|
2445
2903
|
sm: 6,
|
|
2446
2904
|
md: 6,
|
|
2447
2905
|
lg: 3,
|
|
2906
|
+
xl: 3,
|
|
2448
2907
|
label: 'Zigbee2MQTT',
|
|
2449
2908
|
help: 'in minutes',
|
|
2450
2909
|
hidden: '!data.zigbee2mqttDevices',
|
|
@@ -2454,9 +2913,11 @@
|
|
|
2454
2913
|
type: 'number',
|
|
2455
2914
|
min: -1,
|
|
2456
2915
|
max: 100000,
|
|
2916
|
+
xs: 12,
|
|
2457
2917
|
sm: 6,
|
|
2458
2918
|
md: 6,
|
|
2459
2919
|
lg: 3,
|
|
2920
|
+
xl: 3,
|
|
2460
2921
|
label: 'Zwave',
|
|
2461
2922
|
help: 'in minutes',
|
|
2462
2923
|
hidden: '!data.zwaveDevices',
|