@zwave-js/config 10.14.0 → 10.16.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.
@@ -0,0 +1,268 @@
1
+ {
2
+ "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
+ "manufacturerId": "0x0258",
4
+ "label": "NAS_PD02Z-2",
5
+ "description": "PIR Motion, Temperature & Light Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0200",
9
+ "productId": "0x1036"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 1,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "Control",
24
+ "maxNodes": 5
25
+ }
26
+ },
27
+ "paramInformation": [
28
+ {
29
+ "#": "1",
30
+ "label": "Motion Sensor: Sensitivity",
31
+ "description": "0 = highest; 99 = lowest.",
32
+ "valueSize": 1,
33
+ "minValue": 0,
34
+ "maxValue": 99,
35
+ "defaultValue": 3
36
+ },
37
+ {
38
+ "#": "2",
39
+ "label": "Motion Sensor: Window Time",
40
+ "description": "Period during which motion is measured.",
41
+ "valueSize": 1,
42
+ "minValue": 0,
43
+ "maxValue": 3,
44
+ "defaultValue": 2,
45
+ "unit": "seconds",
46
+ "allowManualEntry": false,
47
+ "options": [
48
+ {
49
+ "label": "4 seconds",
50
+ "value": 0
51
+ },
52
+ {
53
+ "label": "8 seconds",
54
+ "value": 1
55
+ },
56
+ {
57
+ "label": "12 seconds",
58
+ "value": 2
59
+ },
60
+ {
61
+ "label": "16 seconds",
62
+ "value": 3
63
+ }
64
+ ]
65
+ },
66
+ {
67
+ "#": "3",
68
+ "label": "Motion Sensor: Pulse Count",
69
+ "description": "Number of times motion must be detected within set window time before a detection message is sent.",
70
+ "valueSize": 1,
71
+ "minValue": 0,
72
+ "maxValue": 3,
73
+ "defaultValue": 1,
74
+ "allowManualEntry": false,
75
+ "options": [
76
+ {
77
+ "label": "1 time",
78
+ "value": 0
79
+ },
80
+ {
81
+ "label": "2 times",
82
+ "value": 1
83
+ },
84
+ {
85
+ "label": "3 times",
86
+ "value": 2
87
+ },
88
+ {
89
+ "label": "4 times",
90
+ "value": 3
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "#": "4",
96
+ "label": "Motion Sensor: Blind Time",
97
+ "description": "Time the sensor waits before sending a next motion detected message.",
98
+ "valueSize": 1,
99
+ "minValue": 0,
100
+ "maxValue": 15,
101
+ "unit": "seconds",
102
+ "defaultValue": 1,
103
+ "allowManualEntry": false,
104
+ "options": [
105
+ {
106
+ "label": "0.5 seconds",
107
+ "value": 0
108
+ },
109
+ {
110
+ "label": "1 second",
111
+ "value": 1
112
+ },
113
+ {
114
+ "label": "1.5 seconds",
115
+ "value": 2
116
+ },
117
+ {
118
+ "label": "2 seconds",
119
+ "value": 3
120
+ },
121
+ {
122
+ "label": "2.5 seconds",
123
+ "value": 4
124
+ },
125
+ {
126
+ "label": "3 seconds",
127
+ "value": 5
128
+ },
129
+ {
130
+ "label": "3.5 seconds",
131
+ "value": 6
132
+ },
133
+ {
134
+ "label": "4 seconds",
135
+ "value": 7
136
+ },
137
+ {
138
+ "label": "4.5 seconds",
139
+ "value": 8
140
+ },
141
+ {
142
+ "label": "5 seconds",
143
+ "value": 9
144
+ },
145
+ {
146
+ "label": "5.5 seconds",
147
+ "value": 10
148
+ },
149
+ {
150
+ "label": "6 seconds",
151
+ "value": 11
152
+ },
153
+ {
154
+ "label": "6.5 seconds",
155
+ "value": 12
156
+ },
157
+ {
158
+ "label": "7 seconds",
159
+ "value": 13
160
+ },
161
+ {
162
+ "label": "7.5 seconds",
163
+ "value": 14
164
+ },
165
+ {
166
+ "label": "8 seconds",
167
+ "value": 15
168
+ }
169
+ ]
170
+ },
171
+ {
172
+ "#": "5",
173
+ "label": "Motion Sensor",
174
+ "$import": "~/templates/master_template.json#base_enable_disable",
175
+ "defaultValue": 1
176
+ },
177
+ {
178
+ "#": "6",
179
+ "label": "Motion Sensor: Clear Time",
180
+ "description": "Time in seconds to wait before sending 'Clear motion detected' since the last detection.",
181
+ "unit": "seconds",
182
+ "valueSize": 2,
183
+ "minValue": 10,
184
+ "maxValue": 3600,
185
+ "defaultValue": 30
186
+ },
187
+ {
188
+ "#": "7",
189
+ "$import": "templates/shenzhen_neo_template.json#blink_on_motion"
190
+ },
191
+ {
192
+ "#": "8",
193
+ "label": "Binary Sensor Report",
194
+ "$import": "~/templates/master_template.json#base_enable_disable"
195
+ },
196
+ {
197
+ "#": "9",
198
+ "label": "Motion Control: Basic Set Level",
199
+ "valueSize": 1,
200
+ "minValue": 0,
201
+ "maxValue": 100,
202
+ "defaultValue": 100,
203
+ "allowManualEntry": false,
204
+ "options": [
205
+ {
206
+ "label": "On",
207
+ "value": 100
208
+ },
209
+ {
210
+ "label": "Off",
211
+ "value": 0
212
+ }
213
+ ]
214
+ },
215
+ {
216
+ "#": "10",
217
+ "label": "Light Sensor: Measuring Interval",
218
+ "unit": "seconds",
219
+ "valueSize": 2,
220
+ "minValue": 30,
221
+ "maxValue": 3600,
222
+ "defaultValue": 180
223
+ },
224
+ {
225
+ "#": "11",
226
+ "label": "Light Sensor: Illumination Differential Report",
227
+ "valueSize": 1,
228
+ "unit": "lux",
229
+ "minValue": 1,
230
+ "maxValue": 127,
231
+ "defaultValue": 50
232
+ },
233
+ {
234
+ "#": "12",
235
+ "label": "Light Sensor: Night/Day Threshold",
236
+ "valueSize": 1,
237
+ "minValue": 1,
238
+ "maxValue": 127,
239
+ "defaultValue": 50
240
+ },
241
+ {
242
+ "#": "13",
243
+ "$import": "~/templates/master_template.json#base_enable_disable",
244
+ "label": "Light Sensor: Intensity Associated Enable",
245
+ "description": "Send BASIC_SET commands to nodes in group 2 only if the environment is 'dark' (as defined by 12: 'Light Intensity Threshold')."
246
+ },
247
+ {
248
+ "#": "14",
249
+ "$import": "~/templates/master_template.json#base_enable_disable",
250
+ "label": "Motion Sensor: Report Once Enable",
251
+ "description": "Suppress sending more Motion Event Report messages after the first Motion Event Report message was sent until a Motion Event Cleared Report message has been sent."
252
+ },
253
+ {
254
+ "#": "15",
255
+ "label": "Temperature Change Report Threshold",
256
+ "valueSize": 1,
257
+ "minValue": 1,
258
+ "unit": "0.1 °C",
259
+ "maxValue": 100,
260
+ "defaultValue": 10
261
+ },
262
+ {
263
+ "#": "99",
264
+ "$import": "templates/shenzhen_neo_template.json#light_calibration",
265
+ "label": "Light Sensor: Offset Calibration"
266
+ }
267
+ ]
268
+ }
@@ -143,9 +143,10 @@
143
143
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3081/zooz-z-wave-plus-s2-outdoor-motion-sensor-zse29-manual.pdf"
144
144
  },
145
145
  "compat": {
146
+ // On older firmware, supervised commands always result in a status of "Fail"
147
+ "$if": "firmwareVersion < 2.2",
146
148
  "commandClasses": {
147
149
  "remove": {
148
- // Supervised commands always result in a status of "Fail"
149
150
  "0x6c": {
150
151
  "endpoints": "*"
151
152
  }
@@ -0,0 +1,394 @@
1
+ {
2
+ "hue_color_wheel_white": {
3
+ "minValue": 0,
4
+ "maxValue": 255,
5
+ "unsigned": true,
6
+ "description": "Uses a scaled hue value (realHue / 360 * 254).",
7
+ "options": [
8
+ {
9
+ "label": "Red",
10
+ "value": 0
11
+ },
12
+ {
13
+ "label": "Orange",
14
+ "value": 7
15
+ },
16
+ {
17
+ "label": "Lemon",
18
+ "value": 28
19
+ },
20
+ {
21
+ "label": "Lime",
22
+ "value": 64
23
+ },
24
+ {
25
+ "label": "Green",
26
+ "value": 85
27
+ },
28
+ {
29
+ "label": "Teal",
30
+ "value": 106
31
+ },
32
+ {
33
+ "label": "Cyan",
34
+ "value": 127
35
+ },
36
+ {
37
+ "label": "Aqua",
38
+ "value": 148
39
+ },
40
+ {
41
+ "label": "Blue",
42
+ "value": 170
43
+ },
44
+ {
45
+ "label": "Violet",
46
+ "value": 190
47
+ },
48
+ {
49
+ "label": "Magenta",
50
+ "value": 212
51
+ },
52
+ {
53
+ "label": "Pink",
54
+ "value": 234
55
+ },
56
+ {
57
+ "label": "White",
58
+ "value": 255
59
+ }
60
+ ]
61
+ },
62
+ "dimming_speed_0_255_sync_1": {
63
+ "valueSize": 1,
64
+ "minValue": 0,
65
+ "maxValue": 255,
66
+ "defaultValue": 255,
67
+ "description": "5-100 = 100 ms (500 ms - 10 seconds); 101-160 = seconds (minus 100); 161-254 = minutes (minus 160)",
68
+ "unsigned": true,
69
+ "options": [
70
+ {
71
+ "label": "Immediate",
72
+ "value": 0
73
+ },
74
+ {
75
+ "label": "500 ms",
76
+ "value": 5
77
+ },
78
+ {
79
+ "label": "1 second",
80
+ "value": 10
81
+ },
82
+ {
83
+ "label": "2 seconds",
84
+ "value": 20
85
+ },
86
+ {
87
+ "label": "3 seconds",
88
+ "value": 30
89
+ },
90
+ {
91
+ "label": "Sync with Parameter 1",
92
+ "value": 255
93
+ }
94
+ ]
95
+ },
96
+ "dimming_speed_0_255_sync_2": {
97
+ "valueSize": 1,
98
+ "minValue": 0,
99
+ "maxValue": 255,
100
+ "defaultValue": 255,
101
+ "description": "5-100 = 100 ms (500 ms - 10 seconds); 101-160 = seconds (minus 100); 161-254 = minutes (minus 160)",
102
+ "unsigned": true,
103
+ "options": [
104
+ {
105
+ "label": "Immediate",
106
+ "value": 0
107
+ },
108
+ {
109
+ "label": "500 ms",
110
+ "value": 5
111
+ },
112
+ {
113
+ "label": "1 second",
114
+ "value": 10
115
+ },
116
+ {
117
+ "label": "2 seconds",
118
+ "value": 20
119
+ },
120
+ {
121
+ "label": "3 seconds",
122
+ "value": 30
123
+ },
124
+ {
125
+ "label": "Sync with Parameter 2",
126
+ "value": 255
127
+ }
128
+ ]
129
+ },
130
+ "dimming_speed_0_255_sync_3": {
131
+ "valueSize": 1,
132
+ "minValue": 0,
133
+ "maxValue": 255,
134
+ "defaultValue": 255,
135
+ "description": "5-100 = 100 ms (500 ms - 10 seconds); 101-160 = seconds (minus 100); 161-254 = minutes (minus 160)",
136
+ "unsigned": true,
137
+ "options": [
138
+ {
139
+ "label": "Immediate",
140
+ "value": 0
141
+ },
142
+ {
143
+ "label": "500 ms",
144
+ "value": 5
145
+ },
146
+ {
147
+ "label": "1 second",
148
+ "value": 10
149
+ },
150
+ {
151
+ "label": "2 seconds",
152
+ "value": 20
153
+ },
154
+ {
155
+ "label": "3 seconds",
156
+ "value": 30
157
+ },
158
+ {
159
+ "label": "Sync with Parameter 3",
160
+ "value": 255
161
+ }
162
+ ]
163
+ },
164
+ "dimming_speed_0_255_sync_4": {
165
+ "valueSize": 1,
166
+ "minValue": 0,
167
+ "maxValue": 255,
168
+ "defaultValue": 255,
169
+ "description": "5-100 = 100 ms (500 ms - 10 seconds); 101-160 = seconds (minus 100); 161-254 = minutes (minus 160)",
170
+ "unsigned": true,
171
+ "options": [
172
+ {
173
+ "label": "Immediate",
174
+ "value": 0
175
+ },
176
+ {
177
+ "label": "500 ms",
178
+ "value": 5
179
+ },
180
+ {
181
+ "label": "1 second",
182
+ "value": 10
183
+ },
184
+ {
185
+ "label": "2 seconds",
186
+ "value": 20
187
+ },
188
+ {
189
+ "label": "3 seconds",
190
+ "value": 30
191
+ },
192
+ {
193
+ "label": "Sync with Parameter 4",
194
+ "value": 255
195
+ }
196
+ ]
197
+ },
198
+ "level_1-99_0_previous": {
199
+ "valueSize": 1,
200
+ "minValue": 0,
201
+ "maxValue": 99,
202
+ "defaultValue": 0,
203
+ "options": [
204
+ {
205
+ "label": "Previous state",
206
+ "value": 0
207
+ }
208
+ ]
209
+ },
210
+ "level_0-99_100_previous": {
211
+ "valueSize": 1,
212
+ "minValue": 0,
213
+ "maxValue": 100,
214
+ "options": [
215
+ {
216
+ "label": "Previous state",
217
+ "value": 100
218
+ }
219
+ ]
220
+ },
221
+ "led_effect_duration": {
222
+ "valueSize": 4,
223
+ "minValue": 0,
224
+ "maxValue": 255,
225
+ "defaultValue": 0,
226
+ "unsigned": true,
227
+ "description": "1-60 = seconds; 61-120 = minutes (minus 60); 121-254 = hours (minus 120)",
228
+ "options": [
229
+ {
230
+ "label": "Indefinitely",
231
+ "value": 255
232
+ }
233
+ ]
234
+ },
235
+ "led_effect_level": {
236
+ "valueSize": 4,
237
+ "minValue": 0,
238
+ "maxValue": 100,
239
+ "defaultValue": 0,
240
+ "unsigned": true
241
+ },
242
+ "led_effect_color": {
243
+ "$import": "#hue_color_wheel_white",
244
+ "valueSize": 4,
245
+ "minValue": 0,
246
+ "maxValue": 255,
247
+ "defaultValue": 0,
248
+ "unsigned": true
249
+ },
250
+ "led_effect_effect": {
251
+ "valueSize": 4,
252
+ "minValue": 0,
253
+ "maxValue": 255,
254
+ "defaultValue": 0,
255
+ "allowManualEntry": false,
256
+ "unsigned": true,
257
+ "options": [
258
+ {
259
+ "label": "Off",
260
+ "value": 0
261
+ },
262
+ {
263
+ "label": "Solid",
264
+ "value": 1
265
+ },
266
+ {
267
+ "label": "Fast blink",
268
+ "value": 2
269
+ },
270
+ {
271
+ "label": "Slow blink",
272
+ "value": 3
273
+ },
274
+ {
275
+ "label": "Pulse",
276
+ "value": 4
277
+ },
278
+ {
279
+ "label": "Chase",
280
+ "value": 5
281
+ },
282
+ {
283
+ "label": "Falling",
284
+ "value": 6
285
+ },
286
+ {
287
+ "label": "Rising",
288
+ "value": 7
289
+ },
290
+ {
291
+ "label": "Aurora",
292
+ "value": 8
293
+ },
294
+ {
295
+ "label": "Clear",
296
+ "value": 255
297
+ }
298
+ ]
299
+ },
300
+ "all_led_effect_effect": {
301
+ "valueSize": 4,
302
+ "minValue": 0,
303
+ "maxValue": 255,
304
+ "defaultValue": 0,
305
+ "allowManualEntry": false,
306
+ "unsigned": true,
307
+ "options": [
308
+ {
309
+ "label": "Off",
310
+ "value": 0
311
+ },
312
+ {
313
+ "label": "Solid",
314
+ "value": 1
315
+ },
316
+ {
317
+ "label": "Fast blink",
318
+ "value": 2
319
+ },
320
+ {
321
+ "label": "Slow blink",
322
+ "value": 3
323
+ },
324
+ {
325
+ "label": "Pulse",
326
+ "value": 4
327
+ },
328
+ {
329
+ "label": "Chase",
330
+ "value": 5
331
+ },
332
+ {
333
+ "label": "Open/close",
334
+ "value": 6
335
+ },
336
+ {
337
+ "label": "Small to big",
338
+ "value": 7
339
+ },
340
+ {
341
+ "label": "Aurora",
342
+ "value": 8
343
+ },
344
+ {
345
+ "label": "Slow fall",
346
+ "value": 9
347
+ },
348
+ {
349
+ "label": "Medium fall",
350
+ "value": 10
351
+ },
352
+ {
353
+ "label": "Fast fall",
354
+ "value": 11
355
+ },
356
+ {
357
+ "label": "Slow rise",
358
+ "value": 12
359
+ },
360
+ {
361
+ "label": "Medium rise",
362
+ "value": 13
363
+ },
364
+ {
365
+ "label": "Fast rise",
366
+ "value": 14
367
+ },
368
+ {
369
+ "label": "Medium blink",
370
+ "value": 15
371
+ },
372
+ {
373
+ "label": "Slow chase",
374
+ "value": 16
375
+ },
376
+ {
377
+ "label": "Fast chase",
378
+ "value": 17
379
+ },
380
+ {
381
+ "label": "Fast siren",
382
+ "value": 18
383
+ },
384
+ {
385
+ "label": "Slow siren",
386
+ "value": 19
387
+ },
388
+ {
389
+ "label": "Clear",
390
+ "value": 255
391
+ }
392
+ ]
393
+ }
394
+ }