@zwave-js/config 15.14.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.
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.14.0";
1
+ export declare const PACKAGE_VERSION = "15.15.0";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -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.14.0";
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.14.0\";\n"],
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
  }
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.14.0";
1
+ export declare const PACKAGE_VERSION = "15.15.0";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated by the codegen maintenance script
2
- export const PACKAGE_VERSION = "15.14.0";
2
+ export const PACKAGE_VERSION = "15.15.0";
3
3
  //# sourceMappingURL=_version.js.map
@@ -8,6 +8,10 @@
8
8
  "productType": "0x4944",
9
9
  "productId": "0x3433",
10
10
  "zwaveAllianceId": 4812
11
+ },
12
+ {
13
+ "productType": "0x4944",
14
+ "productId": "0x3434"
11
15
  }
12
16
  ],
13
17
  "firmwareVersion": {
@@ -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
+ }
@@ -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": 4,
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.14.0",
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.13.0",
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.13.0",
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",