@zwave-js/config 12.10.1 → 12.11.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.
|
@@ -24,24 +24,29 @@
|
|
|
24
24
|
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
|
-
"#": "
|
|
27
|
+
"#": "6",
|
|
28
28
|
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
29
29
|
},
|
|
30
|
+
{
|
|
31
|
+
"#": "7",
|
|
32
|
+
"$import": "templates/minoston_template.json#night_light_set"
|
|
33
|
+
},
|
|
30
34
|
{
|
|
31
35
|
"#": "8",
|
|
32
|
-
"$import": "~/templates/master_template.json#
|
|
36
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
35
39
|
"#": "9",
|
|
36
|
-
"$import": "
|
|
40
|
+
"$import": "templates/minoston_template.json#dim_speed_on_off"
|
|
37
41
|
},
|
|
38
42
|
{
|
|
39
43
|
"#": "10",
|
|
40
|
-
"$import": "
|
|
44
|
+
"$import": "templates/minoston_template.json#dim_speed_dimmer"
|
|
41
45
|
},
|
|
42
46
|
{
|
|
43
47
|
"#": "11",
|
|
44
|
-
"$import": "~/templates/master_template.json#
|
|
48
|
+
"$import": "~/templates/master_template.json#minimum_dim_level_0-99",
|
|
49
|
+
"defaultValue": 10,
|
|
45
50
|
"options": [
|
|
46
51
|
{
|
|
47
52
|
"label": "Disable",
|
|
@@ -51,41 +56,19 @@
|
|
|
51
56
|
},
|
|
52
57
|
{
|
|
53
58
|
"#": "12",
|
|
54
|
-
"$import": "templates/
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
"#": "21",
|
|
62
|
-
"$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"#": "16",
|
|
66
|
-
"$import": "~/templates/master_template.json#dimming_speed_1-99_seconds"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
"#": "20",
|
|
70
|
-
"$import": "templates/minoston_template.json#association_reports_basic_multilevel"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"#": "22",
|
|
74
|
-
"$import": "templates/minoston_template.json#night_mode_brightness"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"#": "23",
|
|
78
|
-
"$import": "templates/minoston_template.json#led_indicator_color"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"#": "26",
|
|
82
|
-
"$import": "templates/minoston_template.json#led_indicator_brightness"
|
|
59
|
+
"$import": "~/templates/master_template.json#maximum_dim_level_0-99",
|
|
60
|
+
"options": [
|
|
61
|
+
{
|
|
62
|
+
"label": "Disable",
|
|
63
|
+
"value": 0
|
|
64
|
+
}
|
|
65
|
+
]
|
|
83
66
|
}
|
|
84
67
|
],
|
|
85
68
|
"metadata": {
|
|
86
69
|
"inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
|
|
87
70
|
"exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
|
|
88
71
|
"reset": "Press click Z-Wave button 3 times quickly, and hold for at least 10 seconds at the third time to restore the device to the factory\n(Node:Please use this procedure only when the network primary controller is missing or otherwise inoperable.)",
|
|
89
|
-
"manual": "https://
|
|
72
|
+
"manual": "https://cdn-files.myshopline.com/file/store/1701829637050/MP21ZD(800-Series)-Manual.pdf"
|
|
90
73
|
}
|
|
91
74
|
}
|
|
@@ -376,6 +376,55 @@
|
|
|
376
376
|
"defaultValue": 20,
|
|
377
377
|
"unsigned": true
|
|
378
378
|
},
|
|
379
|
+
"night_light_set": {
|
|
380
|
+
"label": "Night Light Brightness Level",
|
|
381
|
+
"valueSize": 1,
|
|
382
|
+
"defaultValue": 2,
|
|
383
|
+
"unsigned": true,
|
|
384
|
+
"allowManualEntry": false,
|
|
385
|
+
"options": [
|
|
386
|
+
{
|
|
387
|
+
"label": "10%",
|
|
388
|
+
"value": 1
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
"label": "20%",
|
|
392
|
+
"value": 2
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"label": "30%",
|
|
396
|
+
"value": 3
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"label": "40%",
|
|
400
|
+
"value": 4
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"label": "50%",
|
|
404
|
+
"value": 5
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"label": "60%",
|
|
408
|
+
"value": 6
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"label": "70%",
|
|
412
|
+
"value": 7
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
"label": "80%",
|
|
416
|
+
"value": 8
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"label": "90%",
|
|
420
|
+
"value": 9
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
"label": "100%",
|
|
424
|
+
"value": 10
|
|
425
|
+
}
|
|
426
|
+
]
|
|
427
|
+
},
|
|
379
428
|
"external_switch_type_two_options": {
|
|
380
429
|
"label": "External Switch Type",
|
|
381
430
|
"valueSize": 1,
|
|
@@ -533,5 +582,31 @@
|
|
|
533
582
|
"value": 0
|
|
534
583
|
}
|
|
535
584
|
]
|
|
585
|
+
},
|
|
586
|
+
"dim_speed_on_off": {
|
|
587
|
+
"label": "Dimmer Speed (On/Off Control)",
|
|
588
|
+
"description": "Time from minimum to maximum brightness or vice-versa",
|
|
589
|
+
"valueSize": 1,
|
|
590
|
+
"unit": "seconds",
|
|
591
|
+
"minValue": 0,
|
|
592
|
+
"maxValue": 10,
|
|
593
|
+
"defaultValue": 2,
|
|
594
|
+
"unsigned": true,
|
|
595
|
+
"options": [
|
|
596
|
+
{
|
|
597
|
+
"label": "Instant on/off",
|
|
598
|
+
"value": 0
|
|
599
|
+
}
|
|
600
|
+
]
|
|
601
|
+
},
|
|
602
|
+
"dim_speed_dimmer": {
|
|
603
|
+
"label": "Dimmer Speed (Dimmer Control)",
|
|
604
|
+
"description": "Time from minimum to maximum brightness or vice-versa",
|
|
605
|
+
"valueSize": 1,
|
|
606
|
+
"unit": "seconds",
|
|
607
|
+
"minValue": 1,
|
|
608
|
+
"maxValue": 10,
|
|
609
|
+
"defaultValue": 4,
|
|
610
|
+
"unsigned": true
|
|
536
611
|
}
|
|
537
612
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.11.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@zwave-js/core": "12.
|
|
58
|
+
"@zwave-js/core": "12.11.0",
|
|
59
59
|
"@zwave-js/shared": "12.5.3",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/sinon": "^17.0.3",
|
|
77
77
|
"@types/xml2js": "^0.4.14",
|
|
78
78
|
"@types/yargs": "^17.0.32",
|
|
79
|
-
"@zwave-js/maintenance": "12.
|
|
79
|
+
"@zwave-js/maintenance": "12.11.0",
|
|
80
80
|
"ava": "^6.1.2",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|