@zwave-js/config 15.13.0 → 15.15.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/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/config/devices/0x0063/59350_59372_59373_zwa3016.json +4 -0
- package/config/devices/0x0090/hc620.json +9 -0
- package/config/devices/0x027a/zse50.json +262 -0
- package/config/devices/0x0312/mp22zp.json +1 -1
- package/config/devices/0x0312/mp22zp_800.json +99 -0
- package/config/devices/0x0460/templates/wave_template.json +1 -1
- package/package.json +3 -3
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.15.0";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/cjs/_version.js
CHANGED
|
@@ -21,7 +21,7 @@ __export(version_exports, {
|
|
|
21
21
|
PACKAGE_VERSION: () => PACKAGE_VERSION
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(version_exports);
|
|
24
|
-
const PACKAGE_VERSION = "15.
|
|
24
|
+
const PACKAGE_VERSION = "15.15.0";
|
|
25
25
|
// Annotate the CommonJS export names for ESM import in node:
|
|
26
26
|
0 && (module.exports = {
|
|
27
27
|
PACKAGE_VERSION
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/_version.ts"],
|
|
4
|
-
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.15.0\";\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;AACO,MAAM,kBAAkB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/build/esm/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.15.0";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
"productType": "0x0811",
|
|
19
19
|
"productId": "0x23a8",
|
|
20
20
|
"zwaveAllianceId": 4184
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"productType": "0x0811",
|
|
24
|
+
"productId": "0x23a9"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"productType": "0x0811",
|
|
28
|
+
"productId": "0x00a9",
|
|
29
|
+
"zwaveAllianceId": 5046
|
|
21
30
|
}
|
|
22
31
|
],
|
|
23
32
|
"firmwareVersion": {
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Zooz",
|
|
3
|
+
"manufacturerId": "0x027a",
|
|
4
|
+
"label": "ZSE50",
|
|
5
|
+
"description": "Siren & Chime",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0369"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"label": "Siren Playback Mode",
|
|
20
|
+
"valueSize": 1,
|
|
21
|
+
"defaultValue": 0,
|
|
22
|
+
"allowManualEntry": false,
|
|
23
|
+
"options": [
|
|
24
|
+
{
|
|
25
|
+
"label": "Play once",
|
|
26
|
+
"value": 0
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"label": "Play in a loop for the duration per parameter two",
|
|
30
|
+
"value": 1
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"label": "Play the loop per the number set in parameter three",
|
|
34
|
+
"value": 2
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"label": "Play in a loop until cancelled by user",
|
|
38
|
+
"value": 3
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"label": "No sound, LED indicator only",
|
|
42
|
+
"value": 4
|
|
43
|
+
}
|
|
44
|
+
]
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"#": "2",
|
|
48
|
+
"label": "Siren Playback Duration",
|
|
49
|
+
"valueSize": 2,
|
|
50
|
+
"unit": "seconds",
|
|
51
|
+
"minValue": 1,
|
|
52
|
+
"maxValue": 900,
|
|
53
|
+
"defaultValue": 180
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"#": "3",
|
|
57
|
+
"label": "Number of Playback Loops",
|
|
58
|
+
"valueSize": 1,
|
|
59
|
+
"minValue": 1,
|
|
60
|
+
"maxValue": 99,
|
|
61
|
+
"defaultValue": 1
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"#": "4",
|
|
65
|
+
"label": "Default Siren Playback Tone File Number",
|
|
66
|
+
"valueSize": 1,
|
|
67
|
+
"minValue": 1,
|
|
68
|
+
"maxValue": 50,
|
|
69
|
+
"defaultValue": 1
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"#": "5",
|
|
73
|
+
"label": "Siren Playback Volume",
|
|
74
|
+
"valueSize": 1,
|
|
75
|
+
"unit": "%",
|
|
76
|
+
"minValue": 0,
|
|
77
|
+
"maxValue": 100,
|
|
78
|
+
"defaultValue": 100
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "6",
|
|
82
|
+
"label": "LED Indicator Mode",
|
|
83
|
+
"valueSize": 1,
|
|
84
|
+
"defaultValue": 1,
|
|
85
|
+
"allowManualEntry": false,
|
|
86
|
+
"options": [
|
|
87
|
+
{
|
|
88
|
+
"label": "LED always off",
|
|
89
|
+
"value": 0
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "LED strobe single color as set in param 7",
|
|
93
|
+
"value": 1
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"label": "LED strobe red and blue",
|
|
97
|
+
"value": 2
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"label": "LED pulse single color as set in param 7",
|
|
101
|
+
"value": 3
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"label": "LED solid on single color as set in param 7",
|
|
105
|
+
"value": 4
|
|
106
|
+
}
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"#": "7",
|
|
111
|
+
"label": "LED Indicator Color",
|
|
112
|
+
"valueSize": 1,
|
|
113
|
+
"defaultValue": 0,
|
|
114
|
+
"unsigned": true,
|
|
115
|
+
"allowManualEntry": false,
|
|
116
|
+
"options": [
|
|
117
|
+
{
|
|
118
|
+
"label": "Red",
|
|
119
|
+
"value": 0
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"label": "Yellow",
|
|
123
|
+
"value": 42
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"label": "Green",
|
|
127
|
+
"value": 85
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"label": "Indigo",
|
|
131
|
+
"value": 127
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"label": "Blue",
|
|
135
|
+
"value": 170
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"label": "Purple",
|
|
139
|
+
"value": 212
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"label": "White",
|
|
143
|
+
"value": 255
|
|
144
|
+
}
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"#": "8",
|
|
149
|
+
"$import": "templates/zooz_template.json#low_battery_alarm_threshold"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"#": "9",
|
|
153
|
+
"label": "LED Action in Back-Up Battery Mode",
|
|
154
|
+
"valueSize": 1,
|
|
155
|
+
"defaultValue": 1,
|
|
156
|
+
"allowManualEntry": false,
|
|
157
|
+
"options": [
|
|
158
|
+
{
|
|
159
|
+
"label": "LED off to save battery",
|
|
160
|
+
"value": 0
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"label": "Regular LED mode as set in param 6",
|
|
164
|
+
"value": 1
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"label": "LED pulse white for full battery and red for low battery",
|
|
168
|
+
"value": 2
|
|
169
|
+
}
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"#": "10",
|
|
174
|
+
"$import": "templates/zooz_template.json#local_control",
|
|
175
|
+
"description": "Disable tone selection from physical buttons on the siren."
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"#": "11",
|
|
179
|
+
"$import": "templates/zooz_template.json#local_control",
|
|
180
|
+
"description": "Disable volume adjustment from physical buttons on the siren"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"#": "12",
|
|
184
|
+
"label": "Basic Set Command to Group 2",
|
|
185
|
+
"valueSize": 1,
|
|
186
|
+
"defaultValue": 1,
|
|
187
|
+
"allowManualEntry": false,
|
|
188
|
+
"options": [
|
|
189
|
+
{
|
|
190
|
+
"label": "Basic commands are not sent",
|
|
191
|
+
"value": 0
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"label": "On sent when playback starts, off when stopped",
|
|
195
|
+
"value": 1
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"label": "Off sent when playback starts, on when stopped",
|
|
199
|
+
"value": 2
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"label": "On sent when playback starts only",
|
|
203
|
+
"value": 3
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"label": "Off sent when playback stops only",
|
|
207
|
+
"value": 4
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"label": "Off sent when playback starts only",
|
|
211
|
+
"value": 5
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"label": "On sent when playback stops only",
|
|
215
|
+
"value": 6
|
|
216
|
+
}
|
|
217
|
+
]
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"#": "13",
|
|
221
|
+
"label": "System Message Volume",
|
|
222
|
+
"valueSize": 1,
|
|
223
|
+
"unit": "%",
|
|
224
|
+
"minValue": 0,
|
|
225
|
+
"maxValue": 100,
|
|
226
|
+
"defaultValue": 50
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
"#": "14",
|
|
230
|
+
"label": "LED Indicator Brightness",
|
|
231
|
+
"valueSize": 1,
|
|
232
|
+
"minValue": 0,
|
|
233
|
+
"maxValue": 10,
|
|
234
|
+
"defaultValue": 5
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
"#": "15",
|
|
238
|
+
"label": "Battery Reporting Interval",
|
|
239
|
+
"valueSize": 1,
|
|
240
|
+
"unit": "hours",
|
|
241
|
+
"minValue": 1,
|
|
242
|
+
"maxValue": 84,
|
|
243
|
+
"defaultValue": 12
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"#": "16",
|
|
247
|
+
"$import": "templates/zooz_template.json#battery_report_threshold",
|
|
248
|
+
"minValue": 0,
|
|
249
|
+
"maxValue": 20,
|
|
250
|
+
"defaultValue": 0
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"compat": {
|
|
254
|
+
"commandClasses": {
|
|
255
|
+
"add": {
|
|
256
|
+
"Basic": {
|
|
257
|
+
"isSupported": true
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
// 800 series version
|
|
2
|
+
{
|
|
3
|
+
"manufacturer": "Minoston",
|
|
4
|
+
"manufacturerId": "0x0312",
|
|
5
|
+
"label": "MP22ZP",
|
|
6
|
+
"description": "Z-Wave Outdoor Smart Plug with Power Meter",
|
|
7
|
+
"devices": [
|
|
8
|
+
{
|
|
9
|
+
"productType": "0xff00",
|
|
10
|
+
"productId": "0xff0f"
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "8.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
|
+
"#": "1",
|
|
31
|
+
"$import": "templates/minoston_template.json#led_indicator_four_options_inverted"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "2",
|
|
35
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "4",
|
|
39
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "6",
|
|
43
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "7",
|
|
47
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness",
|
|
48
|
+
"defaultValue": 2
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"#": "8",
|
|
52
|
+
"$import": "templates/minoston_template.json#enable_local_control"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"#": "9",
|
|
56
|
+
"$import": "templates/minoston_template.json#power_reporting_threshold"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"#": "10",
|
|
60
|
+
"$import": "templates/minoston_template.json#power_reporting_interval"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "11",
|
|
64
|
+
"$import": "templates/minoston_template.json#current_reporting_threshold"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"#": "12",
|
|
68
|
+
"$import": "templates/minoston_template.json#energy_reporting_threshold"
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"#": "13",
|
|
72
|
+
"$import": "templates/minoston_template.json#power_reporting"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"#": "14",
|
|
76
|
+
"$import": "templates/minoston_template.json#current_reporting"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"#": "15",
|
|
80
|
+
"$import": "templates/minoston_template.json#current_reporting_interval",
|
|
81
|
+
"minValue": 0,
|
|
82
|
+
"options": [
|
|
83
|
+
{
|
|
84
|
+
"label": "Disable",
|
|
85
|
+
"value": 0
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"#": "16",
|
|
91
|
+
"$import": "templates/minoston_template.json#voltage_reporting_interval"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"metadata": {
|
|
95
|
+
"inclusion": "Press the Manual/Program button 3 times quickly. The blue LED will blink quickly.",
|
|
96
|
+
"exclusion": "Press the Manual/Program button 3 times quickly.",
|
|
97
|
+
"reset": "Press the button twice quickly, then hold for at least 10 seconds. The light flashes once when reset is successful."
|
|
98
|
+
}
|
|
99
|
+
}
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"factory_reset": {
|
|
196
196
|
"label": "Factory Reset",
|
|
197
197
|
"description": "Reset to factory default settings and remove from the Z-Wave network.",
|
|
198
|
-
"valueSize":
|
|
198
|
+
"valueSize": 1,
|
|
199
199
|
"defaultValue": 0,
|
|
200
200
|
"allowManualEntry": false,
|
|
201
201
|
"options": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.15.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"publishConfig": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@zwave-js/core": "15.
|
|
82
|
+
"@zwave-js/core": "15.15.0",
|
|
83
83
|
"@zwave-js/shared": "15.13.0",
|
|
84
84
|
"alcalzone-shared": "^5.0.0",
|
|
85
85
|
"ansi-colors": "^4.1.3",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"@types/sinon": "^17.0.4",
|
|
101
101
|
"@types/xml2js": "^0.4.14",
|
|
102
102
|
"@types/yargs": "^17.0.33",
|
|
103
|
-
"@zwave-js/maintenance": "15.
|
|
103
|
+
"@zwave-js/maintenance": "15.15.0",
|
|
104
104
|
"comment-json": "^4.2.5",
|
|
105
105
|
"del-cli": "^6.0.0",
|
|
106
106
|
"es-main": "^1.4.0",
|