@zwave-js/config 15.3.2 → 15.5.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.
Files changed (34) hide show
  1. package/build/cjs/_version.d.ts +1 -1
  2. package/build/cjs/_version.js +1 -1
  3. package/build/cjs/_version.js.map +1 -1
  4. package/build/esm/_version.d.ts +1 -1
  5. package/build/esm/_version.js +1 -1
  6. package/config/devices/0x0001/zdp100.json +9 -1
  7. package/config/devices/0x0005/pe653.json +96 -7
  8. package/config/devices/0x0063/58446_zwa4013.json +98 -0
  9. package/config/devices/0x0063/templates/jasco_template.json +5 -0
  10. package/config/devices/0x0086/templates/aeotec_template.json +1232 -98
  11. package/config/devices/0x0129/ydm3109a.json +94 -0
  12. package/config/devices/0x015f/mh-s314-7102.json +697 -0
  13. package/config/devices/0x015f/mh4936.json +141 -0
  14. package/config/devices/0x015f/mh5-2a.json +19 -268
  15. package/config/devices/0x015f/mh5-2d.json +106 -0
  16. package/config/devices/0x015f/mh5-4a.json +98 -0
  17. package/config/devices/0x015f/mh7h.json +1 -1
  18. package/config/devices/0x015f/templates/mcohome_template.json +268 -14
  19. package/config/devices/0x0208/hkzw-dws01.json +10 -3
  20. package/config/devices/0x0208/hkzw-so08.json +10 -3
  21. package/config/devices/0x0208/hkzw_fld01.json +10 -3
  22. package/config/devices/0x0208/hkzw_ms02.json +10 -3
  23. package/config/devices/0x0267/10002020-13x.json +279 -0
  24. package/config/devices/0x0267/10002021-13x.json +179 -0
  25. package/config/devices/0x0267/10002034-13x.json +2 -1
  26. package/config/devices/0x0267/10002041-130.json +92 -62
  27. package/config/devices/0x0267/10002080-13x.json +68 -84
  28. package/config/devices/0x0267/10003041-13x.json +252 -0
  29. package/config/devices/0x031e/vzw31-sn.json +151 -3
  30. package/config/devices/0x0371/zwa046_1phase_eu.json +508 -0
  31. package/config/devices/0x0371/zwa046_2phase_us.json +722 -0
  32. package/config/devices/0x0371/zwa046_3phase_eu.json +940 -0
  33. package/config/devices/0x045a/WM25C.json +196 -0
  34. package/package.json +8 -8
@@ -17,9 +17,8 @@
17
17
  },
18
18
  "level_report_mode": {
19
19
  "label": "Level Report Mode",
20
- "valueSize": 1,
20
+ "$import": "~/templates/master_template.json#base_options_nounit",
21
21
  "defaultValue": 2,
22
- "allowManualEntry": false,
23
22
  "options": [
24
23
  {
25
24
  "label": "Every 5 seconds while moving",
@@ -47,9 +46,7 @@
47
46
  "demo_trip": {
48
47
  "label": "Demo Trip",
49
48
  "description": "Run the motor for 3 seconds to read motor data",
50
- "valueSize": 1,
51
- "defaultValue": 0,
52
- "allowManualEntry": false,
49
+ "$import": "~/templates/master_template.json#base_options_nounit",
53
50
  "options": [
54
51
  {
55
52
  "label": "Idle",
@@ -63,9 +60,7 @@
63
60
  },
64
61
  "auto_calibrate": {
65
62
  "label": "Auto Calibrate",
66
- "valueSize": 1,
67
- "defaultValue": 0,
68
- "allowManualEntry": false,
63
+ "$import": "~/templates/master_template.json#base_options_nounit",
69
64
  "options": [
70
65
  {
71
66
  "label": "Idle",
@@ -79,9 +74,7 @@
79
74
  },
80
75
  "demo_trip_and_calibrate": {
81
76
  "label": "Demo Trip and Auto Calibrate",
82
- "valueSize": 1,
83
- "defaultValue": 0,
84
- "allowManualEntry": false,
77
+ "$import": "~/templates/master_template.json#base_options_nounit",
85
78
  "options": [
86
79
  {
87
80
  "label": "Idle",
@@ -109,9 +102,7 @@
109
102
  },
110
103
  "factory_reset": {
111
104
  "label": "Factory Reset",
112
- "valueSize": 1,
113
- "defaultValue": 0,
114
- "allowManualEntry": false,
105
+ "$import": "~/templates/master_template.json#base_options_nounit",
115
106
  "options": [
116
107
  {
117
108
  "label": "Normal operation",
@@ -122,5 +113,268 @@
122
113
  "value": 85
123
114
  }
124
115
  ]
116
+ },
117
+ "temperature_reporting_threshold": {
118
+ "label": "Temperature Reporting Threshold",
119
+ "$import": "~/templates/master_template.json#base_0-255_nounit",
120
+ "description": "Valid range: 3-255; Variation in temperature to induce automatic report",
121
+ "valueSize": 2,
122
+ "unit": "0.1 °F/C",
123
+ "defaultValue": 5,
124
+ "options": [
125
+ {
126
+ "label": "Disable",
127
+ "value": 0
128
+ },
129
+ {
130
+ "label": "Default (Celsius)",
131
+ "value": 5
132
+ },
133
+ {
134
+ "label": "Default (Fahrenheit)",
135
+ "value": 10
136
+ }
137
+ ]
138
+ },
139
+ "humidity_reporting_threshold": {
140
+ "label": "Humidity Reporting Threshold",
141
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
142
+ "description": "Variation in humidity to induce automatic report",
143
+ "defaultValue": 6,
144
+ "options": [
145
+ {
146
+ "label": "Disable",
147
+ "value": 0
148
+ }
149
+ ]
150
+ },
151
+ "display_brightness": {
152
+ "label": "Display Brightness",
153
+ "$import": "~/templates/master_template.json#base_options_nounit",
154
+ "defaultValue": 2,
155
+ "options": [
156
+ {
157
+ "label": "Dim",
158
+ "value": 1
159
+ },
160
+ {
161
+ "label": "Low",
162
+ "value": 2
163
+ },
164
+ {
165
+ "label": "Medium",
166
+ "value": 3
167
+ },
168
+ {
169
+ "label": "High",
170
+ "value": 4
171
+ },
172
+ {
173
+ "label": "Always on",
174
+ "value": 5
175
+ }
176
+ ]
177
+ },
178
+ "beep_volume": {
179
+ "label": "Beep Volume",
180
+ "$import": "~/templates/master_template.json#base_options_nounit",
181
+ "defaultValue": 5,
182
+ "options": [
183
+ {
184
+ "label": "Off",
185
+ "value": 1
186
+ },
187
+ {
188
+ "label": "Low",
189
+ "value": 2
190
+ },
191
+ {
192
+ "label": "Medium",
193
+ "value": 3
194
+ },
195
+ {
196
+ "label": "High",
197
+ "value": 4
198
+ },
199
+ {
200
+ "label": "Standard",
201
+ "value": 5
202
+ }
203
+ ]
204
+ },
205
+ "temperature_upper_limit": {
206
+ "label": "Temperature: Upper Limit",
207
+ "$import": "~/templates/master_template.json#base_1-99_nounit",
208
+ "defaultValue": 37,
209
+ "options": [
210
+ {
211
+ "label": "Default (Celsius)",
212
+ "value": 37
213
+ },
214
+ {
215
+ "label": "Default (Fahrenheit)",
216
+ "value": 98
217
+ }
218
+ ]
219
+ },
220
+ "temperature_lower_limit": {
221
+ "label": "Temperature: Lower Limit",
222
+ "valueSize": 1,
223
+ "minValue": 0,
224
+ "maxValue": 98,
225
+ "defaultValue": 5,
226
+ "options": [
227
+ {
228
+ "label": "Default (Celsius)",
229
+ "value": 5
230
+ },
231
+ {
232
+ "label": "Default (Fahrenheit)",
233
+ "value": 41
234
+ }
235
+ ]
236
+ },
237
+ "indoor_temperature_calibration": {
238
+ "label": "Indoor Temperature Calibration",
239
+ "valueSize": 1,
240
+ "unit": "0.1 °F/C",
241
+ "minValue": -99,
242
+ "maxValue": 99,
243
+ "defaultValue": 0
244
+ },
245
+ "indoor_humidity_calibration": {
246
+ "label": "Indoor Humidity Calibration",
247
+ "valueSize": 1,
248
+ "unit": "%",
249
+ "minValue": -20,
250
+ "maxValue": 20,
251
+ "defaultValue": 0
252
+ },
253
+ "outdoor_temperature_calibration": {
254
+ "label": "Outdoor Temperature Calibration",
255
+ "valueSize": 1,
256
+ "unit": "0.1 °F/C",
257
+ "minValue": -99,
258
+ "maxValue": 99,
259
+ "defaultValue": 0
260
+ },
261
+ "outdoor_temperature_sensor_type": {
262
+ "label": "Outdoor Temperature Sensor Type",
263
+ "$import": "~/templates/master_template.json#base_options_nounit",
264
+ "options": [
265
+ {
266
+ "label": "Protection sensor",
267
+ "value": 0
268
+ },
269
+ {
270
+ "label": "Controlled sensor",
271
+ "value": 1
272
+ }
273
+ ]
274
+ },
275
+ "antifreeze_protection": {
276
+ "label": "Antifreeze Protection",
277
+ "$import": "~/templates/master_template.json#base_enable_disable",
278
+ "description": "Automatic heating at 41 °F / 5 °C"
279
+ },
280
+ "fan_mode_above_set_temperature": {
281
+ "label": "Fan Mode Above Set Temperature",
282
+ "$import": "~/templates/master_template.json#base_options_nounit",
283
+ "options": [
284
+ {
285
+ "label": "Normal operation",
286
+ "value": 0
287
+ },
288
+ {
289
+ "label": "Always off",
290
+ "value": 1
291
+ }
292
+ ]
293
+ },
294
+ "fan_working_mode": {
295
+ "label": "Fan Working Mode",
296
+ "$import": "~/templates/master_template.json#base_options_nounit",
297
+ "options": [
298
+ {
299
+ "label": "Cool and heat modes",
300
+ "value": 0
301
+ },
302
+ {
303
+ "label": "Cool mode only",
304
+ "value": 1
305
+ },
306
+ {
307
+ "label": "Heat mode only",
308
+ "value": 2
309
+ },
310
+ {
311
+ "label": "Disable",
312
+ "value": 3
313
+ }
314
+ ]
315
+ },
316
+ "key_lock_function": {
317
+ "label": "Key Lock Function",
318
+ "$import": "~/templates/master_template.json#base_enable_disable",
319
+ "defaultValue": 1
320
+ },
321
+ "ventilation_function": {
322
+ "label": "Ventilation Function",
323
+ "$import": "~/templates/master_template.json#base_enable_disable"
324
+ },
325
+ "ventilation_duration": {
326
+ "label": "Ventilation Duration",
327
+ "valueSize": 1,
328
+ "unit": "minutes",
329
+ "minValue": 1,
330
+ "maxValue": 30,
331
+ "defaultValue": 5
332
+ },
333
+ "temperature_deadband_10_20": {
334
+ "label": "Temperature Deadband",
335
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
336
+ "unit": "0.1 °F/C",
337
+ "defaultValue": 10,
338
+ "options": [
339
+ {
340
+ "label": "Default (Celsius)",
341
+ "value": 10
342
+ },
343
+ {
344
+ "label": "Default (Fahrenheit)",
345
+ "value": 20
346
+ }
347
+ ]
348
+ },
349
+ "temperature_deadband_15_30": {
350
+ "label": "Temperature Deadband",
351
+ "$import": "~/templates/master_template.json#base_0-99_nounit",
352
+ "unit": "0.1 °F/C",
353
+ "defaultValue": 15,
354
+ "options": [
355
+ {
356
+ "label": "Default (Celsius)",
357
+ "value": 15
358
+ },
359
+ {
360
+ "label": "Default (Fahrenheit)",
361
+ "value": 30
362
+ }
363
+ ]
364
+ },
365
+ "factory_reset_53_55": {
366
+ "label": "Factory Reset",
367
+ "$import": "~/templates/master_template.json#base_options_nounit",
368
+ "defaultValue": 53,
369
+ "options": [
370
+ {
371
+ "label": "Normal operation",
372
+ "value": 53
373
+ },
374
+ {
375
+ "label": "Reset",
376
+ "value": 55
377
+ }
378
+ ]
125
379
  }
126
380
  }
@@ -1,12 +1,13 @@
1
1
  {
2
- "manufacturer": "HANK Electronics Ltd.",
2
+ "manufacturer": "HANK Electronics, Ltd.",
3
3
  "manufacturerId": "0x0208",
4
4
  "label": "HKZW-DWS01",
5
5
  "description": "Door and Window Sensor",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0200",
9
- "productId": "0x0008"
9
+ "productId": "0x0008",
10
+ "zwaveAllianceId": 3896
10
11
  },
11
12
  {
12
13
  "productType": "0x0201",
@@ -50,5 +51,11 @@
50
51
  "maxValue": 50,
51
52
  "defaultValue": 20
52
53
  }
53
- ]
54
+ ],
55
+ "metadata": {
56
+ "inclusion": "1. Insert the AAA battery.\n2. Set the Z-Wave network main controller into learning mode.\n3. Triple or single short press the Z-button.\n4. If the add for inclusion is successful, the LED will blink less than 5 seconds and then keep on 3 seconds. Otherwise, the LED will blink 5 seconds and then turn off, in which case you need to repeat the process from step 2.",
57
+ "exclusion": "1. Insert the AAA battery.\n2. Set the Z-Wave network main controller into learning mode.\n3. Triple clicking the Z-button.\n4. If the remove for exclusion, the LED will turn off within 1 second. Otherwise, the LED will blink 5 seconds and then turn off, in which case you need to repeat the process from step 2.",
58
+ "reset": "1. Insert the AAA battery.\n2. Pressing and holding the Z button for more than 20 seconds,\n3. Led will keep on until the Z-Button is released, and it will reset to factory default when the button is released.\n\nUsing this procedure only in the event that the network primary controller is missing or otherwise inoperable.",
59
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3896/991558%20Door%20sensor.pdf"
60
+ }
54
61
  }
@@ -1,12 +1,13 @@
1
1
  {
2
- "manufacturer": "Hank",
2
+ "manufacturer": "HANK Electronics, Ltd.",
3
3
  "manufacturerId": "0x0208",
4
4
  "label": "HKZW-SO08",
5
5
  "description": "Smart Plug",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0100",
9
- "productId": "0x0019"
9
+ "productId": "0x0019",
10
+ "zwaveAllianceId": 3893
10
11
  }
11
12
  ],
12
13
  "firmwareVersion": {
@@ -180,5 +181,11 @@
180
181
  }
181
182
  ]
182
183
  }
183
- ]
184
+ ],
185
+ "metadata": {
186
+ "inclusion": "Add for inclusion (non-security and security):\n1)Connect the power supply.\n2)Set the Z-Wave network main controller into learning mode.\n3)Triple click the Z-button, the LED indicator will be flashing 3 times in Blue.\n4)Smart Plug should be recognized and included into the Z-Wave network",
187
+ "exclusion": "1) Insert the Plug into a socket.\n2) Set the Z-Wave network controller into the exclusion mode. \n3) Triple click the Z button.\n4) LED will blink in blue for 3 times, and then start slow flashing to indicate that the remove for exclusion is successful. LED will indicate network status after it is removed from Z-Wave network",
188
+ "reset": "Long press the button for 20 seconds and the blue LED will speed up the flash and then LED will keep on for 3 seconds in blue and Smart Plug will send ”Device Reset Locally Notification” to the main controller and exclude from the Z-Wave network, this procedure will reset Smart Plug to factory default. Please use this procedure only when the network primary controller is missing or otherwise inoperable.Please use this procedure only when the network primary controller is missing or otherwise inoperable",
189
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3893/991559%20smart%20plug.pdf"
190
+ }
184
191
  }
@@ -1,12 +1,13 @@
1
1
  {
2
- "manufacturer": "HANK Electronics Ltd.",
2
+ "manufacturer": "HANK Electronics, Ltd.",
3
3
  "manufacturerId": "0x0208",
4
4
  "label": "HKZW-FLD01",
5
5
  "description": "Flood Sensor",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0200",
9
- "productId": "0x000f"
9
+ "productId": "0x000f",
10
+ "zwaveAllianceId": 3895
10
11
  },
11
12
  {
12
13
  "productType": "0x0201",
@@ -170,5 +171,11 @@
170
171
  "maxValue": 50,
171
172
  "defaultValue": 20
172
173
  }
173
- ]
174
+ ],
175
+ "metadata": {
176
+ "inclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller in add mode (see the controller’s manual).\n4) Click the Z-button once or triple click the Z-button quickly, the LED indicator should blink fast. \n5) Wait for the adding process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
177
+ "exclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller remove mode (see the controller’s manual).\n4) Triple click the Z-button quickly, the LED indicator should blink fast.\n5) Wait for the removing process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
178
+ "reset": "1)Power on the device,\n2) Press and hold the Z button for more than 20 seconds,\n3) If holding time more than 20seconds, the LED indicator will keep on for 2 seconds, which means resetting is complete.\n4) The reset feature works only when the device has been included into a Z-Wave network.\n\nUse this procedure only in the event that the network primary controller is missing or otherwise inoperable.\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable.",
179
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3895/991557%20flood%20sensor-compressed.pdf"
180
+ }
174
181
  }
@@ -1,12 +1,13 @@
1
1
  {
2
- "manufacturer": "HANK Electronics Ltd.",
2
+ "manufacturer": "HANK Electronics, Ltd.",
3
3
  "manufacturerId": "0x0208",
4
4
  "label": "HKZW-MS02",
5
5
  "description": "Motion Sensor",
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x0200",
9
- "productId": "0x0012"
9
+ "productId": "0x0012",
10
+ "zwaveAllianceId": 3897
10
11
  },
11
12
  {
12
13
  "productType": "0x0201",
@@ -79,5 +80,11 @@
79
80
  "maxValue": 50,
80
81
  "defaultValue": 20
81
82
  }
82
- ]
83
+ ],
84
+ "metadata": {
85
+ "inclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller in add mode (see the controller’s manual).\n4) Click the Z-button once or triple click the Z-button quickly, the LED indicator should blink fast. \n5) Wait for the adding process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
86
+ "exclusion": "1) Open the cover.\n2) Place the device within the direct range of your Z-Wave controller.\n3) Set the main controller remove mode (see the controller’s manual).\n4) Triple click the Z-button quickly, the LED indicator should blink fast.\n5) Wait for the removing process to end.\n6) Successful adding will be confirmed by the Z-Wave controller’s message.",
87
+ "reset": "1)Power on the device,\n2) Press and hold the Z button for more than 20 seconds,\n3) If holding time more than 20seconds, the LED indicator will keep on for 2 seconds, which means resetting is complete.\n4) The reset feature works only when the device has been included into a Z-Wave network.\n\nPlease use this procedure only when the network primary controller is missing or otherwise inoperable.",
88
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/3897/991556%20motion%20sensor.pdf"
89
+ }
83
90
  }