@zwave-js/config 14.3.9 → 14.3.12
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.
- package/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.d.ts.map +1 -1
- package/build/esm/_version.js +1 -1
- package/build/esm/_version.js.map +1 -1
- package/config/devices/0x0063/76596_ZWN4015.json +80 -0
- package/config/devices/0x0118/tz88.json +79 -9
- package/config/devices/0x011f/schlage_pir_sensor.json +17 -3
- package/config/devices/0x0129/yrl210.json +4 -0
- package/config/devices/0x026e/crzb.json +26 -0
- package/config/devices/0x027a/templates/zooz_template.json +5 -0
- package/config/devices/0x027a/zen04.json +76 -12
- package/config/devices/0x027a/zen15.json +149 -52
- package/config/devices/0x027a/zen17.json +15 -2
- package/config/devices/0x027a/zen20.json +74 -8
- package/config/devices/0x027a/zen30.json +7 -0
- package/config/devices/0x027a/zen32.json +8 -0
- package/config/devices/0x027a/zen72.json +13 -1
- package/config/devices/0x027a/zen74.json +6 -6
- package/config/devices/0x027a/zse44.json +70 -13
- package/config/devices/0x0312/n4002.json +29 -52
- package/config/devices/0x0438/4512744.json +3 -1
- package/config/devices/0x0438/4512745.json +3 -1
- package/config/devices/0x043d/pgd728f_zpu.json +40 -0
- package/config/devices/0x0460/qndw-002C.json +60 -0
- package/config/devices/0x0460/qnpl-0A112.json +85 -0
- package/config/devices/0x0460/qpdm-0A1P01.json +129 -0
- package/config/devices/0x0460/qpdm-0A2P01.json +223 -0
- package/config/devices/0x0460/templates/wave_template.json +106 -5
- package/config/devices/0x046a/WB04V.json +348 -0
- package/config/devices/0x046a/WM25L.json +245 -0
- package/package.json +1 -1
|
@@ -15,16 +15,108 @@
|
|
|
15
15
|
"max": "255.255"
|
|
16
16
|
},
|
|
17
17
|
"paramInformation": [
|
|
18
|
+
{
|
|
19
|
+
"#": "27",
|
|
20
|
+
"$if": "firmwareVersion < 1.3",
|
|
21
|
+
"label": "LED Indicator",
|
|
22
|
+
"valueSize": 1,
|
|
23
|
+
"defaultValue": 0,
|
|
24
|
+
"allowManualEntry": false,
|
|
25
|
+
"options": [
|
|
26
|
+
{
|
|
27
|
+
"label": "Always on",
|
|
28
|
+
"value": 0
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"label": "Momentary (At status change)",
|
|
32
|
+
"value": 1
|
|
33
|
+
}
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"#": "27",
|
|
38
|
+
"$if": "firmwareVersion >= 1.3",
|
|
39
|
+
"label": "LED Power Consumption Indicator",
|
|
40
|
+
"description": "Pink = Power Switch is off; Blue = 0–300 W; Cyan = 300–600 W; Green = 600–900 W; Yellow = 900–1200 W; Red = 1200–1500 W; Purple = 1500–1800 W; Purple blink = over 1800 W",
|
|
41
|
+
"valueSize": 1,
|
|
42
|
+
"defaultValue": 1,
|
|
43
|
+
"allowManualEntry": false,
|
|
44
|
+
"options": [
|
|
45
|
+
{
|
|
46
|
+
"label": "Always on",
|
|
47
|
+
"value": 0
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"label": "On when switch is on, off when switch is off",
|
|
51
|
+
"value": 1
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"label": "5 seconds following switch activation, then off",
|
|
55
|
+
"value": 2
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"label": "Always off (Except for inclusion, exclusion, and Z-Wave range test)",
|
|
59
|
+
"value": 3
|
|
60
|
+
}
|
|
61
|
+
]
|
|
62
|
+
},
|
|
18
63
|
{
|
|
19
64
|
"#": "20",
|
|
65
|
+
"$if": "firmwareVersion < 2.10",
|
|
20
66
|
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
21
67
|
"label": "Overload Protection",
|
|
68
|
+
"description": "Turn off when load exceeds 16.5 A",
|
|
22
69
|
"defaultValue": 1
|
|
23
70
|
},
|
|
71
|
+
{
|
|
72
|
+
"#": "20",
|
|
73
|
+
"$if": "firmwareVersion >= 2.10",
|
|
74
|
+
"label": "Overload Protection",
|
|
75
|
+
"description": "How long the load can exceed 16.5 A before turning off.",
|
|
76
|
+
"valueSize": 1,
|
|
77
|
+
"unit": "seconds",
|
|
78
|
+
"minValue": 2,
|
|
79
|
+
"maxValue": 5,
|
|
80
|
+
"defaultValue": 2
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"#": "36",
|
|
84
|
+
"$if": "firmwareVersion >= 2.10",
|
|
85
|
+
"label": "Overload Protection Turn On Delay",
|
|
86
|
+
"description": "How long to wait after the load was shut off by overload protection before turning it on again. Allowable range: 0, 10-65535.",
|
|
87
|
+
"valueSize": 2,
|
|
88
|
+
"unit": "seconds",
|
|
89
|
+
"minValue": 0,
|
|
90
|
+
"maxValue": 65535,
|
|
91
|
+
"defaultValue": 0,
|
|
92
|
+
"unsigned": true,
|
|
93
|
+
"options": [
|
|
94
|
+
{
|
|
95
|
+
"label": "Disable",
|
|
96
|
+
"value": 0
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
},
|
|
24
100
|
{
|
|
25
101
|
"#": "21",
|
|
26
102
|
"$import": "~/templates/master_template.json#state_after_power_failure_prev_on_off"
|
|
27
103
|
},
|
|
104
|
+
{
|
|
105
|
+
"#": "35",
|
|
106
|
+
"$if": "firmwareVersion >= 2.0",
|
|
107
|
+
"label": "Delay Turn-On After Power Failure",
|
|
108
|
+
"valueSize": 2,
|
|
109
|
+
"unit": "seconds",
|
|
110
|
+
"minValue": 0,
|
|
111
|
+
"maxValue": 600,
|
|
112
|
+
"defaultValue": 0,
|
|
113
|
+
"options": [
|
|
114
|
+
{
|
|
115
|
+
"label": "Disable",
|
|
116
|
+
"value": 0
|
|
117
|
+
}
|
|
118
|
+
]
|
|
119
|
+
},
|
|
28
120
|
{
|
|
29
121
|
"#": "24",
|
|
30
122
|
"label": "On/Off Status Change Notifications",
|
|
@@ -79,64 +171,46 @@
|
|
|
79
171
|
]
|
|
80
172
|
},
|
|
81
173
|
{
|
|
82
|
-
"#": "
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
"
|
|
90
|
-
"$if": "firmwareVersion < 1.3",
|
|
91
|
-
"label": "LED Indicator",
|
|
92
|
-
"valueSize": 1,
|
|
93
|
-
"defaultValue": 0,
|
|
94
|
-
"allowManualEntry": false,
|
|
174
|
+
"#": "151",
|
|
175
|
+
"label": "Power (W) Change Report Threshold",
|
|
176
|
+
"valueSize": 2,
|
|
177
|
+
"unit": "W",
|
|
178
|
+
"minValue": 0,
|
|
179
|
+
"maxValue": 65535,
|
|
180
|
+
"defaultValue": 50,
|
|
181
|
+
"unsigned": true,
|
|
95
182
|
"options": [
|
|
96
183
|
{
|
|
97
|
-
"label": "
|
|
184
|
+
"label": "Disable",
|
|
98
185
|
"value": 0
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"label": "Momentary (At status change)",
|
|
102
|
-
"value": 1
|
|
103
186
|
}
|
|
104
187
|
]
|
|
105
188
|
},
|
|
106
189
|
{
|
|
107
|
-
"#": "
|
|
108
|
-
"
|
|
109
|
-
"label": "LED Power Consumption Indicator",
|
|
110
|
-
"description": "Pink = Power Switch is off; Blue = 0–300 W; Cyan = 300–600 W; Green = 600–900 W; Yellow = 900–1200 W; Red = 1200–1500 W; Purple = 1500–1800 W; Purple blink = over 1800 W",
|
|
190
|
+
"#": "152",
|
|
191
|
+
"label": "Power Report Percentage Threshold",
|
|
111
192
|
"valueSize": 1,
|
|
112
|
-
"
|
|
113
|
-
"
|
|
193
|
+
"unit": "%",
|
|
194
|
+
"minValue": 0,
|
|
195
|
+
"maxValue": 255,
|
|
196
|
+
"defaultValue": 10,
|
|
197
|
+
"unsigned": true,
|
|
114
198
|
"options": [
|
|
115
199
|
{
|
|
116
|
-
"label": "
|
|
200
|
+
"label": "Disable",
|
|
117
201
|
"value": 0
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"label": "On when switch is on, off when switch is off",
|
|
121
|
-
"value": 1
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"label": "5 seconds following switch activation, then off",
|
|
125
|
-
"value": 2
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"label": "Always off (Except for inclusion, exclusion, and Z-Wave range test)",
|
|
129
|
-
"value": 3
|
|
130
202
|
}
|
|
131
203
|
]
|
|
132
204
|
},
|
|
133
205
|
{
|
|
134
|
-
"#": "
|
|
135
|
-
"
|
|
136
|
-
"
|
|
206
|
+
"#": "175",
|
|
207
|
+
"$if": "firmwareVersion >= 2.10",
|
|
208
|
+
"label": "Voltage (V) Change Report Threshold",
|
|
209
|
+
"valueSize": 1,
|
|
210
|
+
"unit": "V",
|
|
137
211
|
"minValue": 0,
|
|
138
|
-
"maxValue":
|
|
139
|
-
"defaultValue":
|
|
212
|
+
"maxValue": 255,
|
|
213
|
+
"defaultValue": 10,
|
|
140
214
|
"unsigned": true,
|
|
141
215
|
"options": [
|
|
142
216
|
{
|
|
@@ -146,13 +220,14 @@
|
|
|
146
220
|
]
|
|
147
221
|
},
|
|
148
222
|
{
|
|
149
|
-
"#": "
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
223
|
+
"#": "176",
|
|
224
|
+
"$if": "firmwareVersion >= 2.10",
|
|
225
|
+
"label": "Current (A) Change Report Threshold",
|
|
226
|
+
"valueSize": 2,
|
|
227
|
+
"unit": "mA",
|
|
153
228
|
"minValue": 0,
|
|
154
|
-
"maxValue":
|
|
155
|
-
"defaultValue":
|
|
229
|
+
"maxValue": 65535,
|
|
230
|
+
"defaultValue": 1000,
|
|
156
231
|
"unsigned": true,
|
|
157
232
|
"options": [
|
|
158
233
|
{
|
|
@@ -163,7 +238,7 @@
|
|
|
163
238
|
},
|
|
164
239
|
{
|
|
165
240
|
"#": "171",
|
|
166
|
-
"label": "Power Report
|
|
241
|
+
"label": "Power (W) Report Interval",
|
|
167
242
|
"valueSize": 4,
|
|
168
243
|
"unit": "seconds",
|
|
169
244
|
"minValue": 0,
|
|
@@ -178,7 +253,7 @@
|
|
|
178
253
|
},
|
|
179
254
|
{
|
|
180
255
|
"#": "172",
|
|
181
|
-
"label": "Energy Report
|
|
256
|
+
"label": "Energy (kWh) Report Interval",
|
|
182
257
|
"valueSize": 4,
|
|
183
258
|
"unit": "seconds",
|
|
184
259
|
"minValue": 0,
|
|
@@ -193,7 +268,7 @@
|
|
|
193
268
|
},
|
|
194
269
|
{
|
|
195
270
|
"#": "173",
|
|
196
|
-
"label": "Voltage Report
|
|
271
|
+
"label": "Voltage (V) Report Interval",
|
|
197
272
|
"valueSize": 4,
|
|
198
273
|
"unit": "seconds",
|
|
199
274
|
"minValue": 0,
|
|
@@ -208,7 +283,7 @@
|
|
|
208
283
|
},
|
|
209
284
|
{
|
|
210
285
|
"#": "174",
|
|
211
|
-
"label": "
|
|
286
|
+
"label": "Current (A) Report Interval",
|
|
212
287
|
"valueSize": 4,
|
|
213
288
|
"unit": "seconds",
|
|
214
289
|
"minValue": 0,
|
|
@@ -220,6 +295,28 @@
|
|
|
220
295
|
"value": 0
|
|
221
296
|
}
|
|
222
297
|
]
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"#": "30",
|
|
301
|
+
"$if": "firmwareVersion >= 1.3",
|
|
302
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
303
|
+
"label": "Manual Control",
|
|
304
|
+
"description": "Disables manual control from the device itself",
|
|
305
|
+
"defaultValue": 1
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"#": "31",
|
|
309
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
310
|
+
"label": "Z-Wave ON Control",
|
|
311
|
+
"description": "Disables ON control from the hub",
|
|
312
|
+
"defaultValue": 1
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"#": "32",
|
|
316
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
317
|
+
"label": "Z-Wave OFF Control",
|
|
318
|
+
"description": "Disables OFF control from the hub",
|
|
319
|
+
"defaultValue": 1
|
|
223
320
|
}
|
|
224
321
|
],
|
|
225
322
|
"metadata": {
|
|
@@ -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":
|
|
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":
|
|
70
|
+
"minValue": 0,
|
|
53
71
|
"maxValue": 2678400,
|
|
54
|
-
"defaultValue":
|
|
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":
|
|
103
|
+
"minValue": 0,
|
|
63
104
|
"maxValue": 2678400,
|
|
64
|
-
"defaultValue":
|
|
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#
|
|
283
|
+
"$import": "~/templates/master_template.json#base_enable_disable_inverted",
|
|
230
284
|
"label": "Power/Energy Monitoring (USB)",
|
|
231
|
-
"defaultValue":
|
|
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": {
|
|
@@ -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 >=
|
|
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
|
],
|