@zwave-js/config 10.8.0 → 10.11.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.
@@ -37,6 +37,44 @@
37
37
  }
38
38
  ]
39
39
  },
40
+ "base_led_color_mr40z": {
41
+ "valueSize": 1,
42
+ "minValue": 0,
43
+ "maxValue": 6,
44
+ "defaultValue": 0,
45
+ "unsigned": true,
46
+ "allowManualEntry": false,
47
+ "options": [
48
+ {
49
+ "label": "White",
50
+ "value": 0
51
+ },
52
+ {
53
+ "label": "Purple",
54
+ "value": 1
55
+ },
56
+ {
57
+ "label": "Orange",
58
+ "value": 2
59
+ },
60
+ {
61
+ "label": "Cyan",
62
+ "value": 3
63
+ },
64
+ {
65
+ "label": "Red",
66
+ "value": 4
67
+ },
68
+ {
69
+ "label": "Green",
70
+ "value": 5
71
+ },
72
+ {
73
+ "label": "Blue",
74
+ "value": 6
75
+ }
76
+ ]
77
+ },
40
78
  "auto_off_timer": {
41
79
  "$import": "~/templates/master_template.json#base_0-65535",
42
80
  "label": "Auto-Off Timer",
@@ -197,7 +235,7 @@
197
235
  ]
198
236
  },
199
237
  "led_indicator_color": {
200
- "label": "Led Indicator: Color",
238
+ "label": "LED Indicator: Color",
201
239
  "valueSize": 1,
202
240
  "minValue": 0,
203
241
  "maxValue": 3,
@@ -225,14 +263,34 @@
225
263
  },
226
264
  "led_indicator_color_upper": {
227
265
  "$import": "#base_led_color",
228
- "label": "Led Indicator: Upper Paddle Color"
266
+ "label": "LED Indicator: Upper Paddle Color"
229
267
  },
230
268
  "led_indicator_color_lower": {
231
269
  "$import": "#base_led_color",
232
- "label": "Led Indicator: Lower Paddle Color"
270
+ "label": "LED Indicator: Lower Paddle Color"
271
+ },
272
+ "led_indicator_color_first_button": {
273
+ "$import": "#base_led_color_mr40z",
274
+ "default": 0,
275
+ "label": "LED Indicator: First Button"
276
+ },
277
+ "led_indicator_color_second_button": {
278
+ "$import": "#base_led_color_mr40z",
279
+ "default": 1,
280
+ "label": "LED Indicator: Second Button"
281
+ },
282
+ "led_indicator_color_third_button": {
283
+ "$import": "#base_led_color_mr40z",
284
+ "default": 2,
285
+ "label": "LED Indicator: Third Button"
286
+ },
287
+ "led_indicator_color_fourth_button": {
288
+ "$import": "#base_led_color_mr40z",
289
+ "default": 3,
290
+ "label": "LED Indicator: Fourth Button"
233
291
  },
234
292
  "led_indicator_brightness": {
235
- "label": "Led Indicator: Brightness",
293
+ "label": "LED Indicator: Brightness",
236
294
  "valueSize": 1,
237
295
  "minValue": 0,
238
296
  "maxValue": 2,
@@ -254,6 +312,61 @@
254
312
  }
255
313
  ]
256
314
  },
315
+ "led_indicator_brightness_mr40z": {
316
+ "label": "LED Indicator: Brightness",
317
+ "valueSize": 1,
318
+ "minValue": 0,
319
+ "maxValue": 10,
320
+ "defaultValue": 5,
321
+ "unsigned": true,
322
+ "allowManualEntry": false,
323
+ "options": [
324
+ {
325
+ "label": "Off",
326
+ "value": 0
327
+ },
328
+ {
329
+ "label": "10%",
330
+ "value": 1
331
+ },
332
+ {
333
+ "label": "20%",
334
+ "value": 2
335
+ },
336
+ {
337
+ "label": "30%",
338
+ "value": 3
339
+ },
340
+ {
341
+ "label": "40%",
342
+ "value": 4
343
+ },
344
+ {
345
+ "label": "50%",
346
+ "value": 5
347
+ },
348
+ {
349
+ "label": "60%",
350
+ "value": 6
351
+ },
352
+ {
353
+ "label": "70%",
354
+ "value": 7
355
+ },
356
+ {
357
+ "label": "80%",
358
+ "value": 8
359
+ },
360
+ {
361
+ "label": "90%",
362
+ "value": 9
363
+ },
364
+ {
365
+ "label": "100%",
366
+ "value": 10
367
+ }
368
+ ]
369
+ },
257
370
  "night_mode_brightness": {
258
371
  "label": "Night Mode Brightness Level",
259
372
  "description": "Sets the dim level the device will turn on to when the button is held for two seconds",
@@ -368,5 +481,23 @@
368
481
  "$import": "~/templates/master_template.json#base_enable_disable",
369
482
  "label": "Local Control",
370
483
  "defaultValue": 1
484
+ },
485
+ "battery_report_threshold": {
486
+ "label": "Battery Report Threshold",
487
+ "valueSize": 1,
488
+ "unit": "%",
489
+ "minValue": 1,
490
+ "maxValue": 20,
491
+ "defaultValue": 10,
492
+ "unsigned": true
493
+ },
494
+ "battery_alarm_report": {
495
+ "label": "Low Battery Alarm Threshold",
496
+ "valueSize": 1,
497
+ "unit": "%",
498
+ "minValue": 5,
499
+ "maxValue": 20,
500
+ "defaultValue": 5,
501
+ "unsigned": true
371
502
  }
372
503
  }
@@ -0,0 +1,247 @@
1
+ {
2
+ "manufacturer": "Sunricher",
3
+ "manufacturerId": "0x0330",
4
+ "label": "ZV9080A-A",
5
+ "description": "Curtain Motor Controller",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0200",
9
+ "productId": "0xd00d",
10
+ "zwaveAllianceId": 3342
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 5,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Endpoint 1: Multilevel Switch Reports",
25
+ "maxNodes": 5
26
+ },
27
+ "3": {
28
+ "label": "Endpoint 2: Binary Switch Reports",
29
+ "maxNodes": 5
30
+ }
31
+ },
32
+ "paramInformation": [
33
+ {
34
+ "#": "2",
35
+ "label": "Intermediate Reports",
36
+ "valueSize": 1,
37
+ "unit": "%",
38
+ "minValue": 0,
39
+ "maxValue": 10,
40
+ "defaultValue": 1,
41
+ "options": [
42
+ {
43
+ "label": "Disable",
44
+ "value": 0
45
+ }
46
+ ]
47
+ },
48
+ {
49
+ "#": "3",
50
+ "label": "Working mode",
51
+ "valueSize": 1,
52
+ "minValue": 0,
53
+ "maxValue": 3,
54
+ "defaultValue": 2,
55
+ "allowManualEntry": false,
56
+ "options": [
57
+ {
58
+ "label": "Light Mode",
59
+ "value": 0
60
+ },
61
+ {
62
+ "label": "Shutter mode without positioning",
63
+ "value": 1
64
+ },
65
+ {
66
+ "label": "Shutter mode with positioning",
67
+ "value": 2
68
+ },
69
+ {
70
+ "label": "Venetian mode (up/down and slats rotation)",
71
+ "value": 3
72
+ }
73
+ ]
74
+ },
75
+ {
76
+ "#": "4",
77
+ "$import": "~/templates/master_template.json#base_enable_disable",
78
+ "label": "Remember Last State",
79
+ "defaultValue": 1
80
+ },
81
+ {
82
+ "#": "5",
83
+ "$import": "~/templates/master_template.json#base_enable_disable",
84
+ "label": "Overcurrent protection",
85
+ "defaultValue": 1
86
+ },
87
+ {
88
+ "#": "6",
89
+ "label": "Calibration",
90
+ "description": "Venetian mode only",
91
+ "valueSize": 1,
92
+ "defaultValue": 0,
93
+ "allowManualEntry": false,
94
+ "options": [
95
+ {
96
+ "label": "Not calibrated",
97
+ "value": 0
98
+ },
99
+ {
100
+ "label": "Calibrated / Start calibration",
101
+ "value": 1
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "#": "7",
107
+ "label": "Switch Configuration",
108
+ "description": "Light mode only",
109
+ "valueSize": 1,
110
+ "minValue": 0,
111
+ "maxValue": 4,
112
+ "defaultValue": 0,
113
+ "allowManualEntry": false,
114
+ "options": [
115
+ {
116
+ "label": "Short press S1: Toggle Q1. Hold down S1: switch Q1 on. Release S1: Switch Q2 off. Short press S2: Toggle Q2. Hold down S2: switch Q2 on. Release S2: Switch Q1 off.",
117
+ "value": 0
118
+ },
119
+ {
120
+ "label": "Short press S1: Toggle Q1. Short press S2: Toggle Q2",
121
+ "value": 1
122
+ },
123
+ {
124
+ "label": "Hold down S1: switch Q1 on. Release S1: Switch Q2 off. Hold down S2: switch Q2 on. Release S2: Switch Q1 off.",
125
+ "value": 2
126
+ },
127
+ {
128
+ "label": "Short press S1 or S2: Toggle Q1/Q2",
129
+ "value": 3
130
+ },
131
+ {
132
+ "label": "Hold down S1: switch Q1/Q2 on. Hold down S2: switch Q1/Q2 off",
133
+ "value": 4
134
+ }
135
+ ]
136
+ },
137
+ {
138
+ "#": "8",
139
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
140
+ "label": "Inclusion/Exclusion Using Switch S1"
141
+ },
142
+ {
143
+ "#": "9",
144
+ "label": "Send Central Scene Notifications",
145
+ "valueSize": 1,
146
+ "minValue": 0,
147
+ "maxValue": 3,
148
+ "defaultValue": 1,
149
+ "allowManualEntry": false,
150
+ "options": [
151
+ {
152
+ "label": "Disable",
153
+ "value": 0
154
+ },
155
+ {
156
+ "label": "Enable both switches",
157
+ "value": 1
158
+ },
159
+ {
160
+ "label": "Enable S1 only",
161
+ "value": 2
162
+ },
163
+ {
164
+ "label": "Enable S2 only",
165
+ "value": 3
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "#": "10",
171
+ "label": "Power Change Report Threshold",
172
+ "valueSize": 1,
173
+ "unit": "W",
174
+ "minValue": 0,
175
+ "maxValue": 100,
176
+ "defaultValue": 10,
177
+ "options": [
178
+ {
179
+ "label": "Disable",
180
+ "value": 0
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "#": "11",
186
+ "label": "Current Change Report Threshold",
187
+ "valueSize": 1,
188
+ "unit": "0.1 A",
189
+ "minValue": 0,
190
+ "maxValue": 10,
191
+ "defaultValue": 0,
192
+ "options": [
193
+ {
194
+ "label": "Disable",
195
+ "value": 0
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "#": "12",
201
+ "label": "Voltage Change Report Threshold",
202
+ "valueSize": 1,
203
+ "unit": "V",
204
+ "minValue": 0,
205
+ "maxValue": 10,
206
+ "defaultValue": 0,
207
+ "options": [
208
+ {
209
+ "label": "Disable",
210
+ "value": 0
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "#": "13",
216
+ "label": "Slats Rotation Time",
217
+ "description": "Venetian mode only. Allowable range: 5-250 (0.5-25s)",
218
+ "valueSize": 1,
219
+ "unit": "0.1s",
220
+ "minValue": 0,
221
+ "maxValue": 250,
222
+ "defaultValue": 15,
223
+ "unsigned": true,
224
+ "options": [
225
+ {
226
+ "label": "Disable",
227
+ "value": 0
228
+ }
229
+ ]
230
+ },
231
+ {
232
+ "#": "14",
233
+ "label": "Energy Report Interval",
234
+ "valueSize": 4,
235
+ "unit": "s",
236
+ "minValue": 60,
237
+ "maxValue": 2678400,
238
+ "defaultValue": 3600
239
+ }
240
+ ],
241
+ "metadata": {
242
+ "inclusion": "Press button K2 on the unit 3 times, or when S1 is enabled press the switch 3 times",
243
+ "exclusion": "Press button K2 on the unit 3 times, or when S1 is enabled press the switch 3 times",
244
+ "reset": "Find the button k2 on the unit and hold for over 10s",
245
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/3342/SR-ZV9080A-AZ-WaveCurtainMotorController_1.pdf"
246
+ }
247
+ }
@@ -24,7 +24,6 @@
24
24
  "description": "To send notifications to (Group 1) when state change.0 = Nothing.1= Basic CC.",
25
25
  "valueSize": 1,
26
26
  "defaultValue": 1,
27
- "readOnly": true,
28
27
  "allowManualEntry": false,
29
28
  "options": [
30
29
  {
@@ -45,7 +44,6 @@
45
44
  "minValue": 2700,
46
45
  "maxValue": 4999,
47
46
  "defaultValue": 2700,
48
- "readOnly": true,
49
47
  "options": [
50
48
  {
51
49
  "label": "Warm White(0x0A8C(2700k) ~ 0x1387 (4999k))",