@zwave-js/config 15.0.0-beta.2 → 15.0.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 (38) 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.d.ts.map +1 -1
  6. package/build/esm/_version.js +1 -1
  7. package/build/esm/_version.js.map +1 -1
  8. package/config/devices/0x0063/76596_ZWN4015.json +80 -0
  9. package/config/devices/0x010f/fgms001.json +20 -8
  10. package/config/devices/0x0118/tz88.json +79 -9
  11. package/config/devices/0x011f/schlage_pir_sensor.json +17 -3
  12. package/config/devices/0x0129/yrl210.json +4 -0
  13. package/config/devices/0x0159/smart_plug_16a.json +115 -42
  14. package/config/devices/0x015f/mh-c221.json +179 -1
  15. package/config/devices/0x015f/mh-ds221.json +4 -0
  16. package/config/devices/0x026e/crzb.json +26 -0
  17. package/config/devices/0x027a/templates/zooz_template.json +10 -0
  18. package/config/devices/0x027a/zen04.json +76 -12
  19. package/config/devices/0x027a/zen15.json +149 -52
  20. package/config/devices/0x027a/zen17.json +15 -2
  21. package/config/devices/0x027a/zen20.json +74 -8
  22. package/config/devices/0x027a/zen30.json +7 -0
  23. package/config/devices/0x027a/zen32.json +8 -0
  24. package/config/devices/0x027a/zen51.json +4 -0
  25. package/config/devices/0x027a/zen52.json +4 -0
  26. package/config/devices/0x027a/zen72.json +13 -1
  27. package/config/devices/0x027a/zen74.json +6 -6
  28. package/config/devices/0x027a/zse44.json +70 -13
  29. package/config/devices/0x0312/n4002.json +29 -52
  30. package/config/devices/0x043d/pgd728f_zpu.json +40 -0
  31. package/config/devices/0x0460/qndw-002C.json +60 -0
  32. package/config/devices/0x0460/qnpl-0A112.json +85 -0
  33. package/config/devices/0x0460/qpdm-0A1P01.json +129 -0
  34. package/config/devices/0x0460/qpdm-0A2P01.json +223 -0
  35. package/config/devices/0x0460/templates/wave_template.json +106 -5
  36. package/config/devices/0x046a/WB04V.json +348 -0
  37. package/config/devices/0x046a/WM25L.json +245 -0
  38. package/package.json +4 -4
@@ -6,7 +6,8 @@
6
6
  "devices": [
7
7
  {
8
8
  "productType": "0x7000",
9
- "productId": "0xa00a"
9
+ "productId": "0xa00a",
10
+ "zwaveAllianceId": 5127
10
11
  },
11
12
  {
12
13
  "productType": "0xbb00",
@@ -519,6 +520,12 @@
519
520
  "value": 3
520
521
  }
521
522
  ]
523
+ },
524
+ {
525
+ "#": "28",
526
+ "$if": "firmwareVersion >= 2.0",
527
+ "$import": "~/templates/master_template.json#base_enable_disable",
528
+ "label": "Simultaneous On/Off Operation of R1/R2"
522
529
  }
523
530
  ],
524
531
  "compat": {
@@ -532,6 +539,12 @@
532
539
  "inclusion": "INCLUSION\n1. Initiate inclusion (pairing) in the app (or web interface).\n2. TAP THE Z-WAVE BUTTON 3 TIMES QUICKLY if using traditional Z-Wave inclusion.\n3. The LED indicator will blink to signal communication and remain on for 2 seconds to confirm inclusion.",
533
540
  "exclusion": "1. Bring your Universal Relay close to the Z-Wave hub and power it\n2. Put the Z-Wave hub into exclusion mode\n3. Click the Z-Wave button 3 times quickly\n4. Your hub will confirm exclusion and the Universal Relay will disappear from your controller's device list",
534
541
  "reset": "If your primary controller is missing or inoperable, you may need to reset the device to factory settings. To complete the reset process manually, click the Z-Wave button 4 times quickly, the LED indicator will light up,\nthen quickly click the Z-Wave button 4 times again. The LED indicator will flash 3 times to confirm successful reset and will then turn off",
535
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4132/zooz-700-series-z-wave-plus-universal-relay-zen17-ver1.0-manual.pdf"
542
+ "manual": [
543
+ {
544
+ "$if": "firmwareVersion >= 2.0",
545
+ "value": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=cert_portal/certs/1177/zooz-800-series-z-wave-long-range-universal-relay-zen17-800lr-full-manual_1.pdf"
546
+ },
547
+ "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4132/zooz-700-series-z-wave-plus-universal-relay-zen17-ver1.0-manual.pdf"
548
+ ]
536
549
  }
537
550
  }
@@ -23,10 +23,27 @@
23
23
  "$import": "~/templates/master_template.json#base_0-65535",
24
24
  "label": "Power (W) Report Threshold",
25
25
  "unit": "W",
26
- "defaultValue": 5
26
+ "defaultValue": 5,
27
+ "options": [
28
+ {
29
+ "label": "Disabled",
30
+ "value": 0
31
+ }
32
+ ]
27
33
  },
28
34
  {
29
35
  "#": "3",
36
+ "$if": "firmwareVersion >= 2.2",
37
+ "label": "Power (W) Report Interval",
38
+ "valueSize": 4,
39
+ "unit": "seconds",
40
+ "minValue": 30,
41
+ "maxValue": 2678400,
42
+ "defaultValue": 180
43
+ },
44
+ {
45
+ "#": "3",
46
+ "$if": "firmwareVersion < 2.2",
30
47
  "label": "Power (W) Report Interval",
31
48
  "valueSize": 4,
32
49
  "unit": "seconds",
@@ -47,30 +64,67 @@
47
64
  "#": "35",
48
65
  "$if": "firmwareVersion >= 2.3",
49
66
  "label": "Current (A) Report Interval",
67
+ "description": "Allowable range: 0, 30-2678400 seconds",
50
68
  "valueSize": 4,
51
69
  "unit": "seconds",
52
- "minValue": 5,
70
+ "minValue": 0,
53
71
  "maxValue": 2678400,
54
- "defaultValue": 30
72
+ "defaultValue": 0,
73
+ "options": [
74
+ {
75
+ "label": "Disabled",
76
+ "value": 0
77
+ }
78
+ ]
79
+ },
80
+ {
81
+ "#": "37",
82
+ "$if": "firmwareVersion >= 4.10",
83
+ "label": "Current (A) Change Report Threshold",
84
+ "valueSize": 1,
85
+ "unit": "0.1 A",
86
+ "minValue": 0,
87
+ "maxValue": 50,
88
+ "defaultValue": 0,
89
+ "options": [
90
+ {
91
+ "label": "Disabled",
92
+ "value": 0
93
+ }
94
+ ]
55
95
  },
56
96
  {
57
97
  "#": "36",
58
98
  "$if": "firmwareVersion >= 2.3",
59
99
  "label": "Voltage (V) Report Interval",
100
+ "description": "Allowable range: 0, 30-2678400 seconds",
60
101
  "valueSize": 4,
61
102
  "unit": "seconds",
62
- "minValue": 5,
103
+ "minValue": 0,
63
104
  "maxValue": 2678400,
64
- "defaultValue": 30
105
+ "defaultValue": 0,
106
+ "options": [
107
+ {
108
+ "label": "Disabled",
109
+ "value": 0
110
+ }
111
+ ]
65
112
  },
66
113
  {
67
114
  "#": "5",
68
115
  "label": "Overload Protection",
116
+ "description": "Disabling this is NOT recommended.",
69
117
  "valueSize": 2,
70
118
  "unit": "W",
71
119
  "minValue": 0,
72
120
  "maxValue": 1500,
73
- "defaultValue": 1500
121
+ "defaultValue": 1500,
122
+ "options": [
123
+ {
124
+ "label": "Disabled",
125
+ "value": 0
126
+ }
127
+ ]
74
128
  },
75
129
  {
76
130
  "#": "6",
@@ -226,13 +280,25 @@
226
280
  {
227
281
  "#": "34",
228
282
  "$if": "firmwareVersion >= 2.2",
229
- "$import": "~/templates/master_template.json#base_enable_disable",
283
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
230
284
  "label": "Power/Energy Monitoring (USB)",
231
- "defaultValue": 1
285
+ "defaultValue": 0
232
286
  }
233
287
  ],
234
288
  "compat": {
235
289
  // Accumulative values are reported on the root endpoint
236
290
  "preserveRootApplicationCCValueIDs": true
291
+ },
292
+ "metadata": {
293
+ "inclusion": "1. Plug the Power Strip into a grounded receptacle you’re planning to use it at (it doesn’t need to be close to the hub) \n2. Initiate inclusion (pairing) in the app (or web interface). \n3. CLICK CH1 BUTTON 3 TIMES QUICKLY. All LED indicators will start flashing \n4. You will see 7 or 8 new on/off devices in your app: 5 channels or on/off control, 2 channels for on/off monitoring (USB ports reporting charging/ charged status, no control), and possibly one master node to access and adjust advanced settings in.",
294
+ "exclusion": "1. Bring the strip within direct range of your Z-Wave gateway (hub). \n2. Put the Z-Wave hub into exclusion mode. \n3. Press and release the CH1 button 3 times quickly. \n4. Your hub will confirm exclusion and all of the channels (child outlets) and the main device will disappear from your controller's device list.",
295
+ "reset": "If your primary controller is missing or inoperable, you may need to reset \nthe device to factory settings. To complete the reset process manually, \nclick-click-click’n’hold CH1 button for at least 10 seconds. All LED indicators \nwill flash to confirm successful reset. NOTE: All previously recorded activity \nand custom settings EXCEPT for the kWh record will be erased from the device’s memory.",
296
+ "manual": [
297
+ {
298
+ "$if": "firmwareVersion >= 4.10",
299
+ "value": "https://cdn.shopify.com/s/files/1/0218/7704/files/zooz-zen20-800LR-manual.pdf"
300
+ },
301
+ "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3158/zooz-s2-z-wave-plus-power-strip-zen20-ver2-online-manual.pdf"
302
+ ]
237
303
  }
238
304
  }
@@ -304,6 +304,13 @@
304
304
  "#": "30",
305
305
  "$if": "firmwareVersion >= 1.11 && firmwareVersion < 2.0 || firmwareVersion >= 2.11 && firmwareVersion < 3.0 || firmwareVersion >= 3.10",
306
306
  "$import": "templates/zooz_template.json#local_programming"
307
+ },
308
+ {
309
+ "#": "34",
310
+ "$if": "firmwareVersion >= 4.20",
311
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
312
+ "label": "LED Indication: Settings Changed",
313
+ "defaultValue": 0
307
314
  }
308
315
  ],
309
316
  "compat": [
@@ -276,6 +276,14 @@
276
276
  "label": "Send Status Change Report: Timer",
277
277
  "description": "Determine whether a trigger of this type should prompt a status change report to associated devices.",
278
278
  "defaultValue": 1
279
+ },
280
+ {
281
+ "#": "27",
282
+ "$if": "firmwareVersion >= 2.40 && firmwareVersion < 10.0",
283
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
284
+ "label": "LED Indicator (Scene Control)",
285
+ "description": "When enabled, LED indicator will flash to confirm scene activation.",
286
+ "defaultValue": 0
279
287
  }
280
288
  ],
281
289
  "compat": {
@@ -75,6 +75,10 @@
75
75
  {
76
76
  "#": "11",
77
77
  "$import": "templates/zooz_template.json#impulse_duration"
78
+ },
79
+ {
80
+ "#": "12",
81
+ "$import": "templates/zooz_template.json#zen5x_external_switch_multiple_click"
78
82
  }
79
83
  ],
80
84
  "metadata": {
@@ -123,6 +123,10 @@
123
123
  {
124
124
  "#": "24",
125
125
  "$import": "templates/zooz_template.json#association_reports_binary"
126
+ },
127
+ {
128
+ "#": "27",
129
+ "$import": "templates/zooz_template.json#zen5x_external_switch_multiple_click"
126
130
  }
127
131
  ],
128
132
  "metadata": {
@@ -184,7 +184,8 @@
184
184
  },
185
185
  {
186
186
  "#": "18",
187
- "$import": "templates/zooz_template.json#custom_brightness"
187
+ "$import": "templates/zooz_template.json#custom_brightness",
188
+ "label": "Custom Brightness Level (Manual Control)"
188
189
  },
189
190
  {
190
191
  "#": "22",
@@ -199,6 +200,17 @@
199
200
  "#": "30",
200
201
  "$if": "firmwareVersion >= 2.0 && firmwareVersion < 10.0 || firmwareVersion >= 10.20",
201
202
  "$import": "templates/zooz_template.json#local_dimming_speed_group_3_and_4"
203
+ },
204
+ {
205
+ "#": "33",
206
+ "$if": "firmwareVersion >= 3.40 && firmwareVersion < 10.0",
207
+ "$import": "templates/zooz_template.json#on_off_switch_mode"
208
+ },
209
+ {
210
+ "#": "34",
211
+ "$if": "firmwareVersion >= 3.50 && firmwareVersion < 10.0",
212
+ "$import": "templates/zooz_template.json#custom_brightness",
213
+ "label": "Custom Brightness Level (Z-Wave Control)"
202
214
  }
203
215
  ],
204
216
  "compat": {
@@ -51,7 +51,7 @@
51
51
  {
52
52
  // This parameter was changed in firmware 10.10 and split into parameters 9, 27, 28, and 29
53
53
  "#": "9",
54
- "$if": "firmwareVersion >= 10.10",
54
+ "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
55
55
  "$import": "templates/zooz_template.json#dimmer_on_ramp_rate"
56
56
  },
57
57
  {
@@ -61,17 +61,17 @@
61
61
  },
62
62
  {
63
63
  "#": "27",
64
- "$if": "firmwareVersion >= 10.10",
64
+ "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
65
65
  "$import": "templates/zooz_template.json#dimmer_off_ramp_rate"
66
66
  },
67
67
  {
68
68
  "#": "28",
69
- "$if": "firmwareVersion >= 10.10",
69
+ "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
70
70
  "$import": "templates/zooz_template.json#zwave_on_dimmer_ramp_rate"
71
71
  },
72
72
  {
73
73
  "#": "29",
74
- "$if": "firmwareVersion >= 10.10",
74
+ "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
75
75
  "$import": "templates/zooz_template.json#zwave_off_dimmer_ramp_rate"
76
76
  },
77
77
  {
@@ -120,12 +120,12 @@
120
120
  },
121
121
  {
122
122
  "#": "26",
123
- "$if": "firmwareVersion >= 10.0",
123
+ "$if": "firmwareVersion >= 1.03",
124
124
  "$import": "templates/zooz_template.json#local_programming"
125
125
  },
126
126
  {
127
127
  "#": "30",
128
- "$if": "firmwareVersion >= 10.10",
128
+ "$if": "firmwareVersion >= 2.10 && firmwareVersion < 10.0 || firmwareVersion >= 10.10",
129
129
  "$import": "templates/zooz_template.json#local_dimming_speed_group_3_and_4"
130
130
  }
131
131
  ],
@@ -37,21 +37,32 @@
37
37
  }
38
38
  },
39
39
  "paramInformation": [
40
+ // Parameter 1 was removed in firmware 1.20 and re-added in firmware 1.30
41
+ // and had its limit/default changed back to pre-1.20 settings in firmware 2.0
40
42
  {
41
43
  "#": "1",
42
- "$if": "firmwareVersion < 1.20",
44
+ "$if": "firmwareVersion === 1.30",
45
+ "$import": "templates/zooz_template.json#battery_report_threshold",
46
+ "minValue": 10,
47
+ "defaultValue": 20
48
+ },
49
+ {
50
+ "#": "1",
51
+ "$if": "firmwareVersion < 1.20 || firmwareVersion >= 2.0",
43
52
  "$import": "templates/zooz_template.json#battery_report_threshold",
44
- "label": "Battery Report Threshold",
45
53
  "maxValue": 10,
46
54
  "defaultValue": 5
47
55
  },
48
56
  {
49
57
  "#": "2",
50
58
  "$import": "templates/zooz_template.json#low_battery_alarm_threshold",
51
- "label": "Low Battery Alarm Threshold"
59
+ "minValue": 5,
60
+ "maxValue": 20,
61
+ "defaultValue": 10
52
62
  },
53
63
  {
54
64
  "#": "3",
65
+ "$if": "firmwareVersion < 2.0",
55
66
  "label": "Temperature Report Threshold",
56
67
  "valueSize": 1,
57
68
  "unit": "0.1 °F/C",
@@ -59,8 +70,25 @@
59
70
  "maxValue": 100,
60
71
  "defaultValue": 20
61
72
  },
73
+ {
74
+ "#": "3",
75
+ "$if": "firmwareVersion >= 2.0",
76
+ "label": "Temperature Report Threshold",
77
+ "valueSize": 1,
78
+ "unit": "0.1 °F/C",
79
+ "minValue": 0,
80
+ "maxValue": 100,
81
+ "defaultValue": 10,
82
+ "options": [
83
+ {
84
+ "label": "Disable",
85
+ "value": 0
86
+ }
87
+ ]
88
+ },
62
89
  {
63
90
  "#": "4",
91
+ "$if": "firmwareVersion < 2.0",
64
92
  "label": "Humidity Report Threshold",
65
93
  "valueSize": 1,
66
94
  "unit": "%",
@@ -68,9 +96,25 @@
68
96
  "maxValue": 50,
69
97
  "defaultValue": 10
70
98
  },
99
+ {
100
+ "#": "4",
101
+ "$if": "firmwareVersion >= 2.0",
102
+ "label": "Humidity Report Threshold",
103
+ "valueSize": 1,
104
+ "unit": "%",
105
+ "minValue": 0,
106
+ "maxValue": 50,
107
+ "defaultValue": 5,
108
+ "options": [
109
+ {
110
+ "label": "Disable",
111
+ "value": 0
112
+ }
113
+ ]
114
+ },
71
115
  {
72
116
  "#": "5",
73
- "$if": "firmwareVersion < 1.20",
117
+ "$if": "firmwareVersion < 2.0",
74
118
  "label": "High Temperature Alert Threshold",
75
119
  "valueSize": 1,
76
120
  "unit": "°F/C",
@@ -80,13 +124,14 @@
80
124
  },
81
125
  {
82
126
  "#": "5",
83
- "$if": "firmwareVersion >= 1.20",
127
+ "$if": "firmwareVersion >= 2.0",
84
128
  "label": "High Temperature Alert Threshold",
85
129
  "valueSize": 1,
86
130
  "unit": "°F/C",
87
- "minValue": 0,
88
- "maxValue": 120,
89
- "defaultValue": 120
131
+ "minValue": 50,
132
+ "maxValue": 200,
133
+ "defaultValue": 200,
134
+ "unsigned": true
90
135
  },
91
136
  {
92
137
  "#": "6",
@@ -131,7 +176,7 @@
131
176
  },
132
177
  {
133
178
  "#": "7",
134
- "$if": "firmwareVersion < 1.20",
179
+ "$if": "firmwareVersion < 2.0",
135
180
  "label": "Low Temperature Alert Threshold",
136
181
  "valueSize": 1,
137
182
  "unit": "°F/C",
@@ -141,12 +186,12 @@
141
186
  },
142
187
  {
143
188
  "#": "7",
144
- "$if": "firmwareVersion >= 1.20",
189
+ "$if": "firmwareVersion >= 2.0",
145
190
  "label": "Low Temperature Alert Threshold",
146
191
  "valueSize": 1,
147
192
  "unit": "°F/C",
148
193
  "minValue": 0,
149
- "maxValue": 90,
194
+ "maxValue": 100,
150
195
  "defaultValue": 10
151
196
  },
152
197
  {
@@ -195,7 +240,13 @@
195
240
  "$import": "~/templates/master_template.json#base_0-100_nounit",
196
241
  "label": "High Humidity Alert Threshold",
197
242
  "unit": "%",
198
- "defaultValue": 0
243
+ "defaultValue": 0,
244
+ "options": [
245
+ {
246
+ "label": "Disable",
247
+ "value": 0
248
+ }
249
+ ]
199
250
  },
200
251
  {
201
252
  "#": "10",
@@ -243,7 +294,13 @@
243
294
  "$import": "~/templates/master_template.json#base_0-100_nounit",
244
295
  "label": "Low Humidity Alert Threshold",
245
296
  "unit": "%",
246
- "defaultValue": 0
297
+ "defaultValue": 0,
298
+ "options": [
299
+ {
300
+ "label": "Disable",
301
+ "value": 0
302
+ }
303
+ ]
247
304
  },
248
305
  {
249
306
  "#": "12",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manufacturer": "New One",
3
3
  "manufacturerId": "0x0312",
4
- "label": "N4002",
4
+ "label": "N4002 / N4012",
5
5
  "description": "Mini SmartPlug Dimmer",
6
6
  "devices": [
7
7
  {
@@ -15,37 +15,48 @@
15
15
  "max": "255.255"
16
16
  },
17
17
  "paramInformation": [
18
- {
19
- "#": "1",
20
- "$import": "~/templates/master_template.json#orientation_momentary"
21
- },
22
18
  {
23
19
  "#": "2",
24
20
  "$import": "~/templates/master_template.json#led_indicator_four_options"
25
21
  },
26
22
  {
27
- "#": "3",
23
+ "#": "4",
28
24
  "$import": "templates/minoston_template.json#auto_off_timer"
29
25
  },
30
26
  {
31
- "#": "5",
27
+ "#": "6",
32
28
  "$import": "templates/minoston_template.json#auto_on_timer"
33
29
  },
30
+ {
31
+ "#": "7",
32
+ "$import": "templates/minoston_template.json#night_light_set"
33
+ },
34
34
  {
35
35
  "#": "8",
36
36
  "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
37
37
  },
38
38
  {
39
39
  "#": "9",
40
- "$import": "~/templates/master_template.json#dim_rate"
40
+ "label": "Ramp Rate (On/Off Control)",
41
+ "valueSize": 1,
42
+ "unit": "seconds",
43
+ "minValue": 0,
44
+ "maxValue": 10,
45
+ "defaultValue": 2
41
46
  },
42
47
  {
43
48
  "#": "10",
44
- "$import": "~/templates/master_template.json#minimum_dim_level_0-99"
49
+ "label": "Ramp Rate (Dimmer/Z-Wave Control)",
50
+ "valueSize": 1,
51
+ "unit": "seconds",
52
+ "minValue": 0,
53
+ "maxValue": 10,
54
+ "defaultValue": 4
45
55
  },
46
56
  {
47
57
  "#": "11",
48
- "$import": "~/templates/master_template.json#maximum_dim_level_0-99",
58
+ "$import": "~/templates/master_template.json#minimum_dim_level_0-99",
59
+ "defaultValue": 10,
49
60
  "options": [
50
61
  {
51
62
  "label": "Disable",
@@ -55,53 +66,19 @@
55
66
  },
56
67
  {
57
68
  "#": "12",
58
- "$import": "templates/minoston_template.json#double_tap_function"
59
- },
60
- {
61
- "#": "15",
62
- "$import": "~/templates/master_template.json#smart_switch_mode_0-2"
63
- },
64
- {
65
- "#": "21",
66
- "$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
67
- },
68
- {
69
- "#": "16",
70
- "$import": "~/templates/master_template.json#dimming_speed_1-99_seconds"
71
- },
72
- {
73
- "#": "18",
74
- "$import": "~/templates/master_template.json#default_dim_level_0-99"
75
- },
76
- {
77
- "#": "19",
78
- "$import": "templates/minoston_template.json#external_switch_type_four_options"
79
- },
80
- {
81
- "#": "20",
82
- "$import": "templates/minoston_template.json#association_reports_basic_multilevel"
83
- },
84
- {
85
- "#": "22",
86
- "$import": "templates/minoston_template.json#night_mode_brightness"
87
- },
88
- {
89
- "#": "23",
90
- "$import": "templates/minoston_template.json#led_indicator_color"
91
- },
92
- {
93
- "#": "24",
94
- "$import": "templates/minoston_template.json#led_indicator_brightness"
95
- },
96
- {
97
- "#": "25",
98
- "$import": "templates/minoston_template.json#single_tap_function"
69
+ "$import": "~/templates/master_template.json#maximum_dim_level_0-99",
70
+ "options": [
71
+ {
72
+ "label": "Disable",
73
+ "value": 0
74
+ }
75
+ ]
99
76
  }
100
77
  ],
101
78
  "metadata": {
102
79
  "inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
103
80
  "exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
104
81
  "reset": "Press click Z-Wave™ button 3 times quickly, and hold for at least 10 seconds at the third time to restore the device to the factory\n(Node:Please use this procedure only when the network primary controller is missing or otherwise inoperable.)",
105
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4294/N4002-manual-20210825.pdf"
82
+ "manual": "https://newonesmarthome.com/pages/download"
106
83
  }
107
84
  }
@@ -0,0 +1,40 @@
1
+ {
2
+ "manufacturer": "Lockly",
3
+ "manufacturerId": "0x043d",
4
+ "label": "PGD728F ZPU",
5
+ "description": "Smart Lock - Secure Plus",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0003",
9
+ "productId": "0x0001",
10
+ "zwaveAllianceId": [
11
+ 4689,
12
+ 4712
13
+ ]
14
+ }
15
+ ],
16
+ "firmwareVersion": {
17
+ "min": "0.0",
18
+ "max": "255.255"
19
+ },
20
+ "associations": {
21
+ "1": {
22
+ "label": "Lifeline",
23
+ "maxNodes": 5,
24
+ "isLifeline": true
25
+ }
26
+ },
27
+ "paramInformation": [
28
+ {
29
+ "#": "1",
30
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
31
+ "label": "Fingerprint Module",
32
+ "defaultValue": 0
33
+ }
34
+ ],
35
+ "metadata": {
36
+ "inclusion": "1. Bring the DoorLock within direct range of your controller.\n2. Carefully remove the battery compartment cover. \n3. Put your Z-Wave controller into inclusion mode. \n4. Simply press the Program button to enter programming mode.\n5. Select “2HB” to enter hub action menu.\n6. Select “AD” and wait doorlock to finish the inclusion",
37
+ "exclusion": "1. Make sure the DoorLock is powered on and located within direct\n range of your Z-Wave gateway controller .\n2. Put your Z-Wave controller into exclusion mode .\n3. Simply press the Program button to enter programming mode.\n4. Select “2HB” to enter hub action menu.\n5. Select “DE” and wait doorlock to finish the exclusion",
38
+ "reset": "When your network’s primary controller is missing or otherwise \ninoperable, you may need to reset the device to factory settings \nmanually. Tocomplete \nthe process, make sure your doorlock has not been synced tothe \nsmart phone, then press and hold the reset button at least 3 sec to \nreset the doorlock and Z-Wave module. Also, you can restore the \nlock to factory default settings while the lock is synching with the \nsmartphone.\nWhen executing factory reset, Z-Wave module will issue the following \ninstructions to smart home controller.\nGroup:\"LIFELINE\" group\nInstruction: DEVICE_RESET_LOCALLY_NOTIFICATION"
39
+ }
40
+ }