@zwave-js/config 9.0.7 → 9.1.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.
- package/config/devices/0x001a/rf9501.json +25 -1
- package/config/devices/0x001a/rf9540-n_0.0_1.1.json +25 -1
- package/config/devices/0x001a/rf9540-n_1.2.json +21 -0
- package/config/devices/0x0147/zme_razberry7_pro.json +20 -0
- package/config/devices/0x0312/mp22z.json +52 -66
- package/config/devices/0x0312/mp22zd.json +93 -0
- package/config/devices/templates/master_template.json +1 -1
- package/package.json +12 -12
|
@@ -103,6 +103,30 @@
|
|
|
103
103
|
"value": 2
|
|
104
104
|
}
|
|
105
105
|
]
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"#": "10",
|
|
109
|
+
"label": "Forward Z-Wave Commands",
|
|
110
|
+
"description": "Keep associated accessory switches in sync",
|
|
111
|
+
"valueSize": 1,
|
|
112
|
+
"minValue": 0,
|
|
113
|
+
"maxValue": 1,
|
|
114
|
+
"defaultValue": 0,
|
|
115
|
+
"unsigned": true,
|
|
116
|
+
"allowManualEntry": false,
|
|
117
|
+
"options": [
|
|
118
|
+
{
|
|
119
|
+
"label": "Disable",
|
|
120
|
+
"value": 0
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"label": "Enable",
|
|
124
|
+
"value": 1
|
|
125
|
+
}
|
|
126
|
+
]
|
|
106
127
|
}
|
|
107
|
-
]
|
|
128
|
+
],
|
|
129
|
+
"compat": {
|
|
130
|
+
"enableBasicSetMapping": true
|
|
131
|
+
}
|
|
108
132
|
}
|
|
@@ -149,6 +149,27 @@
|
|
|
149
149
|
}
|
|
150
150
|
]
|
|
151
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"#": "10",
|
|
154
|
+
"label": "Forward Z-Wave Commands",
|
|
155
|
+
"description": "Keep associated accessory switches in sync",
|
|
156
|
+
"valueSize": 1,
|
|
157
|
+
"minValue": 0,
|
|
158
|
+
"maxValue": 1,
|
|
159
|
+
"defaultValue": 0,
|
|
160
|
+
"unsigned": true,
|
|
161
|
+
"allowManualEntry": false,
|
|
162
|
+
"options": [
|
|
163
|
+
{
|
|
164
|
+
"label": "Disable",
|
|
165
|
+
"value": 0
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
"label": "Enable",
|
|
169
|
+
"value": 1
|
|
170
|
+
}
|
|
171
|
+
]
|
|
172
|
+
},
|
|
152
173
|
{
|
|
153
174
|
"#": "11",
|
|
154
175
|
"label": "Minimum Dimmer Level",
|
|
@@ -167,5 +188,8 @@
|
|
|
167
188
|
"maxValue": 99,
|
|
168
189
|
"defaultValue": 99
|
|
169
190
|
}
|
|
170
|
-
]
|
|
191
|
+
],
|
|
192
|
+
"compat": {
|
|
193
|
+
"enableBasicSetMapping": true
|
|
194
|
+
}
|
|
171
195
|
}
|
|
@@ -145,6 +145,27 @@
|
|
|
145
145
|
}
|
|
146
146
|
]
|
|
147
147
|
},
|
|
148
|
+
{
|
|
149
|
+
"#": "10",
|
|
150
|
+
"label": "Forward Z-Wave Commands",
|
|
151
|
+
"description": "Keep associated accessory switches in sync",
|
|
152
|
+
"valueSize": 1,
|
|
153
|
+
"minValue": 0,
|
|
154
|
+
"maxValue": 1,
|
|
155
|
+
"defaultValue": 0,
|
|
156
|
+
"unsigned": true,
|
|
157
|
+
"allowManualEntry": false,
|
|
158
|
+
"options": [
|
|
159
|
+
{
|
|
160
|
+
"label": "Disable",
|
|
161
|
+
"value": 0
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"label": "Enable",
|
|
165
|
+
"value": 1
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
148
169
|
{
|
|
149
170
|
"#": "11",
|
|
150
171
|
"label": "Minimum Dimmer Level",
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Z-Wave.me",
|
|
3
|
+
"manufacturerId": "0x0147",
|
|
4
|
+
"label": "RaZberry 7 Pro",
|
|
5
|
+
"description": "Z-Wave Shield for Raspberry Pi",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0401",
|
|
9
|
+
"productId": "0x0101"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"metadata": {
|
|
17
|
+
"reset": "Z-Wave Serial API SetDefault command is used to reset the RaZberry7 Pro board to factory default settings.",
|
|
18
|
+
"manual": "https://rus.z-wave.me/drive/?file=24e4716409e82d0e27379e3e5208c8667b99"
|
|
19
|
+
}
|
|
20
|
+
}
|
|
@@ -8,11 +8,6 @@
|
|
|
8
8
|
"productType": "0xff00",
|
|
9
9
|
"productId": "0xff07",
|
|
10
10
|
"zwaveAllianceId": 3711
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"productType": "0xff07",
|
|
14
|
-
"productId": "0xff03",
|
|
15
|
-
"zwaveAllianceId": 4254
|
|
16
11
|
}
|
|
17
12
|
],
|
|
18
13
|
"firmwareVersion": {
|
|
@@ -22,46 +17,48 @@
|
|
|
22
17
|
"associations": {
|
|
23
18
|
"1": {
|
|
24
19
|
"label": "Lifeline",
|
|
25
|
-
"maxNodes":
|
|
20
|
+
"maxNodes": 5,
|
|
26
21
|
"isLifeline": true
|
|
27
22
|
},
|
|
28
23
|
"2": {
|
|
29
24
|
"label": "Basic Set",
|
|
30
25
|
"maxNodes": 5
|
|
31
|
-
},
|
|
32
|
-
"3": {
|
|
33
|
-
"label": "Basic Set",
|
|
34
|
-
"maxNodes": 5
|
|
35
26
|
}
|
|
36
27
|
},
|
|
37
28
|
"paramInformation": [
|
|
38
29
|
{
|
|
39
|
-
"#": "
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
30
|
+
"#": "1",
|
|
31
|
+
"label": "Status LED Configuration",
|
|
32
|
+
"valueSize": 1,
|
|
33
|
+
"minValue": 0,
|
|
34
|
+
"maxValue": 2,
|
|
35
|
+
"defaultValue": 0,
|
|
36
|
+
"unsigned": true,
|
|
37
|
+
"allowManualEntry": false,
|
|
38
|
+
"options": [
|
|
39
|
+
{
|
|
40
|
+
"label": "LED on when load off, LED off when load on",
|
|
41
|
+
"value": 0
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"label": "LED on when load on, LED off when load off",
|
|
45
|
+
"value": 1
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"label": "LED always off",
|
|
49
|
+
"value": 2
|
|
50
|
+
}
|
|
51
|
+
]
|
|
61
52
|
},
|
|
62
53
|
{
|
|
63
|
-
"#": "
|
|
64
|
-
"
|
|
54
|
+
"#": "2",
|
|
55
|
+
"label": "Auto-Off Timer",
|
|
56
|
+
"valueSize": 2,
|
|
57
|
+
"unit": "minutes",
|
|
58
|
+
"minValue": 0,
|
|
59
|
+
"maxValue": 65535,
|
|
60
|
+
"defaultValue": 0,
|
|
61
|
+
"unsigned": true,
|
|
65
62
|
"options": [
|
|
66
63
|
{
|
|
67
64
|
"label": "Disable",
|
|
@@ -70,42 +67,31 @@
|
|
|
70
67
|
]
|
|
71
68
|
},
|
|
72
69
|
{
|
|
73
|
-
"#": "
|
|
74
|
-
"
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"#": "20",
|
|
90
|
-
"$import": "~/0x0312/templates/minoston_template.json#association_reports"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"#": "22",
|
|
94
|
-
"$import": "~/0x0312/templates/minoston_template.json#night_mode_brightness"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"#": "23",
|
|
98
|
-
"$import": "~/0x0312/templates/minoston_template.json#led_indicator_color"
|
|
70
|
+
"#": "4",
|
|
71
|
+
"label": "Auto-On Timer",
|
|
72
|
+
"valueSize": 2,
|
|
73
|
+
"unit": "minutes",
|
|
74
|
+
"minValue": 0,
|
|
75
|
+
"maxValue": 65535,
|
|
76
|
+
"defaultValue": 0,
|
|
77
|
+
"unsigned": true,
|
|
78
|
+
"options": [
|
|
79
|
+
{
|
|
80
|
+
"label": "Disable",
|
|
81
|
+
"value": 0
|
|
82
|
+
}
|
|
83
|
+
]
|
|
99
84
|
},
|
|
100
85
|
{
|
|
101
|
-
"#": "
|
|
102
|
-
"$import": "~/
|
|
86
|
+
"#": "6",
|
|
87
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev",
|
|
88
|
+
"defaultValue": 0
|
|
103
89
|
}
|
|
104
90
|
],
|
|
105
91
|
"metadata": {
|
|
106
|
-
"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
|
|
107
|
-
"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
|
|
108
|
-
"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\
|
|
109
|
-
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/
|
|
92
|
+
"inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the PROG button five times in one second.",
|
|
93
|
+
"exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the PROG button five times in one second.",
|
|
94
|
+
"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\nNode:Please use this procedure only when the network primary controller is missing or otherwise inoperable",
|
|
95
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3711/MP22Z-Manual191111.pdf"
|
|
110
96
|
}
|
|
111
97
|
}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Minoston",
|
|
3
|
+
"manufacturerId": "0x0312",
|
|
4
|
+
"label": "MP22ZD",
|
|
5
|
+
"description": "Z-Wave Outdoor Smart Plug",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0xff07",
|
|
9
|
+
"productId": "0xff03",
|
|
10
|
+
"zwaveAllianceId": 4254
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 1,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Basic Set",
|
|
25
|
+
"maxNodes": 5
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"paramInformation": [
|
|
29
|
+
{
|
|
30
|
+
"#": "2",
|
|
31
|
+
"$import": "~/templates/master_template.json#led_indicator_four_options"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "4",
|
|
35
|
+
"$import": "~/0x0312/templates/minoston_template.json#auto_off_timer"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "6",
|
|
39
|
+
"$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "7",
|
|
43
|
+
"label": "Night Mode Brightness Level",
|
|
44
|
+
"description": "Hold button for two seconds to enter night mode.",
|
|
45
|
+
"valueSize": 1,
|
|
46
|
+
"minValue": 1,
|
|
47
|
+
"maxValue": 10,
|
|
48
|
+
"defaultValue": 2,
|
|
49
|
+
"unit": "10%",
|
|
50
|
+
"unsigned": true
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "8",
|
|
54
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "9",
|
|
58
|
+
"$import": "~/templates/master_template.json#dim_rate",
|
|
59
|
+
"label": "Dimming Rate (Manual On/Off)"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "10",
|
|
63
|
+
"$import": "~/templates/master_template.json#dim_rate",
|
|
64
|
+
"label": "Dimming Rate (Manual Dimming / Z-Wave)"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "11",
|
|
68
|
+
"$import": "~/templates/master_template.json#minimum_dim_level_0-99",
|
|
69
|
+
"options": [
|
|
70
|
+
{
|
|
71
|
+
"label": "Disable",
|
|
72
|
+
"value": 0
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"#": "12",
|
|
78
|
+
"$import": "~/templates/master_template.json#maximum_dim_level_0-99",
|
|
79
|
+
"options": [
|
|
80
|
+
{
|
|
81
|
+
"label": "Disable",
|
|
82
|
+
"value": 0
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"metadata": {
|
|
88
|
+
"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",
|
|
89
|
+
"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",
|
|
90
|
+
"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.)",
|
|
91
|
+
"manual": "https://minoston.com/wp-content/uploads/2021/08/MP22ZD-%E8%AF%B4%E6%98%8E%E4%B9%A6.pdf"
|
|
92
|
+
}
|
|
93
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "9.0
|
|
3
|
+
"version": "9.1.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -52,37 +52,37 @@
|
|
|
52
52
|
"ts": "node -r esbuild-register"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@zwave-js/core": "9.0
|
|
56
|
-
"@zwave-js/shared": "9.0
|
|
55
|
+
"@zwave-js/core": "9.1.0",
|
|
56
|
+
"@zwave-js/shared": "9.1.0",
|
|
57
57
|
"alcalzone-shared": "^4.0.1",
|
|
58
58
|
"ansi-colors": "^4.1.1",
|
|
59
|
-
"fs-extra": "^10.0
|
|
59
|
+
"fs-extra": "^10.1.0",
|
|
60
60
|
"json-logic-js": "^2.0.2",
|
|
61
61
|
"json5": "^2.2.1",
|
|
62
|
-
"semver": "^7.3.
|
|
63
|
-
"winston": "^3.
|
|
62
|
+
"semver": "^7.3.7",
|
|
63
|
+
"winston": "^3.7.2"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@types/fs-extra": "^9.0.13",
|
|
67
67
|
"@types/jest": "^27.4.1",
|
|
68
68
|
"@types/js-levenshtein": "^1.1.1",
|
|
69
69
|
"@types/json-logic-js": "^1.2.1",
|
|
70
|
-
"@types/node": "^
|
|
70
|
+
"@types/node": "^14.18.16",
|
|
71
71
|
"@types/pegjs": "^0.10.3",
|
|
72
72
|
"@types/semver": "^7.3.9",
|
|
73
73
|
"@types/xml2js": "^0.4.11",
|
|
74
74
|
"@types/yargs": "^17.0.10",
|
|
75
|
-
"@zwave-js/maintenance": "9.0
|
|
76
|
-
"axios": "^0.
|
|
75
|
+
"@zwave-js/maintenance": "9.1.0",
|
|
76
|
+
"axios": "^0.27.2",
|
|
77
77
|
"comment-json": "^4.2.2",
|
|
78
|
-
"esbuild": "0.14.
|
|
78
|
+
"esbuild": "0.14.38",
|
|
79
79
|
"esbuild-register": "^3.3.2",
|
|
80
80
|
"jest-extended": "^2.0.0",
|
|
81
81
|
"js-levenshtein": "^1.1.6",
|
|
82
82
|
"pegjs": "^0.10.0",
|
|
83
83
|
"ts-pegjs": "^0.3.1",
|
|
84
|
-
"typescript": "4.6.
|
|
84
|
+
"typescript": "4.6.4",
|
|
85
85
|
"xml2js": "^0.4.23",
|
|
86
|
-
"yargs": "^17.4.
|
|
86
|
+
"yargs": "^17.4.1"
|
|
87
87
|
}
|
|
88
88
|
}
|