@zwave-js/config 15.3.2 → 15.5.0

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.
Files changed (34) hide show
  1. package/build/cjs/_version.d.ts +1 -1
  2. package/build/cjs/_version.js +1 -1
  3. package/build/cjs/_version.js.map +1 -1
  4. package/build/esm/_version.d.ts +1 -1
  5. package/build/esm/_version.js +1 -1
  6. package/config/devices/0x0001/zdp100.json +9 -1
  7. package/config/devices/0x0005/pe653.json +96 -7
  8. package/config/devices/0x0063/58446_zwa4013.json +98 -0
  9. package/config/devices/0x0063/templates/jasco_template.json +5 -0
  10. package/config/devices/0x0086/templates/aeotec_template.json +1232 -98
  11. package/config/devices/0x0129/ydm3109a.json +94 -0
  12. package/config/devices/0x015f/mh-s314-7102.json +697 -0
  13. package/config/devices/0x015f/mh4936.json +141 -0
  14. package/config/devices/0x015f/mh5-2a.json +19 -268
  15. package/config/devices/0x015f/mh5-2d.json +106 -0
  16. package/config/devices/0x015f/mh5-4a.json +98 -0
  17. package/config/devices/0x015f/mh7h.json +1 -1
  18. package/config/devices/0x015f/templates/mcohome_template.json +268 -14
  19. package/config/devices/0x0208/hkzw-dws01.json +10 -3
  20. package/config/devices/0x0208/hkzw-so08.json +10 -3
  21. package/config/devices/0x0208/hkzw_fld01.json +10 -3
  22. package/config/devices/0x0208/hkzw_ms02.json +10 -3
  23. package/config/devices/0x0267/10002020-13x.json +279 -0
  24. package/config/devices/0x0267/10002021-13x.json +179 -0
  25. package/config/devices/0x0267/10002034-13x.json +2 -1
  26. package/config/devices/0x0267/10002041-130.json +92 -62
  27. package/config/devices/0x0267/10002080-13x.json +68 -84
  28. package/config/devices/0x0267/10003041-13x.json +252 -0
  29. package/config/devices/0x031e/vzw31-sn.json +151 -3
  30. package/config/devices/0x0371/zwa046_1phase_eu.json +508 -0
  31. package/config/devices/0x0371/zwa046_2phase_us.json +722 -0
  32. package/config/devices/0x0371/zwa046_3phase_eu.json +940 -0
  33. package/config/devices/0x045a/WM25C.json +196 -0
  34. package/package.json +8 -8
@@ -0,0 +1,697 @@
1
+ {
2
+ "manufacturer": "McoHome Technology Co., Ltd.",
3
+ "manufacturerId": "0x015f",
4
+ "label": "MH-S314 Gen 7",
5
+ "description": "Touch Panel Switch 4 Button",
6
+ "devices": [
7
+ {
8
+ "productType": "0x7041",
9
+ "productId": "0x7102"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 1,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "Button 1",
24
+ "maxNodes": 5
25
+ },
26
+ "3": {
27
+ "label": "Button 2",
28
+ "maxNodes": 5
29
+ },
30
+ "4": {
31
+ "label": "Button 3",
32
+ "maxNodes": 5
33
+ },
34
+ "5": {
35
+ "label": "Button 4",
36
+ "maxNodes": 5
37
+ }
38
+ },
39
+ "paramInformation": [
40
+ {
41
+ "#": "1",
42
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
43
+ },
44
+ {
45
+ "#": "2",
46
+ "$import": "templates/mcohome_template.json#backlight_brightness",
47
+ "label": "LED Backlight Brightness Level ON"
48
+ },
49
+ {
50
+ "#": "3",
51
+ "$import": "templates/mcohome_template.json#backlight_brightness",
52
+ "label": "LED Backlight Brightness Level OFF"
53
+ },
54
+ {
55
+ "#": "4[0x01]",
56
+ "$import": "~/templates/master_template.json#base_enable_disable",
57
+ "label": "Button 1 Local Relay Control"
58
+ },
59
+ {
60
+ "#": "4[0x02]",
61
+ "$import": "~/templates/master_template.json#base_enable_disable",
62
+ "label": "Button 2 Local Relay Control"
63
+ },
64
+ {
65
+ "#": "4[0x04]",
66
+ "$import": "~/templates/master_template.json#base_enable_disable",
67
+ "label": "Button 3 Local Relay Control"
68
+ },
69
+ {
70
+ "#": "4[0x08]",
71
+ "$import": "~/templates/master_template.json#base_enable_disable",
72
+ "label": "Button 4 Local Relay Control"
73
+ },
74
+ {
75
+ "#": "5[0x01]",
76
+ "$import": "~/templates/master_template.json#base_enable_disable",
77
+ "label": "Button 1 Z-Wave Relay Control"
78
+ },
79
+ {
80
+ "#": "5[0x02]",
81
+ "$import": "~/templates/master_template.json#base_enable_disable",
82
+ "label": "Button 2 Z-Wave Relay Control"
83
+ },
84
+ {
85
+ "#": "5[0x04]",
86
+ "$import": "~/templates/master_template.json#base_enable_disable",
87
+ "label": "Button 3 Z-Wave Relay Control"
88
+ },
89
+ {
90
+ "#": "5[0x08]",
91
+ "$import": "~/templates/master_template.json#base_enable_disable",
92
+ "label": "Button 4 Z-Wave Relay Control"
93
+ },
94
+ {
95
+ "#": "6",
96
+ "label": "Button Mode",
97
+ "valueSize": 1,
98
+ "defaultValue": 0,
99
+ "allowManualEntry": false,
100
+ "options": [
101
+ {
102
+ "label": "Single click to switch on/off",
103
+ "value": 0
104
+ },
105
+ {
106
+ "label": "Click to turn on, auto off after param 11 duration",
107
+ "value": 1
108
+ },
109
+ {
110
+ "label": "Click to turn off, auto on after param 11 duration",
111
+ "value": 2
112
+ },
113
+ {
114
+ "label": "Hold the key is on, off once released",
115
+ "value": 3
116
+ },
117
+ {
118
+ "label": "Hold >3s to switch on/off remains states after release",
119
+ "value": 4
120
+ }
121
+ ]
122
+ },
123
+ {
124
+ "#": "7",
125
+ "label": "Button 1 Mode",
126
+ "valueSize": 1,
127
+ "defaultValue": 0,
128
+ "allowManualEntry": false,
129
+ "options": [
130
+ {
131
+ "label": "Single click to switch on/off",
132
+ "value": 0
133
+ },
134
+ {
135
+ "label": "Click to turn on, auto off after param 6 duration",
136
+ "value": 1
137
+ },
138
+ {
139
+ "label": "Click to turn off, auto on after param 6 duration",
140
+ "value": 2
141
+ },
142
+ {
143
+ "label": "Hold >3s for on until released",
144
+ "value": 3
145
+ },
146
+ {
147
+ "label": "Single click to toggle, hold >3s for on until released",
148
+ "value": 4
149
+ },
150
+ {
151
+ "label": "Momentary, hold for on until released",
152
+ "value": 5
153
+ },
154
+ {
155
+ "label": "Hold >3s to switch on/off",
156
+ "value": 6
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "#": "8",
162
+ "label": "Button 2 Mode",
163
+ "valueSize": 1,
164
+ "defaultValue": 0,
165
+ "allowManualEntry": false,
166
+ "options": [
167
+ {
168
+ "label": "Single click to switch on/off",
169
+ "value": 0
170
+ },
171
+ {
172
+ "label": "Click to turn on, auto off after param 6 duration",
173
+ "value": 1
174
+ },
175
+ {
176
+ "label": "Click to turn off, auto on after param 6 duration",
177
+ "value": 2
178
+ },
179
+ {
180
+ "label": "Hold >3s for on until released",
181
+ "value": 3
182
+ },
183
+ {
184
+ "label": "Single click to toggle, hold >3s for on until released",
185
+ "value": 4
186
+ },
187
+ {
188
+ "label": "Momentary, hold for on until released",
189
+ "value": 5
190
+ },
191
+ {
192
+ "label": "Hold >3s to switch on/off",
193
+ "value": 6
194
+ }
195
+ ]
196
+ },
197
+ {
198
+ "#": "9",
199
+ "label": "Button 3 Mode",
200
+ "valueSize": 1,
201
+ "defaultValue": 0,
202
+ "allowManualEntry": false,
203
+ "options": [
204
+ {
205
+ "label": "Single click to switch on/off",
206
+ "value": 0
207
+ },
208
+ {
209
+ "label": "Click to turn on, auto off after param 6 duration",
210
+ "value": 1
211
+ },
212
+ {
213
+ "label": "Click to turn off, auto on after param 6 duration",
214
+ "value": 2
215
+ },
216
+ {
217
+ "label": "Hold >3s for on until released",
218
+ "value": 3
219
+ },
220
+ {
221
+ "label": "Single click to toggle, hold >3s for on until released",
222
+ "value": 4
223
+ },
224
+ {
225
+ "label": "Momentary, hold for on until released",
226
+ "value": 5
227
+ },
228
+ {
229
+ "label": "Hold >3s to switch on/off",
230
+ "value": 6
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "#": "10",
236
+ "label": "Button 4 Mode",
237
+ "valueSize": 1,
238
+ "defaultValue": 0,
239
+ "allowManualEntry": false,
240
+ "options": [
241
+ {
242
+ "label": "Single click to switch on/off",
243
+ "value": 0
244
+ },
245
+ {
246
+ "label": "Click to turn on, auto off after param 6 duration",
247
+ "value": 1
248
+ },
249
+ {
250
+ "label": "Click to turn off, auto on after param 6 duration",
251
+ "value": 2
252
+ },
253
+ {
254
+ "label": "Hold >3s for on until released",
255
+ "value": 3
256
+ },
257
+ {
258
+ "label": "Single click to toggle, hold >3s for on until released",
259
+ "value": 4
260
+ },
261
+ {
262
+ "label": "Momentary, hold for on until released",
263
+ "value": 5
264
+ },
265
+ {
266
+ "label": "Hold >3s to switch on/off",
267
+ "value": 6
268
+ }
269
+ ]
270
+ },
271
+ {
272
+ "#": "11",
273
+ "label": "Relay On Duration",
274
+ "valueSize": 2,
275
+ "unit": "seconds",
276
+ "minValue": 0,
277
+ "maxValue": 32767,
278
+ "defaultValue": 0,
279
+ "options": [
280
+ {
281
+ "label": "Infinite",
282
+ "value": 0
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "#": "12",
288
+ "label": "Button 1 On Duration",
289
+ "valueSize": 2,
290
+ "unit": "seconds",
291
+ "minValue": 0,
292
+ "maxValue": 32767,
293
+ "defaultValue": 0,
294
+ "options": [
295
+ {
296
+ "label": "Infinite",
297
+ "value": 0
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ "#": "13",
303
+ "label": "Button 2 On Duration",
304
+ "valueSize": 2,
305
+ "unit": "seconds",
306
+ "minValue": 0,
307
+ "maxValue": 32767,
308
+ "defaultValue": 0,
309
+ "options": [
310
+ {
311
+ "label": "Infinite",
312
+ "value": 0
313
+ }
314
+ ]
315
+ },
316
+ {
317
+ "#": "14",
318
+ "label": "Button 3 On Duration",
319
+ "valueSize": 2,
320
+ "unit": "seconds",
321
+ "minValue": 0,
322
+ "maxValue": 32767,
323
+ "defaultValue": 0,
324
+ "options": [
325
+ {
326
+ "label": "Infinite",
327
+ "value": 0
328
+ }
329
+ ]
330
+ },
331
+ {
332
+ "#": "15",
333
+ "label": "Button 4 On Duration",
334
+ "valueSize": 2,
335
+ "unit": "seconds",
336
+ "minValue": 0,
337
+ "maxValue": 32767,
338
+ "defaultValue": 0,
339
+ "options": [
340
+ {
341
+ "label": "Infinite",
342
+ "value": 0
343
+ }
344
+ ]
345
+ },
346
+ {
347
+ "#": "23[0x01]",
348
+ "$import": "~/templates/master_template.json#base_enable_disable",
349
+ "label": "Button 1 Respond to Scenes"
350
+ },
351
+ {
352
+ "#": "23[0x02]",
353
+ "$import": "~/templates/master_template.json#base_enable_disable",
354
+ "label": "Button 2 Respond to Scenes"
355
+ },
356
+ {
357
+ "#": "23[0x04]",
358
+ "$import": "~/templates/master_template.json#base_enable_disable",
359
+ "label": "Button 3 Respond to Scenes"
360
+ },
361
+ {
362
+ "#": "23[0x08]",
363
+ "$import": "~/templates/master_template.json#base_enable_disable",
364
+ "label": "Button 4 Respond to Scenes"
365
+ },
366
+ {
367
+ "#": "24",
368
+ "label": "Button 1 Scene Activate Mode",
369
+ "valueSize": 1,
370
+ "defaultValue": 0,
371
+ "allowManualEntry": false,
372
+ "options": [
373
+ {
374
+ "label": "Scene activate function disabled",
375
+ "value": 0
376
+ },
377
+ {
378
+ "label": "Button 1 tap activates scene in param 12 regardless of state",
379
+ "value": 1
380
+ },
381
+ {
382
+ "label": "Button 1 tap activates scene in param 12 when state is off",
383
+ "value": 2
384
+ },
385
+ {
386
+ "label": "Button 1 tap activates scene in param 12 when state is on",
387
+ "value": 3
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "#": "25",
393
+ "label": "Button 1 Activate Scene ID",
394
+ "valueSize": 1,
395
+ "minValue": 1,
396
+ "maxValue": 255,
397
+ "defaultValue": 1,
398
+ "unsigned": true
399
+ },
400
+ {
401
+ "#": "26",
402
+ "label": "Button 1 Activate Scene Dim Duration",
403
+ "description": "Values 1-127 = seconds; 128-255 = minutes (minus 127)",
404
+ "valueSize": 1,
405
+ "minValue": 0,
406
+ "maxValue": 255,
407
+ "defaultValue": 0,
408
+ "unsigned": true,
409
+ "options": [
410
+ {
411
+ "label": "Instantly",
412
+ "value": 0
413
+ }
414
+ ]
415
+ },
416
+ {
417
+ "#": "27",
418
+ "label": "Button 2 Scene Activate Mode",
419
+ "valueSize": 1,
420
+ "defaultValue": 0,
421
+ "allowManualEntry": false,
422
+ "options": [
423
+ {
424
+ "label": "Scene activate function disabled",
425
+ "value": 0
426
+ },
427
+ {
428
+ "label": "Button 2 tap activates scene in param 15 regardless of state",
429
+ "value": 1
430
+ },
431
+ {
432
+ "label": "Button 2 tap activates scene in param 15 when state is off",
433
+ "value": 2
434
+ },
435
+ {
436
+ "label": "Button 2 tap activates scene in param 15 when state is on",
437
+ "value": 3
438
+ }
439
+ ]
440
+ },
441
+ {
442
+ "#": "28",
443
+ "label": "Button 2 Activate Scene ID",
444
+ "valueSize": 1,
445
+ "minValue": 1,
446
+ "maxValue": 255,
447
+ "defaultValue": 1,
448
+ "unsigned": true
449
+ },
450
+ {
451
+ "#": "29",
452
+ "label": "Button 2 Activate Scene Dim Duration",
453
+ "description": "Values 1-127 = seconds; 128-255 = minutes (minus 127)",
454
+ "valueSize": 1,
455
+ "minValue": 0,
456
+ "maxValue": 255,
457
+ "defaultValue": 0,
458
+ "unsigned": true,
459
+ "options": [
460
+ {
461
+ "label": "Instantly",
462
+ "value": 0
463
+ }
464
+ ]
465
+ },
466
+ {
467
+ "#": "30",
468
+ "label": "Button 3 Scene Activate Mode",
469
+ "valueSize": 1,
470
+ "defaultValue": 0,
471
+ "allowManualEntry": false,
472
+ "options": [
473
+ {
474
+ "label": "Scene activate function disabled",
475
+ "value": 0
476
+ },
477
+ {
478
+ "label": "Button 3 tap activates scene in param 15 regardless of state",
479
+ "value": 1
480
+ },
481
+ {
482
+ "label": "Button 3 tap activates scene in param 15 when state is off",
483
+ "value": 2
484
+ },
485
+ {
486
+ "label": "Button 3 tap activates scene in param 15 when state is on",
487
+ "value": 3
488
+ }
489
+ ]
490
+ },
491
+ {
492
+ "#": "31",
493
+ "label": "Button 3 Activate Scene ID",
494
+ "valueSize": 1,
495
+ "minValue": 1,
496
+ "maxValue": 255,
497
+ "defaultValue": 1,
498
+ "unsigned": true
499
+ },
500
+ {
501
+ "#": "32",
502
+ "label": "Button 3 Activate Scene Dim Duration",
503
+ "description": "Values 1-127 = seconds; 128-255 = minutes (minus 127)",
504
+ "valueSize": 1,
505
+ "minValue": 0,
506
+ "maxValue": 255,
507
+ "defaultValue": 0,
508
+ "unsigned": true,
509
+ "options": [
510
+ {
511
+ "label": "Instantly",
512
+ "value": 0
513
+ }
514
+ ]
515
+ },
516
+ {
517
+ "#": "33",
518
+ "label": "Button 4 Scene Activate Mode",
519
+ "valueSize": 1,
520
+ "defaultValue": 0,
521
+ "allowManualEntry": false,
522
+ "options": [
523
+ {
524
+ "label": "Scene activate function disabled",
525
+ "value": 0
526
+ },
527
+ {
528
+ "label": "Button 4 tap activates scene in param 15 regardless of state",
529
+ "value": 1
530
+ },
531
+ {
532
+ "label": "Button 4 tap activates scene in param 15 when state is off",
533
+ "value": 2
534
+ },
535
+ {
536
+ "label": "Button 4 tap activates scene in param 15 when state is on",
537
+ "value": 3
538
+ }
539
+ ]
540
+ },
541
+ {
542
+ "#": "34",
543
+ "label": "Button 4 Activate Scene ID",
544
+ "valueSize": 1,
545
+ "minValue": 1,
546
+ "maxValue": 255,
547
+ "defaultValue": 1,
548
+ "unsigned": true
549
+ },
550
+ {
551
+ "#": "35",
552
+ "label": "Button 4 Activate Scene Dim Duration",
553
+ "description": "Values 1-127 = seconds; 128-255 = minutes (minus 127)",
554
+ "valueSize": 1,
555
+ "minValue": 0,
556
+ "maxValue": 255,
557
+ "defaultValue": 0,
558
+ "unsigned": true,
559
+ "options": [
560
+ {
561
+ "label": "Instantly",
562
+ "value": 0
563
+ }
564
+ ]
565
+ },
566
+ {
567
+ "#": "50[0x01]",
568
+ "$import": "~/templates/master_template.json#base_enable_disable",
569
+ "label": "Button 1 Scene Respond (ID 1-100)"
570
+ },
571
+ {
572
+ "#": "50[0x02]",
573
+ "$import": "~/templates/master_template.json#base_enable_disable",
574
+ "label": "Button 2 Scene Respond (ID 1-100)"
575
+ },
576
+ {
577
+ "#": "50[0x04]",
578
+ "$import": "~/templates/master_template.json#base_enable_disable",
579
+ "label": "Button 3 Scene Respond (ID 1-100)"
580
+ },
581
+ {
582
+ "#": "50[0x08]",
583
+ "$import": "~/templates/master_template.json#base_enable_disable",
584
+ "label": "Button 4 Scene Respond (ID 1-100)"
585
+ },
586
+ {
587
+ "#": "51[0x01]",
588
+ "$import": "~/templates/master_template.json#base_enable_disable",
589
+ "label": "Button 1 Scene Respond (ID 1-20)"
590
+ },
591
+ {
592
+ "#": "51[0x02]",
593
+ "$import": "~/templates/master_template.json#base_enable_disable",
594
+ "label": "Button 2 Scene Respond (ID 1-20)"
595
+ },
596
+ {
597
+ "#": "51[0x04]",
598
+ "$import": "~/templates/master_template.json#base_enable_disable",
599
+ "label": "Button 3 Scene Respond (ID 1-20)"
600
+ },
601
+ {
602
+ "#": "51[0x08]",
603
+ "$import": "~/templates/master_template.json#base_enable_disable",
604
+ "label": "Button 4 Scene Respond (ID 1-20)"
605
+ },
606
+ {
607
+ "#": "52[0x01]",
608
+ "$import": "~/templates/master_template.json#base_enable_disable",
609
+ "label": "Button 1 Scene Respond (ID 21-40)"
610
+ },
611
+ {
612
+ "#": "52[0x02]",
613
+ "$import": "~/templates/master_template.json#base_enable_disable",
614
+ "label": "Button 2 Scene Respond (ID 21-40)"
615
+ },
616
+ {
617
+ "#": "52[0x04]",
618
+ "$import": "~/templates/master_template.json#base_enable_disable",
619
+ "label": "Button 3 Scene Respond (ID 21-40)"
620
+ },
621
+ {
622
+ "#": "52[0x08]",
623
+ "$import": "~/templates/master_template.json#base_enable_disable",
624
+ "label": "Button 4 Scene Respond (ID 21-40)"
625
+ },
626
+ {
627
+ "#": "53[0x01]",
628
+ "$import": "~/templates/master_template.json#base_enable_disable",
629
+ "label": "Button 1 Scene Respond (ID 41-60)"
630
+ },
631
+ {
632
+ "#": "53[0x02]",
633
+ "$import": "~/templates/master_template.json#base_enable_disable",
634
+ "label": "Button 2 Scene Respond (ID 41-60)"
635
+ },
636
+ {
637
+ "#": "53[0x04]",
638
+ "$import": "~/templates/master_template.json#base_enable_disable",
639
+ "label": "Button 3 Scene Respond (ID 41-60)"
640
+ },
641
+ {
642
+ "#": "53[0x08]",
643
+ "$import": "~/templates/master_template.json#base_enable_disable",
644
+ "label": "Button 4 Scene Respond (ID 41-60)"
645
+ },
646
+ {
647
+ "#": "54[0x01]",
648
+ "$import": "~/templates/master_template.json#base_enable_disable",
649
+ "label": "Button 1 Scene Respond (ID 61-80)"
650
+ },
651
+ {
652
+ "#": "54[0x02]",
653
+ "$import": "~/templates/master_template.json#base_enable_disable",
654
+ "label": "Button 2 Scene Respond (ID 61-80)"
655
+ },
656
+ {
657
+ "#": "54[0x04]",
658
+ "$import": "~/templates/master_template.json#base_enable_disable",
659
+ "label": "Button 3 Scene Respond (ID 61-80)"
660
+ },
661
+ {
662
+ "#": "54[0x08]",
663
+ "$import": "~/templates/master_template.json#base_enable_disable",
664
+ "label": "Button 4 Scene Respond (ID 61-80)"
665
+ },
666
+ {
667
+ "#": "55[0x01]",
668
+ "$import": "~/templates/master_template.json#base_enable_disable",
669
+ "label": "Button 1 Scene Respond (ID 81-100)"
670
+ },
671
+ {
672
+ "#": "55[0x02]",
673
+ "$import": "~/templates/master_template.json#base_enable_disable",
674
+ "label": "Button 2 Scene Respond (ID 81-100)"
675
+ },
676
+ {
677
+ "#": "55[0x04]",
678
+ "$import": "~/templates/master_template.json#base_enable_disable",
679
+ "label": "Button 3 Scene Respond (ID 81-100)"
680
+ },
681
+ {
682
+ "#": "55[0x08]",
683
+ "$import": "~/templates/master_template.json#base_enable_disable",
684
+ "label": "Button 4 Scene Respond (ID 81-100)"
685
+ },
686
+ {
687
+ "#": "255",
688
+ "$import": "templates/mcohome_template.json#factory_reset"
689
+ }
690
+ ],
691
+ "metadata": {
692
+ "inclusion": "Press any button 3 times quickly to include.",
693
+ "exclusion": "Press any button 3 times quickly to exclude.",
694
+ "reset": "Press any button 20 times to perform a factory reset.",
695
+ "manual": "https://manuals-backend.z-wave.info/make.php?lang=en&sku=MCOETPS314_700&cert="
696
+ }
697
+ }