@zwave-js/config 11.7.0 → 11.8.1
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.
|
@@ -70,6 +70,10 @@
|
|
|
70
70
|
"defaultValue": 1
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
|
+
"compat": {
|
|
74
|
+
// The device exposes the combined state of both outlets via the root endpoint
|
|
75
|
+
"preserveRootApplicationCCValueIDs": true
|
|
76
|
+
},
|
|
73
77
|
"metadata": {
|
|
74
78
|
"inclusion": "Initiate inclusion (pairing) in the app (or web interface).\nWhile the hub is looking for new devices, click the ZWave™ button 3 times as quickly as possible. The LED indicator will start flashing blue to confirm inclusion. mode and turn green for 1 second once inclusion is completed.",
|
|
75
79
|
"exclusion": "1. Bring the plug within direct range of your Z-Wave™ gateway (hub).\n2. Put the Z-Wave™ hub into exclusion mode (not sure how to do that? ask@getzooz.com).\n3. Press and release the Z-Wave™ button 3 times quickly.\n4. Your hub will confirm exclusion and the plug will disappear from your controller's device list",
|
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Namron",
|
|
3
|
+
"manufacturerId": "0x0438",
|
|
4
|
+
"label": "4512757",
|
|
5
|
+
"description": "16 A Thermostat - White",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0004",
|
|
9
|
+
"productId": "0x0108"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 5,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"paramInformation": [
|
|
24
|
+
{
|
|
25
|
+
"#": "4",
|
|
26
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
27
|
+
"label": "ECO Mode",
|
|
28
|
+
"valueSize": 4
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"#": "8",
|
|
32
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
33
|
+
"label": "Window Check",
|
|
34
|
+
"valueSize": 4,
|
|
35
|
+
"defaultValue": 1
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "10",
|
|
39
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
40
|
+
"label": "Frost",
|
|
41
|
+
"valueSize": 4
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "23",
|
|
45
|
+
"label": "Temperature Unit",
|
|
46
|
+
"valueSize": 4,
|
|
47
|
+
"unit": "°C",
|
|
48
|
+
"defaultValue": 0,
|
|
49
|
+
"unsigned": true,
|
|
50
|
+
"allowManualEntry": false,
|
|
51
|
+
"options": [
|
|
52
|
+
{
|
|
53
|
+
"label": "°C",
|
|
54
|
+
"value": 0
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"label": "°F",
|
|
58
|
+
"value": 1
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "27",
|
|
64
|
+
"label": "Temperature Calibration",
|
|
65
|
+
"valueSize": 4,
|
|
66
|
+
"unit": "°C",
|
|
67
|
+
"minValue": -10,
|
|
68
|
+
"maxValue": 10,
|
|
69
|
+
"defaultValue": 0
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"#": "31",
|
|
73
|
+
"label": "Work Days Set",
|
|
74
|
+
"valueSize": 4,
|
|
75
|
+
"defaultValue": 0,
|
|
76
|
+
"unsigned": true,
|
|
77
|
+
"allowManualEntry": false,
|
|
78
|
+
"options": [
|
|
79
|
+
{
|
|
80
|
+
"label": "Monday - Friday",
|
|
81
|
+
"value": 0
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"label": "Monday - Saturday",
|
|
85
|
+
"value": 1
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"label": "Monday - Sunday",
|
|
89
|
+
"value": 2
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"label": "None",
|
|
93
|
+
"value": 3
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"#": "40",
|
|
99
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
100
|
+
"label": "Child Lock",
|
|
101
|
+
"valueSize": 4
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"#": "43",
|
|
105
|
+
"label": "Sensor Mode",
|
|
106
|
+
"valueSize": 4,
|
|
107
|
+
"defaultValue": 1,
|
|
108
|
+
"unsigned": true,
|
|
109
|
+
"allowManualEntry": false,
|
|
110
|
+
"options": [
|
|
111
|
+
{
|
|
112
|
+
"label": "A",
|
|
113
|
+
"value": 0
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"label": "F",
|
|
117
|
+
"value": 1
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"label": "AF",
|
|
121
|
+
"value": 2
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"label": "A2",
|
|
125
|
+
"value": 3
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"label": "A2F",
|
|
129
|
+
"value": 4
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"label": "P",
|
|
133
|
+
"value": 6
|
|
134
|
+
}
|
|
135
|
+
]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"#": "58",
|
|
139
|
+
"label": "Run Mode",
|
|
140
|
+
"valueSize": 4,
|
|
141
|
+
"defaultValue": 1,
|
|
142
|
+
"unsigned": true,
|
|
143
|
+
"allowManualEntry": false,
|
|
144
|
+
"options": [
|
|
145
|
+
{
|
|
146
|
+
"label": "Manual",
|
|
147
|
+
"value": 0
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"label": "Program",
|
|
151
|
+
"value": 1
|
|
152
|
+
}
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"#": "112",
|
|
157
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
158
|
+
"label": "Adaption",
|
|
159
|
+
"valueSize": 4
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
"#": "118",
|
|
163
|
+
"label": "Regulator",
|
|
164
|
+
"valueSize": 4,
|
|
165
|
+
"unit": "minutes",
|
|
166
|
+
"minValue": 0,
|
|
167
|
+
"maxValue": 30,
|
|
168
|
+
"defaultValue": 30,
|
|
169
|
+
"unsigned": true
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"#": "123",
|
|
173
|
+
"label": "LCD Backlight Standby",
|
|
174
|
+
"description": "Allowable range: 10-100 (increment by 10)",
|
|
175
|
+
"valueSize": 4,
|
|
176
|
+
"defaultValue": 10,
|
|
177
|
+
"unsigned": true,
|
|
178
|
+
"allowManualEntry": false,
|
|
179
|
+
"options": [
|
|
180
|
+
{
|
|
181
|
+
"label": "10 %",
|
|
182
|
+
"value": 10
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"label": "20 %",
|
|
186
|
+
"value": 20
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
"label": "30 %",
|
|
190
|
+
"value": 30
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"label": "40 %",
|
|
194
|
+
"value": 40
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"label": "50 %",
|
|
198
|
+
"value": 50
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"label": "60 %",
|
|
202
|
+
"value": 60
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"label": "70 %",
|
|
206
|
+
"value": 70
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
"label": "80 %",
|
|
210
|
+
"value": 80
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"label": "90 %",
|
|
214
|
+
"value": 90
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"label": "100 %",
|
|
218
|
+
"value": 100
|
|
219
|
+
}
|
|
220
|
+
]
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"#": "124",
|
|
224
|
+
"label": "LCD Backlight Work",
|
|
225
|
+
"description": "Allowable range: 10-100 (increment by 10)",
|
|
226
|
+
"valueSize": 4,
|
|
227
|
+
"defaultValue": 100,
|
|
228
|
+
"unsigned": true,
|
|
229
|
+
"allowManualEntry": false,
|
|
230
|
+
"options": [
|
|
231
|
+
{
|
|
232
|
+
"label": "10 %",
|
|
233
|
+
"value": 10
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"label": "20 %",
|
|
237
|
+
"value": 20
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"label": "30 %",
|
|
241
|
+
"value": 30
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"label": "40 %",
|
|
245
|
+
"value": 40
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"label": "50 %",
|
|
249
|
+
"value": 50
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"label": "60 %",
|
|
253
|
+
"value": 60
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"label": "70 %",
|
|
257
|
+
"value": 70
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"label": "80 %",
|
|
261
|
+
"value": 80
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"label": "90 %",
|
|
265
|
+
"value": 90
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"label": "100 %",
|
|
269
|
+
"value": 100
|
|
270
|
+
}
|
|
271
|
+
]
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"#": "127",
|
|
275
|
+
"label": "Regulator Percentage",
|
|
276
|
+
"description": "Allowable range: 0-100 (increment by 10)",
|
|
277
|
+
"valueSize": 4,
|
|
278
|
+
"defaultValue": 20,
|
|
279
|
+
"unsigned": true,
|
|
280
|
+
"allowManualEntry": false,
|
|
281
|
+
"options": [
|
|
282
|
+
{
|
|
283
|
+
"label": "0 %",
|
|
284
|
+
"value": 0
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"label": "10 %",
|
|
288
|
+
"value": 10
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"label": "20 %",
|
|
292
|
+
"value": 20
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
"label": "30 %",
|
|
296
|
+
"value": 30
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"label": "40 %",
|
|
300
|
+
"value": 40
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"label": "50 %",
|
|
304
|
+
"value": 50
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"label": "60 %",
|
|
308
|
+
"value": 60
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"label": "70 %",
|
|
312
|
+
"value": 70
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"label": "80 %",
|
|
316
|
+
"value": 80
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"label": "90 %",
|
|
320
|
+
"value": 90
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"label": "100 %",
|
|
324
|
+
"value": 100
|
|
325
|
+
}
|
|
326
|
+
]
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"#": "134",
|
|
330
|
+
"label": "Differential (Celsius)",
|
|
331
|
+
"description": "Allowable range: 5-100 (increment by 5)",
|
|
332
|
+
"valueSize": 4,
|
|
333
|
+
"unit": "°C",
|
|
334
|
+
"defaultValue": 0,
|
|
335
|
+
"minValue": 5,
|
|
336
|
+
"maxValue": 100,
|
|
337
|
+
"unsigned": true
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"#": "135",
|
|
341
|
+
"label": "Differential (Fahrenheit)",
|
|
342
|
+
"description": "Allowable range: 10-180 (increment by 10)",
|
|
343
|
+
"valueSize": 4,
|
|
344
|
+
"unit": "°C",
|
|
345
|
+
"defaultValue": 20,
|
|
346
|
+
"minValue": 10,
|
|
347
|
+
"maxValue": 180,
|
|
348
|
+
"unsigned": true
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"#": "136",
|
|
352
|
+
"label": "Frost (Celsius)",
|
|
353
|
+
"description": "Allowable range: 50-100 (increment by 10)",
|
|
354
|
+
"valueSize": 4,
|
|
355
|
+
"defaultValue": 50,
|
|
356
|
+
"unit": "0.1 °C",
|
|
357
|
+
"minValue": 50,
|
|
358
|
+
"maxValue": 100,
|
|
359
|
+
"unsigned": true
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"#": "137",
|
|
363
|
+
"label": "Frost (Fahrenheit)",
|
|
364
|
+
"description": "Allowable range: 410-500 (increment by 20)",
|
|
365
|
+
"valueSize": 4,
|
|
366
|
+
"defaultValue": 410,
|
|
367
|
+
"unit": "0.1 °C",
|
|
368
|
+
"minValue": 410,
|
|
369
|
+
"maxValue": 500,
|
|
370
|
+
"unsigned": true
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"#": "183",
|
|
374
|
+
"label": "Dry",
|
|
375
|
+
"description": "Allowable range: 0-120 (increment by 5)",
|
|
376
|
+
"valueSize": 4,
|
|
377
|
+
"defaultValue": 30,
|
|
378
|
+
"unit": "minutes",
|
|
379
|
+
"minValue": 0,
|
|
380
|
+
"maxValue": 120,
|
|
381
|
+
"unsigned": true
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
"#": "185",
|
|
385
|
+
"label": "Floor Limit Temp (Celsius)",
|
|
386
|
+
"description": "Allowable range: 50-600 (increment by 5)",
|
|
387
|
+
"valueSize": 4,
|
|
388
|
+
"defaultValue": 270,
|
|
389
|
+
"unit": "0.1 °C",
|
|
390
|
+
"minValue": 50,
|
|
391
|
+
"maxValue": 600,
|
|
392
|
+
"unsigned": true
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"#": "186",
|
|
396
|
+
"label": "Floor Limit Temp (Fahrenheit)",
|
|
397
|
+
"description": "Allowable range: 410-1400 (increment by 10)",
|
|
398
|
+
"valueSize": 4,
|
|
399
|
+
"defaultValue": 810,
|
|
400
|
+
"unit": "0.1 °C",
|
|
401
|
+
"minValue": 410,
|
|
402
|
+
"maxValue": 1400,
|
|
403
|
+
"unsigned": true
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"#": "188",
|
|
407
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
408
|
+
"label": "LCD Display Switch",
|
|
409
|
+
"valueSize": 4,
|
|
410
|
+
"defaultValue": 1
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"#": "189",
|
|
414
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
415
|
+
"label": "Automatically Get Network Time",
|
|
416
|
+
"valueSize": 4
|
|
417
|
+
}
|
|
418
|
+
],
|
|
419
|
+
"metadata": {
|
|
420
|
+
"inclusion": "Select menu item “Net”, then find IN and long-press M for 2s.",
|
|
421
|
+
"exclusion": "Select menu item “Net”, then find OUT and long-press M for 2s.",
|
|
422
|
+
"reset": "Select menu item “Net”, then find OUT and long-press M for 2s.",
|
|
423
|
+
"manual": "https://www.elektroimportoren.no/docs/lib/4512757-Manual-18.pdf"
|
|
424
|
+
}
|
|
425
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.8.1",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@zwave-js/core": "11.
|
|
62
|
-
"@zwave-js/shared": "11.
|
|
61
|
+
"@zwave-js/core": "11.8.1",
|
|
62
|
+
"@zwave-js/shared": "11.8.0",
|
|
63
63
|
"alcalzone-shared": "^4.0.8",
|
|
64
64
|
"ansi-colors": "^4.1.3",
|
|
65
65
|
"fs-extra": "^10.1.0",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@types/sinon": "^10.0.14",
|
|
81
81
|
"@types/xml2js": "^0.4.11",
|
|
82
82
|
"@types/yargs": "^17.0.24",
|
|
83
|
-
"@zwave-js/maintenance": "11.
|
|
83
|
+
"@zwave-js/maintenance": "11.8.1",
|
|
84
84
|
"ava": "^4.3.3",
|
|
85
85
|
"comment-json": "^4.2.3",
|
|
86
86
|
"del-cli": "^5.0.0",
|