@zwave-js/config 12.5.0 → 12.5.2

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 (29) hide show
  1. package/build/Notifications.d.ts +1 -0
  2. package/build/Notifications.d.ts.map +1 -1
  3. package/build/Notifications.js +18 -0
  4. package/build/Notifications.js.map +1 -1
  5. package/config/.dprint.jsonc +1 -1
  6. package/config/devices/0x0063/14297_zw1002.json +16 -0
  7. package/config/devices/0x013c/nsg-ab-02.json +101 -0
  8. package/config/devices/0x019b/leakage-stopper.json +297 -0
  9. package/config/devices/0x019b/templates/heatit_template.json +21 -0
  10. package/config/devices/0x0346/ring_smoke_co_listener.json +70 -0
  11. package/config/devices/0x045a/Z-TRV-V01.json +155 -0
  12. package/config/devices/0x0460/qmem-0A1PC16.json +50 -0
  13. package/config/devices/0x0460/qmsw-0A1P8.json +101 -0
  14. package/config/devices/0x0460/qmsw-0A1X8.json +91 -0
  15. package/config/devices/0x0460/qnpl-001X12.json +101 -0
  16. package/config/devices/0x0460/qnpl-001X16.json +101 -0
  17. package/config/devices/0x0460/qnsh-001P10.json +5 -47
  18. package/config/devices/0x0460/qnsn-0A24X.json +66 -0
  19. package/config/devices/0x0460/qnsn-0D24X.json +66 -0
  20. package/config/devices/0x0460/qnsw-001P16.json +35 -186
  21. package/config/devices/0x0460/qnsw-001X16.json +29 -173
  22. package/config/devices/0x0460/qnsw-002P16.json +52 -286
  23. package/config/devices/0x0460/qpsw-0A1P16.json +105 -0
  24. package/config/devices/0x0460/qpsw-0A1X16.json +96 -0
  25. package/config/devices/0x0460/qpsw-0A2P16.json +148 -0
  26. package/config/devices/0x0460/qpsw-0A2X16.json +128 -0
  27. package/config/devices/0x0460/templates/wave_template.json +168 -0
  28. package/config/notifications.json +18 -6
  29. package/package.json +3 -3
@@ -1,5 +1,5 @@
1
1
  {
2
- "manufacturer": "Shelly",
2
+ "manufacturer": "Shelly Europe Ltd.",
3
3
  "manufacturerId": "0x0460",
4
4
  "label": "QNSW-002P16",
5
5
  "description": "Wave 2PM",
@@ -65,79 +65,21 @@
65
65
  "paramInformation": [
66
66
  {
67
67
  "#": "1",
68
- "label": "SW1 Switch Type",
69
- "valueSize": 1,
70
- "defaultValue": 2,
71
- "allowManualEntry": false,
72
- "options": [
73
- {
74
- "label": "Momentary switch",
75
- "value": 0
76
- },
77
- {
78
- "label": "Toggle switch (Follow switch)",
79
- "value": 1
80
- },
81
- {
82
- "label": "Toggle switch (Change on toggle)",
83
- "value": 2
84
- }
85
- ]
68
+ "$import": "templates/wave_template.json#switch_type",
69
+ "label": "SW1 Switch Type"
86
70
  },
87
71
  {
88
72
  "#": "2",
89
- "label": "SW2 Switch Type",
90
- "valueSize": 1,
91
- "defaultValue": 2,
92
- "allowManualEntry": false,
93
- "options": [
94
- {
95
- "label": "Momentary switch",
96
- "value": 0
97
- },
98
- {
99
- "label": "Toggle switch (Follow switch)",
100
- "value": 1
101
- },
102
- {
103
- "label": "Toggle switch (Change on toggle)",
104
- "value": 2
105
- }
106
- ]
73
+ "$import": "templates/wave_template.json#switch_type",
74
+ "label": "SW2 Switch Type"
107
75
  },
108
76
  {
109
77
  "#": "6",
110
- "label": "Swap Inputs",
111
- "valueSize": 1,
112
- "defaultValue": 0,
113
- "allowManualEntry": false,
114
- "options": [
115
- {
116
- "label": "Normal (SW1 - O1, SW2 - O2)",
117
- "value": 0
118
- },
119
- {
120
- "label": "Swapped (SW1 - O2, SW2 - O1)",
121
- "value": 1
122
- }
123
- ]
78
+ "$import": "templates/wave_template.json#swap_inputs"
124
79
  },
125
80
  {
126
81
  "#": "16",
127
- "label": "Swap Outputs",
128
- "valueSize": 1,
129
- "defaultValue": 0,
130
- "allowManualEntry": false,
131
- "options": [
132
- {
133
- "label": "Normal",
134
- "value": 0
135
- },
136
- {
137
- "label": "Swapped",
138
- "value": 1
139
- }
140
- ]
82
+ "$import": "templates/wave_template.json#swap_outputs"
141
83
  },
142
84
  {
143
85
  "#": "17",
@@ -151,281 +93,105 @@
151
93
  },
152
94
  {
153
95
  "#": "19",
154
- "label": "O1: Auto-Off Timer",
155
- "description": "The timer resets to zero each time the Device receives an ON command",
156
- "valueSize": 2,
157
- "minValue": 0,
158
- "maxValue": 32535,
159
- "defaultValue": 0
96
+ "$import": "templates/wave_template.json#auto_off_timer",
97
+ "label": "O1: Auto-Off Timer"
160
98
  },
161
99
  {
162
100
  "#": "20",
163
- "label": "O1: Auto-On Timer",
164
- "description": "The timer resets to zero each time the Device receives an OFF command",
165
- "valueSize": 2,
166
- "minValue": 0,
167
- "maxValue": 32535,
168
- "defaultValue": 0
101
+ "$import": "templates/wave_template.json#auto_on_timer",
102
+ "label": "O1: Auto-On Timer"
169
103
  },
170
104
  {
171
- "#": "21",
172
- "label": "O2: Auto-Off Timer",
173
- "description": "The timer resets to zero each time the Device receives an ON command",
174
- "valueSize": 2,
175
- "minValue": 0,
176
- "maxValue": 32535,
177
- "defaultValue": 0
105
+ "#": "25",
106
+ "$import": "templates/wave_template.json#timer_unit",
107
+ "label": "O1: Auto-On/Off Timer Unit"
178
108
  },
179
109
  {
180
- "#": "22",
181
- "label": "O2: Auto-On Timer",
182
- "description": "The timer resets to zero each time the Device receives an OFF command",
183
- "valueSize": 2,
184
- "minValue": 0,
185
- "maxValue": 32535,
186
- "defaultValue": 0
110
+ "#": "21",
111
+ "$import": "templates/wave_template.json#auto_off_timer",
112
+ "label": "O2: Auto-Off Timer"
187
113
  },
188
114
  {
189
- "#": "25",
190
- "label": "O1: Auto-On/Off Timer Unit",
191
- "valueSize": 1,
192
- "defaultValue": 0,
193
- "allowManualEntry": false,
194
- "options": [
195
- {
196
- "label": "Seconds",
197
- "value": 0
198
- },
199
- {
200
- "label": "10 ms",
201
- "value": 1
202
- }
203
- ]
115
+ "#": "22",
116
+ "$import": "templates/wave_template.json#auto_on_timer",
117
+ "label": "O2: Auto-On Timer"
204
118
  },
205
119
  {
206
120
  "#": "26",
207
- "label": "O2: Auto-On/Off Timer Unit",
208
- "valueSize": 1,
209
- "defaultValue": 0,
210
- "allowManualEntry": false,
211
- "options": [
212
- {
213
- "label": "Seconds",
214
- "value": 0
215
- },
216
- {
217
- "label": "10 ms",
218
- "value": 1
219
- }
220
- ]
121
+ "$import": "templates/wave_template.json#timer_unit",
122
+ "label": "O2: Auto-On/Off Timer Unit"
221
123
  },
222
124
  {
223
125
  "#": "23",
224
- "label": "O1: Relay Type",
225
- "valueSize": 1,
226
- "defaultValue": 0,
227
- "allowManualEntry": false,
228
- "options": [
229
- {
230
- "label": "NO: Normally open",
231
- "value": 0
232
- },
233
- {
234
- "label": "NC: Normally closed",
235
- "value": 1
236
- }
237
- ]
126
+ "$import": "templates/wave_template.json#out_relay_type",
127
+ "label": "O1: Relay Type"
238
128
  },
239
129
  {
240
130
  "#": "24",
241
- "label": "O2: Relay Type",
242
- "valueSize": 1,
243
- "defaultValue": 0,
244
- "allowManualEntry": false,
245
- "options": [
246
- {
247
- "label": "NO: Normally open",
248
- "value": 0
249
- },
250
- {
251
- "label": "NC: Normally closed",
252
- "value": 1
253
- }
254
- ]
131
+ "$import": "templates/wave_template.json#out_relay_type",
132
+ "label": "O2: Relay Type"
255
133
  },
256
134
  {
257
135
  "#": "36",
258
- "label": "O1: Power Change Report Threshold",
259
- "valueSize": 1,
260
- "unit": "%",
261
- "minValue": 0,
262
- "maxValue": 100,
263
- "defaultValue": 50
136
+ "$import": "templates/wave_template.json#power_change_report_treshold",
137
+ "label": "O1: Power Change Report Threshold"
264
138
  },
265
139
  {
266
- "#": "37",
267
- "label": "O2: Power Change Report Threshold",
268
- "valueSize": 1,
269
- "unit": "%",
270
- "minValue": 0,
271
- "maxValue": 100,
272
- "defaultValue": 50
140
+ "#": "39",
141
+ "$import": "templates/wave_template.json#min_time_between_reports",
142
+ "label": "O1: Minimum Time Between Power Reports"
273
143
  },
274
144
  {
275
- "#": "39",
276
- "label": "O1: Minimum Time Between Power Reports",
277
- "valueSize": 1,
278
- "unit": "seconds",
279
- "minValue": 0,
280
- "maxValue": 120,
281
- "defaultValue": 30
145
+ "#": "37",
146
+ "$import": "templates/wave_template.json#power_change_report_treshold",
147
+ "label": "O2: Power Change Report Threshold"
282
148
  },
283
149
  {
284
150
  "#": "40",
285
- "label": "O2: Minimum Time Between Power Reports",
286
- "valueSize": 1,
287
- "unit": "seconds",
288
- "minValue": 0,
289
- "maxValue": 120,
290
- "defaultValue": 30
151
+ "$import": "templates/wave_template.json#min_time_between_reports",
152
+ "label": "O2: Minimum Time Between Power Reports"
291
153
  },
292
154
  {
293
155
  "#": "91",
294
- "label": "Alarm Configuration: Water",
295
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
296
- "valueSize": 4,
297
- "defaultValue": 0,
298
- "allowManualEntry": false,
299
- "options": [
300
- {
301
- "label": "No action",
302
- "value": 0
303
- },
304
- {
305
- "label": "Open relay",
306
- "value": 1
307
- },
308
- {
309
- "label": "Close relay",
310
- "value": 2
311
- }
312
- ]
156
+ "$import": "templates/wave_template.json#alarm_configuration",
157
+ "label": "Alarm Configuration: Water"
313
158
  },
314
159
  {
315
160
  "#": "92",
316
- "label": "Alarm Configuration: Smoke",
317
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
318
- "valueSize": 4,
319
- "defaultValue": 0,
320
- "allowManualEntry": false,
321
- "options": [
322
- {
323
- "label": "No action",
324
- "value": 0
325
- },
326
- {
327
- "label": "Open relay",
328
- "value": 1
329
- },
330
- {
331
- "label": "Close relay",
332
- "value": 2
333
- }
334
- ]
161
+ "$import": "templates/wave_template.json#alarm_configuration",
162
+ "label": "Alarm Configuration: Smoke"
335
163
  },
336
164
  {
337
165
  "#": "93",
338
- "label": "Alarm Configuration: CO",
339
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
340
- "valueSize": 4,
341
- "defaultValue": 0,
342
- "allowManualEntry": false,
343
- "options": [
344
- {
345
- "label": "No action",
346
- "value": 0
347
- },
348
- {
349
- "label": "Open relay",
350
- "value": 1
351
- },
352
- {
353
- "label": "Close relay",
354
- "value": 2
355
- }
356
- ]
166
+ "$import": "templates/wave_template.json#alarm_configuration",
167
+ "label": "Alarm Configuration: CO"
357
168
  },
358
169
  {
359
170
  "#": "94",
360
- "label": "Alarm Configuration: Heat",
361
- "description": "This parameter determines which alarm frames the Device should respond to and how.",
362
- "valueSize": 4,
363
- "defaultValue": 0,
364
- "allowManualEntry": false,
365
- "options": [
366
- {
367
- "label": "No action",
368
- "value": 0
369
- },
370
- {
371
- "label": "Open relay",
372
- "value": 1
373
- },
374
- {
375
- "label": "Close relay",
376
- "value": 2
377
- }
378
- ]
171
+ "$import": "templates/wave_template.json#alarm_configuration",
172
+ "label": "Alarm Configuration: Heat"
379
173
  },
380
174
  {
381
175
  "#": "120",
382
- "label": "Factory Reset",
383
- "description": "Reset to factory default settings and remove from the Z-Wave network.",
384
- "valueSize": 4,
385
- "defaultValue": 0,
386
- "allowManualEntry": false,
387
- "options": [
388
- {
389
- "label": "Idle",
390
- "value": 0
391
- },
392
- {
393
- "label": "Factory reset",
394
- "value": 1431655765
395
- }
396
- ]
176
+ "$import": "templates/wave_template.json#factory_reset"
397
177
  },
398
178
  {
399
179
  "#": "201",
400
- "label": "Serial Number: Part 1",
401
- "description": "This parameter contains a part of devices serial number.",
402
- "valueSize": 4,
403
- "minValue": 0,
404
- "maxValue": 2147483647,
405
- "readOnly": true
180
+ "$import": "templates/wave_template.json#serial_number",
181
+ "label": "Serial Number: Part 1"
406
182
  },
407
183
  {
408
184
  "#": "202",
409
- "label": "Serial Number: Part 2",
410
- "description": "This parameter contains a part of devices serial number.",
411
- "valueSize": 4,
412
- "minValue": 0,
413
- "maxValue": 2147483647,
414
- "readOnly": true
185
+ "$import": "templates/wave_template.json#serial_number",
186
+ "label": "Serial Number: Part 2"
415
187
  },
416
188
  {
417
189
  "#": "203",
418
- "label": "Serial Number: Part 3",
419
- "description": "This parameter contains a part of devices serial number.",
420
- "valueSize": 4,
421
- "minValue": 0,
422
- "maxValue": 2147483647,
423
- "readOnly": true
190
+ "$import": "templates/wave_template.json#serial_number",
191
+ "label": "Serial Number: Part 3"
424
192
  }
425
193
  ],
426
194
  "metadata": {
427
- "inclusion": "6.1 Adding the Device to a Z-Wave™ network (inclusion)\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.1.1 SmartStart adding (inclusion)\nSmartStart enabled products can be added into a Z-Wave™ network by scanning the Z-Wave™ QR Code present on the Device with a gateway providing SmartStart inclusion. No further action is required, and the SmartStart device will be added automatically within 10 minutes of being switched on in the network vicinity.\n1. With the gateway application scan the QR code on the Device label and add the Security 2 (S2) Device Specific Key (DSK) to the provisioning list in the gateway.\n2. Connect the Device to a power supply.\n3. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n4. Adding will be initiated automatically within a few seconds after connecting the Device to a power supply, and the Device will be added to a Z-Wave™ network automatically.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n\n6.1.2 Adding (inclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2, etc.) 3 times within 3 seconds (this procedure puts the Device in Learn mode*). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the adding process.\n6. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\n*Learn mode - a state that allows the Device to receive network information from the gateway.\n\n6.1.3 Adding (inclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the blue LED is blinking in Mode 1. If so, the Device is not added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the adding process.\n7. The green LED will be blinking in Mode 1 if the Device is successfully added to a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
428
- "exclusion": "Removing the Device from a Z-Wave™ network (exclusion)\nNote! The Device will be removed from your Z-wave™ network, but any custom configuration parameters will not be erased.\nNote! All Device outputs (O, O1, O2, etc. - depending on the Device type) will turn the load 1s on/1s off /1s on/1s off if the Device is successfully added to/removed from a Z-Wave™ network.\n\n6.2.1 Removing (exclusion) with a switch/push-button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 3 times within 3 seconds (this procedure puts the Device in Learn mode). The Device must receive on/off signal 3 times, which means pressing the momentary switch 3 times, or toggling the switch on and off 3 times.\n5. The blue LED will be blinking in Mode 2 during the removing process.\n6. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\n\n6.2.2 Removing (exclusion) with the S button\n1. Connect the Device to a power supply.\n2. Check if the green LED is blinking in Mode 1. If so, the Device is added to a Z-Wave™ network.\n3. Enable add/remove mode on the gateway.\n4. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n5. Quickly release and then press and hold (> 2s) the S button on the Device until the blue LED starts blinking in Mode 3. Releasing the S button will start the Learn mode.\n6. The blue LED will be blinking in Mode 2 during the removing process.\n7. The blue LED will be blinking in Mode 1 if the Device is successfully removed from a Z-Wave™ network.\nNote! In Setting mode, the Device has a timeout of 10s before entering again into Normal mode",
429
- "reset": "6.3 Factory reset\n6.3.1 Factory reset general\nAfter Factory reset, all custom parameters and stored values (kWh, associations, routings, etc.) will return to their default state. HOME ID and NODE ID assigned to the Device will be deleted. Use this reset procedure only when the gateway is missing or otherwise inoperable.\n\n6.3.2 Factory reset with a switch/push-button\nNote! Factory reset with a switch/push-button is only possible within the first minute after the Device is connected to a power supply.\n1. Connect the Device to a power supply.\n2. Toggle the switch/push-button connected to any of the SW terminals (SW, SW1, SW2,…) 5 times within 3 seconds. The Device must receive on/off signal 5 times, which means pressing the push-button 5 times, or toggling the switch on and off 5 times.\n3. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n4. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.3 Factory reset with the S button\nNote! Factory reset with the S button is possible anytime.\n1. To enter the Setting mode, quickly press and hold the S button on the Device until the LED turns solid blue.\n2. Press the S button multiple times until the LED turns solid red.\n3. Press and hold (> 2s) S button on the Device until the red LED starts blinking in Mode 3. Releasing the S button will start the factory reset.\n4. During factory reset, the LED will turn solid green for about 1s, then the blue and red LED will start blinking in Mode 3 for approx. 2s.\n5. The blue LED will be blinking in Mode 1 if the Factory reset is successful.\n\n6.3.4 Remote factory reset with parameter with the gateway\nFactory reset can be done remotely with the settings in Parameter No. 120"
195
+ "$import": "templates/wave_template.json#default_metadata"
430
196
  }
431
197
  }
@@ -0,0 +1,105 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QPSW-0A1P16",
5
+ "description": "Wave Pro 1PM",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0002",
9
+ "productId": "0x008b"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "templates/wave_template.json#switch_type",
20
+ "label": "SW1 Switch Type"
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "templates/wave_template.json#switch_type",
25
+ "label": "SW2 Switch Type"
26
+ },
27
+ {
28
+ "#": "17",
29
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
30
+ "label": "O1: State After Power Failure"
31
+ },
32
+ {
33
+ "#": "19",
34
+ "$import": "templates/wave_template.json#auto_off_timer",
35
+ "label": "O1: Auto-Off Timer"
36
+ },
37
+ {
38
+ "#": "20",
39
+ "$import": "templates/wave_template.json#auto_on_timer",
40
+ "label": "O1: Auto-On Timer"
41
+ },
42
+ {
43
+ "#": "25",
44
+ "$import": "templates/wave_template.json#timer_unit",
45
+ "label": "O1: Auto-On/Off Timer Unit"
46
+ },
47
+ {
48
+ "#": "23",
49
+ "$import": "templates/wave_template.json#out_relay_type",
50
+ "label": "O1: Relay Type"
51
+ },
52
+ {
53
+ "#": "36",
54
+ "$import": "templates/wave_template.json#power_change_report_treshold",
55
+ "label": "O1: Power Change Report Threshold"
56
+ },
57
+ {
58
+ "#": "39",
59
+ "$import": "templates/wave_template.json#min_time_between_reports",
60
+ "label": "O1: Minimum Time Between Power Reports"
61
+ },
62
+ {
63
+ "#": "91",
64
+ "$import": "templates/wave_template.json#alarm_configuration",
65
+ "label": "Alarm Configuration: Water"
66
+ },
67
+ {
68
+ "#": "92",
69
+ "$import": "templates/wave_template.json#alarm_configuration",
70
+ "label": "Alarm Configuration: Smoke"
71
+ },
72
+ {
73
+ "#": "93",
74
+ "$import": "templates/wave_template.json#alarm_configuration",
75
+ "label": "Alarm Configuration: CO"
76
+ },
77
+ {
78
+ "#": "94",
79
+ "$import": "templates/wave_template.json#alarm_configuration",
80
+ "label": "Alarm Configuration: Heat"
81
+ },
82
+ {
83
+ "#": "120",
84
+ "$import": "templates/wave_template.json#factory_reset"
85
+ },
86
+ {
87
+ "#": "201",
88
+ "$import": "templates/wave_template.json#serial_number",
89
+ "label": "Serial Number: Part 1"
90
+ },
91
+ {
92
+ "#": "202",
93
+ "$import": "templates/wave_template.json#serial_number",
94
+ "label": "Serial Number: Part 2"
95
+ },
96
+ {
97
+ "#": "203",
98
+ "$import": "templates/wave_template.json#serial_number",
99
+ "label": "Serial Number: Part 3"
100
+ }
101
+ ],
102
+ "metadata": {
103
+ "$import": "templates/wave_template.json#default_metadata"
104
+ }
105
+ }
@@ -0,0 +1,96 @@
1
+ {
2
+ "manufacturer": "Shelly Europe Ltd.",
3
+ "manufacturerId": "0x0460",
4
+ "label": "QPSW-0A1X16",
5
+ "description": "Wave Pro 1",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0002",
9
+ "productId": "0x008a",
10
+ "zwaveAllianceId": 5015
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "paramInformation": [
18
+ {
19
+ "#": "1",
20
+ "$import": "templates/wave_template.json#switch_type",
21
+ "label": "SW1 Switch Type"
22
+ },
23
+ {
24
+ "#": "2",
25
+ "$import": "templates/wave_template.json#switch_type",
26
+ "label": "SW2 Switch Type"
27
+ },
28
+ {
29
+ "#": "17",
30
+ "$import": "~/templates/master_template.json#state_after_power_failure_prev_off",
31
+ "label": "O1: State After Power Failure"
32
+ },
33
+ {
34
+ "#": "19",
35
+ "$import": "templates/wave_template.json#auto_off_timer",
36
+ "label": "O1: Auto-Off Timer"
37
+ },
38
+ {
39
+ "#": "20",
40
+ "$import": "templates/wave_template.json#auto_on_timer",
41
+ "label": "O1: Auto-On Timer"
42
+ },
43
+ {
44
+ "#": "25",
45
+ "$import": "templates/wave_template.json#timer_unit",
46
+ "label": "O1: Auto-On/Off Timer Unit"
47
+ },
48
+ {
49
+ "#": "23",
50
+ "$import": "templates/wave_template.json#out_relay_type",
51
+ "label": "O1: Relay Type"
52
+ },
53
+ {
54
+ "#": "91",
55
+ "$import": "templates/wave_template.json#alarm_configuration",
56
+ "label": "Alarm Configuration: Water"
57
+ },
58
+ {
59
+ "#": "92",
60
+ "$import": "templates/wave_template.json#alarm_configuration",
61
+ "label": "Alarm Configuration: Smoke"
62
+ },
63
+ {
64
+ "#": "93",
65
+ "$import": "templates/wave_template.json#alarm_configuration",
66
+ "label": "Alarm Configuration: CO"
67
+ },
68
+ {
69
+ "#": "94",
70
+ "$import": "templates/wave_template.json#alarm_configuration",
71
+ "label": "Alarm Configuration: Heat"
72
+ },
73
+ {
74
+ "#": "120",
75
+ "$import": "templates/wave_template.json#factory_reset"
76
+ },
77
+ {
78
+ "#": "201",
79
+ "$import": "templates/wave_template.json#serial_number",
80
+ "label": "Serial Number: Part 1"
81
+ },
82
+ {
83
+ "#": "202",
84
+ "$import": "templates/wave_template.json#serial_number",
85
+ "label": "Serial Number: Part 2"
86
+ },
87
+ {
88
+ "#": "203",
89
+ "$import": "templates/wave_template.json#serial_number",
90
+ "label": "Serial Number: Part 3"
91
+ }
92
+ ],
93
+ "metadata": {
94
+ "$import": "templates/wave_template.json#default_metadata"
95
+ }
96
+ }