@zwave-js/config 10.11.1 → 10.12.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.
@@ -0,0 +1,313 @@
1
+ {
2
+ "manufacturer": "Building 36 Technologies",
3
+ "manufacturerId": "0x0190",
4
+ "label": "ADC-SWM150",
5
+ "description": "Smart Water Valve & Meter",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0007",
9
+ "productId": "0x0001"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ // These parameters are reverse-engineered from Zniffer traces. They may contain errors.
18
+ {
19
+ "#": "7",
20
+ "label": "High Flow Timer",
21
+ "valueSize": 1,
22
+ "unit": "minutes",
23
+ "minValue": 0,
24
+ "maxValue": 100,
25
+ "defaultValue": 1
26
+ },
27
+ {
28
+ "#": "1",
29
+ "label": "High Flow Threshold",
30
+ "valueSize": 1,
31
+ "unit": "L/minute",
32
+ "minValue": 3,
33
+ "maxValue": 100,
34
+ "defaultValue": 28
35
+ },
36
+ {
37
+ "#": "4[0x01]",
38
+ "$import": "~/templates/master_template.json#base_enable_disable",
39
+ "label": "Unexpected High Flow: Close Valve"
40
+ },
41
+ {
42
+ "#": "4[0x02]",
43
+ "$import": "~/templates/master_template.json#base_enable_disable",
44
+ "label": "Unexpected High Flow: Sound Buzzer"
45
+ },
46
+
47
+ {
48
+ "#": "8",
49
+ "label": "Medium Flow Timer",
50
+ "valueSize": 1,
51
+ "unit": "minutes",
52
+ "minValue": 1,
53
+ "maxValue": 240,
54
+ "defaultValue": 40,
55
+ "unsigned": true
56
+ },
57
+ {
58
+ "#": "2",
59
+ "label": "Medium Flow Threshold",
60
+ "valueSize": 1,
61
+ "unit": "L/minute",
62
+ "minValue": 2,
63
+ "maxValue": 99,
64
+ "defaultValue": 4
65
+ },
66
+ {
67
+ "#": "5[0x01]",
68
+ "$import": "~/templates/master_template.json#base_enable_disable",
69
+ "label": "Unexpected Medium Flow: Close Valve"
70
+ },
71
+ {
72
+ "#": "5[0x02]",
73
+ "$import": "~/templates/master_template.json#base_enable_disable",
74
+ "label": "Unexpected Medium Flow: Sound Buzzer"
75
+ },
76
+
77
+ {
78
+ "#": "9",
79
+ "label": "Low Flow Timer",
80
+ "valueSize": 1,
81
+ "unit": "hours",
82
+ "minValue": 1,
83
+ "maxValue": 24,
84
+ "defaultValue": 2
85
+ },
86
+ {
87
+ "#": "6[0x01]",
88
+ "$import": "~/templates/master_template.json#base_enable_disable",
89
+ "label": "Unexpected Low Flow: Close Valve"
90
+ },
91
+ {
92
+ "#": "6[0x02]",
93
+ "$import": "~/templates/master_template.json#base_enable_disable",
94
+ "label": "Unexpected Low Flow: Sound Buzzer"
95
+ },
96
+
97
+ {
98
+ "#": "89",
99
+ "$import": "~/templates/master_template.json#base_enable_disable_255",
100
+ "label": "Notify Before Closing Valve",
101
+ "defaultValue": 255
102
+ },
103
+
104
+ {
105
+ "#": "10",
106
+ "label": "Low Temperature Threshold",
107
+ "valueSize": 2,
108
+ "unit": "0.1 °C",
109
+ "minValue": 0,
110
+ "maxValue": 100,
111
+ "defaultValue": 40
112
+ },
113
+ {
114
+ "#": "11",
115
+ "label": "High Temperature Threshold",
116
+ "valueSize": 2,
117
+ "unit": "0.1 °C",
118
+ "minValue": 200,
119
+ "maxValue": 650,
120
+ "defaultValue": 640
121
+ },
122
+
123
+ {
124
+ "#": "19",
125
+ "label": "Calibration",
126
+ "valueSize": 4,
127
+ "unsigned": true,
128
+ "allowManualEntry": false,
129
+ "defaultValue": 1379350, // Not sure
130
+ "options": [
131
+ {
132
+ "label": "Uncalibrated / Calibrate Meter",
133
+ "value": 1379350
134
+ },
135
+ {
136
+ "label": "Calibrated",
137
+ "value": 4278717462
138
+ }
139
+ ]
140
+ }
141
+
142
+ // Need to figure out what these do:
143
+ // {
144
+ // "#": "3",
145
+ // "label": "Unknown param 3",
146
+ // "valueSize": 1,
147
+ // "minValue": 0,
148
+ // "maxValue": 255,
149
+ // "defaultValue": 70,
150
+ // "unsigned": true
151
+ // },
152
+ // {
153
+ // "#": "12",
154
+ // "label": "Unknown param 12",
155
+ // "valueSize": 1,
156
+ // "minValue": 0,
157
+ // "maxValue": 255,
158
+ // "defaultValue": 4,
159
+ // "unsigned": true
160
+ // },
161
+ // {
162
+ // "#": "13",
163
+ // "label": "Unknown param 13",
164
+ // "valueSize": 1,
165
+ // "minValue": 0,
166
+ // "maxValue": 255,
167
+ // "defaultValue": 4,
168
+ // "unsigned": true
169
+ // },
170
+ // {
171
+ // "#": "14",
172
+ // "label": "Unknown param 14",
173
+ // "valueSize": 1,
174
+ // "minValue": 0,
175
+ // "maxValue": 255,
176
+ // "defaultValue": 4,
177
+ // "unsigned": true
178
+ // },
179
+ // {
180
+ // "#": "15",
181
+ // "label": "Unknown param 15",
182
+ // "valueSize": 1,
183
+ // "minValue": 0,
184
+ // "maxValue": 255,
185
+ // "defaultValue": 10,
186
+ // "unsigned": true
187
+ // },
188
+ // {
189
+ // "#": "16",
190
+ // "label": "Unknown param 16",
191
+ // "valueSize": 1,
192
+ // "minValue": 0,
193
+ // "maxValue": 255,
194
+ // "defaultValue": 20,
195
+ // "unsigned": true
196
+ // },
197
+ // {
198
+ // "#": "17",
199
+ // "label": "Unknown param 17",
200
+ // "valueSize": 1,
201
+ // "minValue": 0,
202
+ // "maxValue": 255,
203
+ // "defaultValue": 11,
204
+ // "unsigned": true
205
+ // },
206
+ // {
207
+ // "#": "18",
208
+ // "label": "Unknown param 18",
209
+ // "valueSize": 1,
210
+ // "minValue": 0,
211
+ // "maxValue": 255,
212
+ // "defaultValue": 2,
213
+ // "unsigned": true
214
+ // },
215
+ // {
216
+ // "#": "20",
217
+ // "label": "Unknown param 20",
218
+ // "valueSize": 1,
219
+ // "minValue": 0,
220
+ // "maxValue": 255,
221
+ // "defaultValue": 255,
222
+ // "unsigned": true
223
+ // },
224
+ // {
225
+ // "#": "25",
226
+ // "label": "Unknown param 25",
227
+ // "valueSize": 2,
228
+ // "minValue": 0,
229
+ // "maxValue": 65535,
230
+ // "defaultValue": 1082,
231
+ // "unsigned": true
232
+ // },
233
+ // {
234
+ // "#": "26",
235
+ // "label": "Unknown param 26",
236
+ // "valueSize": 2,
237
+ // "defaultValue": 771,
238
+ // "unsigned": true
239
+ // },
240
+ // {
241
+ // "#": "36",
242
+ // "label": "Unknown param 36",
243
+ // "valueSize": 1,
244
+ // "minValue": 0,
245
+ // "maxValue": 255,
246
+ // "defaultValue": 7,
247
+ // "unsigned": true
248
+ // },
249
+ // {
250
+ // "#": "37",
251
+ // "label": "Unknown param 37",
252
+ // "valueSize": 1,
253
+ // "minValue": 0,
254
+ // "maxValue": 255,
255
+ // "defaultValue": 4,
256
+ // "unsigned": true
257
+ // },
258
+ // {
259
+ // "#": "39",
260
+ // "label": "Unknown param 39",
261
+ // "valueSize": 1,
262
+ // "minValue": 0,
263
+ // "maxValue": 255,
264
+ // "defaultValue": 1,
265
+ // "unsigned": true
266
+ // },
267
+ // {
268
+ // "#": "40",
269
+ // "label": "Unknown param 40",
270
+ // "valueSize": 1,
271
+ // "minValue": 0,
272
+ // "maxValue": 255,
273
+ // "defaultValue": 5,
274
+ // "unsigned": true
275
+ // },
276
+ // {
277
+ // "#": "81",
278
+ // "label": "Unknown param 81",
279
+ // "valueSize": 1,
280
+ // "minValue": 0,
281
+ // "maxValue": 255,
282
+ // "defaultValue": 0,
283
+ // "unsigned": true
284
+ // },
285
+ // {
286
+ // "#": "84",
287
+ // "label": "Unknown param 84",
288
+ // "valueSize": 1,
289
+ // "minValue": 0,
290
+ // "maxValue": 255,
291
+ // "defaultValue": 0,
292
+ // "unsigned": true
293
+ // },
294
+ // {
295
+ // "#": "167",
296
+ // "label": "Unknown param 167",
297
+ // "valueSize": 1,
298
+ // "minValue": 0,
299
+ // "maxValue": 255,
300
+ // "defaultValue": 1,
301
+ // "unsigned": true
302
+ // },
303
+ // {
304
+ // "#": "169",
305
+ // "label": "Unknown param 169",
306
+ // "valueSize": 1,
307
+ // "minValue": 0,
308
+ // "maxValue": 255,
309
+ // "defaultValue": 1,
310
+ // "unsigned": true
311
+ // }
312
+ ]
313
+ }
@@ -2,7 +2,7 @@
2
2
  "manufacturer": "Zooz",
3
3
  "manufacturerId": "0x027a",
4
4
  "label": "ZEN20",
5
- "description": "Z-Wave Plus Power Strip, VER. 2.0",
5
+ "description": "Z-Wave Plus Power Strip",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0xa000",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "10.11.1",
3
+ "version": "10.12.0",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -66,7 +66,7 @@
66
66
  "test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
67
67
  },
68
68
  "dependencies": {
69
- "@zwave-js/core": "10.11.1",
69
+ "@zwave-js/core": "10.12.0",
70
70
  "@zwave-js/shared": "10.11.1",
71
71
  "alcalzone-shared": "^4.0.8",
72
72
  "ansi-colors": "^4.1.3",
@@ -88,7 +88,7 @@
88
88
  "@types/sinon": "^10.0.13",
89
89
  "@types/xml2js": "^0.4.11",
90
90
  "@types/yargs": "^17.0.12",
91
- "@zwave-js/maintenance": "10.11.1",
91
+ "@zwave-js/maintenance": "10.12.0",
92
92
  "ava": "^4.3.3",
93
93
  "comment-json": "^4.2.3",
94
94
  "del-cli": "^5.0.0",