@zwave-js/config 13.9.0 → 13.10.1

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.
@@ -223,11 +223,45 @@
223
223
  "minValue": 50,
224
224
  "maxValue": 400,
225
225
  "defaultValue": 210
226
+ },
227
+ {
228
+ "#": "17",
229
+ "$if": "firmwareVersion >= 1.92",
230
+ "label": "Temperature Report Interval",
231
+ "valueSize": 2,
232
+ "unit": "10 seconds",
233
+ "minValue": 0,
234
+ "maxValue": 8640,
235
+ "defaultValue": 6,
236
+ "options": [
237
+ {
238
+ "label": "Disable",
239
+ "value": 0
240
+ }
241
+ ]
242
+ },
243
+ {
244
+ "#": "18",
245
+ "$if": "firmwareVersion >= 1.92",
246
+ "label": "Temperature Report Change Threshold",
247
+ "valueSize": 1,
248
+ "unit": "0.1 °C",
249
+ "minValue": 1,
250
+ "maxValue": 100,
251
+ "defaultValue": 10
226
252
  }
227
253
  ],
228
254
  "compat": {
229
255
  // The device reports its relay state via the Basic CC
230
- "mapBasicReport": false
256
+ "mapBasicReport": false,
257
+ // Supervision reports are sent from the root device instead of endpoints
258
+ "commandClasses": {
259
+ "remove": {
260
+ "Supervision": {
261
+ "endpoints": "*"
262
+ }
263
+ }
264
+ }
231
265
  },
232
266
  "metadata": {
233
267
  "inclusion": "To include the thermostat to your home automation gateway, press Center (confirm) for 10 seconds.\nThe display will show OFF. Press Right (down) 4 times till you see Con in the display.\nNow start adding the device in your home automation software. Start inclusion mode by pressing Center (confirm) for approximately 2 seconds. The inclusion/exclusion icon will appear in the display. Confirmation will show Inc/EcL in the display. If inclusion fails, Err (error) will appear.\nLeave programming mode by choosing ESC in menu. Your thermostat is ready for use with default settings",
@@ -0,0 +1,242 @@
1
+ {
2
+ "manufacturer": "Heatit",
3
+ "manufacturerId": "0x019b",
4
+ "label": "Z-TEMP3",
5
+ "description": "Thermostat",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0031",
9
+ "productId": "0x3101",
10
+ "zwaveAllianceId": 4908
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "associations": {
18
+ "1": {
19
+ "label": "Lifeline",
20
+ "maxNodes": 1,
21
+ "isLifeline": true
22
+ },
23
+ "2": {
24
+ "label": "Binary Switch Set",
25
+ "maxNodes": 10
26
+ },
27
+ "3": {
28
+ "label": "Thermostat Setpoint Set",
29
+ "maxNodes": 10
30
+ },
31
+ "4": {
32
+ "label": "Thermostat Mode Set",
33
+ "maxNodes": 10
34
+ }
35
+ },
36
+ "paramInformation": [
37
+ {
38
+ "#": "1",
39
+ "$import": "~/templates/master_template.json#base_enable_disable_inverted",
40
+ "label": "Local Control",
41
+ "defaultValue": 0
42
+ },
43
+ {
44
+ "#": "2",
45
+ "label": "Min Temp Limit",
46
+ "valueSize": 2,
47
+ "unit": "0.1 °C",
48
+ "minValue": 50,
49
+ "maxValue": 400,
50
+ "defaultValue": 50
51
+ },
52
+ {
53
+ "#": "3",
54
+ "label": "Max Temp Limit",
55
+ "valueSize": 2,
56
+ "unit": "0.1 °C",
57
+ "minValue": 50,
58
+ "maxValue": 400,
59
+ "defaultValue": 400
60
+ },
61
+ {
62
+ "#": "4",
63
+ "label": "Temp Sensor Calibration",
64
+ "valueSize": 1,
65
+ "unit": "0.1 °C",
66
+ "minValue": -60,
67
+ "maxValue": 60,
68
+ "defaultValue": 0,
69
+ "unsigned": false
70
+ },
71
+ {
72
+ "#": "5",
73
+ "label": "Regulation Mode",
74
+ "valueSize": 1,
75
+ "defaultValue": 0,
76
+ "allowManualEntry": false,
77
+ "options": [
78
+ {
79
+ "label": "Hysteresis",
80
+ "value": 0
81
+ },
82
+ {
83
+ "label": "PWM",
84
+ "value": 1
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "#": "6",
90
+ "label": "Update Interval",
91
+ "description": "Allowable range: 0, 150-2000",
92
+ "valueSize": 2,
93
+ "unit": "seconds",
94
+ "minValue": 0,
95
+ "maxValue": 65535,
96
+ "defaultValue": 3600,
97
+ "unsigned": true,
98
+ "options": [
99
+ {
100
+ "label": "Only on change",
101
+ "value": 0
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "#": "7",
107
+ "label": "Temperature Control Hysteresis",
108
+ "valueSize": 1,
109
+ "unit": "0.1 °C",
110
+ "minValue": 3,
111
+ "maxValue": 30,
112
+ "defaultValue": 5
113
+ },
114
+ {
115
+ "#": "8",
116
+ "label": "Temperature Display",
117
+ "valueSize": 1,
118
+ "defaultValue": 0,
119
+ "allowManualEntry": false,
120
+ "options": [
121
+ {
122
+ "label": "Setpoint",
123
+ "value": 0
124
+ },
125
+ {
126
+ "label": "Measured",
127
+ "value": 1
128
+ }
129
+ ]
130
+ },
131
+ {
132
+ "#": "9",
133
+ "label": "Active Display Brightness",
134
+ "valueSize": 1,
135
+ "unit": "10 %",
136
+ "minValue": 1,
137
+ "maxValue": 10,
138
+ "defaultValue": 10
139
+ },
140
+ {
141
+ "#": "10",
142
+ "label": "Temperature Report Interval",
143
+ "valueSize": 2,
144
+ "unit": "seconds",
145
+ "minValue": 150,
146
+ "maxValue": 65535,
147
+ "defaultValue": 990,
148
+ "unsigned": true
149
+ },
150
+ {
151
+ "#": "11",
152
+ "label": "Temperature Report Hysteresis",
153
+ "valueSize": 1,
154
+ "unit": "0.1 °C",
155
+ "minValue": 1,
156
+ "maxValue": 100,
157
+ "defaultValue": 10
158
+ },
159
+ {
160
+ "#": "12",
161
+ "label": "Humidity Report Interval",
162
+ "valueSize": 2,
163
+ "unit": "seconds",
164
+ "minValue": 150,
165
+ "maxValue": 65535,
166
+ "defaultValue": 990,
167
+ "unsigned": true
168
+ },
169
+ {
170
+ "#": "13",
171
+ "label": "Humidity Report Hysteresis",
172
+ "valueSize": 1,
173
+ "unit": "%",
174
+ "minValue": 1,
175
+ "maxValue": 100,
176
+ "defaultValue": 25
177
+ },
178
+ {
179
+ "#": "14",
180
+ "label": "Heating Setpoint",
181
+ "valueSize": 2,
182
+ "unit": "0.1 °C",
183
+ "minValue": 50,
184
+ "maxValue": 400,
185
+ "defaultValue": 210
186
+ },
187
+ {
188
+ "#": "15",
189
+ "label": "Cooling Setpoint",
190
+ "valueSize": 2,
191
+ "unit": "0.1 °C",
192
+ "minValue": 50,
193
+ "maxValue": 400,
194
+ "defaultValue": 250
195
+ },
196
+ {
197
+ "#": "16",
198
+ "label": "Eco Setpoint",
199
+ "valueSize": 2,
200
+ "unit": "0.1 °C",
201
+ "minValue": 50,
202
+ "maxValue": 400,
203
+ "defaultValue": 180
204
+ },
205
+ {
206
+ "#": "17",
207
+ "label": "Operating Mode",
208
+ "valueSize": 1,
209
+ "defaultValue": 1,
210
+ "allowManualEntry": false,
211
+ "options": [
212
+ {
213
+ "label": "Off",
214
+ "value": 0
215
+ },
216
+ {
217
+ "label": "Heating",
218
+ "value": 1
219
+ },
220
+ {
221
+ "label": "Cooling",
222
+ "value": 2
223
+ },
224
+ {
225
+ "label": "Eco",
226
+ "value": 3
227
+ }
228
+ ]
229
+ },
230
+ {
231
+ "#": "18",
232
+ "$import": "~/templates/master_template.json#base_enable_disable",
233
+ "label": "Open Window Detection"
234
+ }
235
+ ],
236
+ "metadata": {
237
+ "inclusion": "Hold the Center button for 5 seconds. The display will show “OFF”\n Press the ”+” button once to see “CON” in the display.\n Start the add/remove device process in your primary controller.\n Start the configuration mode on the thermostat by holding the Center button for approximately 2 seconds.",
238
+ "exclusion": "Hold the Center button for 5 seconds. The display will show “OFF”\n Press the ”+” button once to see “CON” in the display.\n Start the add/remove device process in your primary controller.\n Start the configuration mode on the thermostat by holding the Center button for approximately 2 seconds.",
239
+ "reset": "Enter the menu by holding the Center button for about 5seconds, navigate in the menu with the ”+” button til you see FACT. Press the Center button until you see “-- --” blinking in the display, then hold for about 5 seconds to perform a reset. You may also initiate a reset by holding the Right and Center buttons for 55 seconds.",
240
+ "manual": "https://media.heatit.com/3872"
241
+ }
242
+ }
@@ -15,7 +15,10 @@
15
15
  "max": "255.255"
16
16
  },
17
17
  "metadata": {
18
- "reset": "Press and hold the button on the control for approximately 15 seconds (the LED will stop flashing when complete.\n\n\"Please use this procedure only when the network primary controller is missing or otherwise inoperable.\"",
18
+ "inclusion": "Press and hold the programming button until the LED light bar begins to flash green then release the button.",
19
+ "exclusion": "Press and hold the programming button until the LED light bar begins to flash green then release the button.",
20
+ "reset": "Press and hold the programming button until the LEDs stop blinking. LEDs will blink green, amber, red, and then finally turn off (about 15 seconds). Local Reset must be performed on both the controllers and motors and should only be used if the primary controller is no longer available.",
21
+ "wakeup": "Press and release the programming button one time.",
19
22
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1786/Graber%20Virtual%20Cord%20Owner's%20Manual.pdf"
20
23
  },
21
24
  "compat": {
@@ -0,0 +1,51 @@
1
+ {
2
+ "manufacturer": "Minoston",
3
+ "manufacturerId": "0x0312",
4
+ "label": "MP24Z",
5
+ "description": "Outdoor Smart Plug - 2 Outlet (800S)",
6
+ "devices": [
7
+ {
8
+ "productType": "0xff01",
9
+ "productId": "0xff97",
10
+ "zwaveAllianceId": 3719
11
+ }
12
+ ],
13
+ "firmwareVersion": {
14
+ "min": "0.0",
15
+ "max": "255.255"
16
+ },
17
+ "paramInformation": [
18
+ {
19
+ "#": "1",
20
+ "$import": "~/templates/master_template.json#led_indicator_three_options_inverted"
21
+ },
22
+ {
23
+ "#": "2",
24
+ "$import": "templates/minoston_template.json#auto_off_timer",
25
+ "label": "Outlet 1 (Left): Auto Off Timer"
26
+ },
27
+ {
28
+ "#": "3",
29
+ "$import": "templates/minoston_template.json#auto_off_timer",
30
+ "label": "Outlet 2 (Right): Auto Off Timer"
31
+ },
32
+ {
33
+ "#": "4",
34
+ "$import": "templates/minoston_template.json#auto_on_timer",
35
+ "label": "Outlet 1 (Left): Auto On Timer"
36
+ },
37
+ {
38
+ "#": "5",
39
+ "$import": "templates/minoston_template.json#auto_on_timer",
40
+ "label": "Outlet 2 (Right): Auto On Timer"
41
+ },
42
+ {
43
+ "#": "6",
44
+ "$import": "~/templates/master_template.json#state_after_power_failure_off_on_prev"
45
+ },
46
+ {
47
+ "#": "7",
48
+ "$import": "templates/minoston_template.json#led_indicator_brightness"
49
+ }
50
+ ]
51
+ }
@@ -7,6 +7,10 @@
7
7
  {
8
8
  "productType": "0x0004",
9
9
  "productId": "0xd019"
10
+ },
11
+ {
12
+ "productType": "0x0200",
13
+ "productId": "0xd006"
10
14
  }
11
15
  ],
12
16
  "firmwareVersion": {
@@ -0,0 +1,348 @@
1
+ {
2
+ "manufacturer": "ZVIDAR",
3
+ "manufacturerId": "0x045a",
4
+ "label": "WB04V",
5
+ "description": "Smartwings Day Night Shades",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0509"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 5,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "On/Off Control: EP1",
24
+ "maxNodes": 5
25
+ },
26
+ "3": {
27
+ "label": "Multilevel Set: EP1",
28
+ "maxNodes": 5
29
+ },
30
+ "4": {
31
+ "label": "Multilevel Start/Stop: EP1",
32
+ "maxNodes": 5
33
+ },
34
+ "5": {
35
+ "label": "On/Off Control: EP2",
36
+ "maxNodes": 5
37
+ },
38
+ "6": {
39
+ "label": "Multilevel Set: EP2",
40
+ "maxNodes": 5
41
+ },
42
+ "7": {
43
+ "label": "Multilevel Start/Stop: EP2",
44
+ "maxNodes": 5
45
+ }
46
+ },
47
+ "paramInformation": [
48
+ {
49
+ "#": "1",
50
+ "label": "Motor 1: Set Direction",
51
+ "valueSize": 1,
52
+ "defaultValue": 1,
53
+ "allowManualEntry": false,
54
+ "options": [
55
+ {
56
+ "label": "Forward",
57
+ "value": 1
58
+ },
59
+ {
60
+ "label": "Reverse",
61
+ "value": 2
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "#": "2",
67
+ "label": "Motor 2: Set Direction",
68
+ "valueSize": 1,
69
+ "defaultValue": 1,
70
+ "allowManualEntry": false,
71
+ "options": [
72
+ {
73
+ "label": "Forward",
74
+ "value": 1
75
+ },
76
+ {
77
+ "label": "Reverse",
78
+ "value": 2
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "#": "3",
84
+ "label": "Motor 1: Set Status",
85
+ "valueSize": 1,
86
+ "defaultValue": 3,
87
+ "allowManualEntry": false,
88
+ "options": [
89
+ {
90
+ "label": "Open (Up)",
91
+ "value": 1
92
+ },
93
+ {
94
+ "label": "Close (Down)",
95
+ "value": 2
96
+ },
97
+ {
98
+ "label": "Stop",
99
+ "value": 3
100
+ }
101
+ ]
102
+ },
103
+ {
104
+ "#": "4",
105
+ "label": "Motor 2: Set Status",
106
+ "valueSize": 1,
107
+ "defaultValue": 3,
108
+ "allowManualEntry": false,
109
+ "options": [
110
+ {
111
+ "label": "Open (Up)",
112
+ "value": 1
113
+ },
114
+ {
115
+ "label": "Close (Down)",
116
+ "value": 2
117
+ },
118
+ {
119
+ "label": "Stop",
120
+ "value": 3
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "#": "5",
126
+ "label": "Motor 1: Set Travel Point",
127
+ "valueSize": 1,
128
+ "defaultValue": 1,
129
+ "allowManualEntry": false,
130
+ "options": [
131
+ {
132
+ "label": "Up travel point",
133
+ "value": 1
134
+ },
135
+ {
136
+ "label": "Down travel point",
137
+ "value": 2
138
+ },
139
+ {
140
+ "label": "Third travel point",
141
+ "value": 3
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "#": "6",
147
+ "label": "Motor 2: Set Travel Point",
148
+ "valueSize": 1,
149
+ "defaultValue": 1,
150
+ "allowManualEntry": false,
151
+ "options": [
152
+ {
153
+ "label": "Up travel point",
154
+ "value": 1
155
+ },
156
+ {
157
+ "label": "Down travel point",
158
+ "value": 2
159
+ },
160
+ {
161
+ "label": "Third travel point",
162
+ "value": 3
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "#": "7",
168
+ "label": "Motor 1: Run Travel Point",
169
+ "valueSize": 1,
170
+ "defaultValue": 1,
171
+ "allowManualEntry": false,
172
+ "options": [
173
+ {
174
+ "label": "Up travel point",
175
+ "value": 1
176
+ },
177
+ {
178
+ "label": "Down travel point",
179
+ "value": 2
180
+ },
181
+ {
182
+ "label": "Third travel point",
183
+ "value": 3
184
+ }
185
+ ]
186
+ },
187
+ {
188
+ "#": "8",
189
+ "label": "Motor 2: Run Travel Point",
190
+ "valueSize": 1,
191
+ "defaultValue": 1,
192
+ "allowManualEntry": false,
193
+ "options": [
194
+ {
195
+ "label": "Up travel point",
196
+ "value": 1
197
+ },
198
+ {
199
+ "label": "Down travel point",
200
+ "value": 2
201
+ },
202
+ {
203
+ "label": "Third travel point",
204
+ "value": 3
205
+ }
206
+ ]
207
+ },
208
+ {
209
+ "#": "9",
210
+ "label": "Motor 1: Delete Travel Point",
211
+ "valueSize": 1,
212
+ "defaultValue": 0,
213
+ "allowManualEntry": false,
214
+ "options": [
215
+ {
216
+ "label": "Delete all travel",
217
+ "value": 0
218
+ },
219
+ {
220
+ "label": "Delete up travel",
221
+ "value": 1
222
+ },
223
+ {
224
+ "label": "Delete down travel",
225
+ "value": 2
226
+ },
227
+ {
228
+ "label": "Delete third travel",
229
+ "value": 3
230
+ }
231
+ ]
232
+ },
233
+ {
234
+ "#": "10",
235
+ "label": "Motor 2: Delete Travel Point",
236
+ "valueSize": 1,
237
+ "defaultValue": 0,
238
+ "allowManualEntry": false,
239
+ "options": [
240
+ {
241
+ "label": "Delete all travel",
242
+ "value": 0
243
+ },
244
+ {
245
+ "label": "Delete up travel",
246
+ "value": 1
247
+ },
248
+ {
249
+ "label": "Delete down travel",
250
+ "value": 2
251
+ },
252
+ {
253
+ "label": "Delete third travel",
254
+ "value": 3
255
+ }
256
+ ]
257
+ },
258
+ {
259
+ "#": "11",
260
+ "label": "Motor 1: Set Moving Way",
261
+ "valueSize": 1,
262
+ "minValue": 0,
263
+ "maxValue": 19,
264
+ "defaultValue": 0
265
+ },
266
+ {
267
+ "#": "12",
268
+ "label": "Motor 2: Set Moving Way",
269
+ "valueSize": 1,
270
+ "minValue": 0,
271
+ "maxValue": 19,
272
+ "defaultValue": 0
273
+ },
274
+ {
275
+ "#": "13",
276
+ "label": "Low Battery Level Alarm Threshold",
277
+ "valueSize": 1,
278
+ "unit": "%",
279
+ "minValue": 0,
280
+ "maxValue": 50,
281
+ "defaultValue": 10
282
+ },
283
+ {
284
+ "#": "14",
285
+ "label": "Battery Auto Report Interval Time",
286
+ "valueSize": 4,
287
+ "unit": "seconds",
288
+ "minValue": 0,
289
+ "maxValue": 2678400,
290
+ "defaultValue": 3600
291
+ },
292
+ {
293
+ "#": "15",
294
+ "label": "Battery Change Report Threshold",
295
+ "valueSize": 1,
296
+ "unit": "%",
297
+ "minValue": 0,
298
+ "maxValue": 50,
299
+ "defaultValue": 5
300
+ },
301
+ {
302
+ "#": "16",
303
+ "label": "Curtain Status Report Command Setting",
304
+ "valueSize": 1,
305
+ "defaultValue": 6,
306
+ "allowManualEntry": false,
307
+ "options": [
308
+ {
309
+ "label": "Send nothing",
310
+ "value": 0
311
+ },
312
+ {
313
+ "label": "Send Basic Report",
314
+ "value": 1
315
+ },
316
+ {
317
+ "label": "Send Multilevel Switch Report",
318
+ "value": 2
319
+ },
320
+ {
321
+ "label": "Send Window Covering Report",
322
+ "value": 3
323
+ },
324
+ {
325
+ "label": "Send Basic Report and Multilevel Switch Report",
326
+ "value": 4
327
+ },
328
+ {
329
+ "label": "Send Basic Report and Window Covering Report",
330
+ "value": 5
331
+ },
332
+ {
333
+ "label": "Send Multilevel Switch Report and Window Covering Report",
334
+ "value": 6
335
+ },
336
+ {
337
+ "label": "Send Basic Report and Multilevel Switch Report and Window Covering Report",
338
+ "value": 7
339
+ }
340
+ ]
341
+ }
342
+ ],
343
+ "metadata": {
344
+ "inclusion": "Follow the user guide of hub to enter inclusion mode.\nPress and hold the Config Button more than 6s, enter Include Mode",
345
+ "exclusion": "Follow the user guide of hub to enter exclusion mode.\nPress and hold the Config Button more than 6s, enter Exclusion Mode",
346
+ "reset": "Press and hold the Config Button more than 10s. The Curtain will reset itself to factory default by sending a Device Reset Locally Notification to gateway when the button is released.\nNote: Please use this procedure only when the network primary controller is missing or otherwise inoperable"
347
+ }
348
+ }
@@ -0,0 +1,245 @@
1
+ {
2
+ "manufacturer": "ZVIDAR",
3
+ "manufacturerId": "0x045a",
4
+ "label": "WM25L",
5
+ "description": "Smartwings Smart Motor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x050b"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "associations": {
17
+ "1": {
18
+ "label": "Lifeline",
19
+ "maxNodes": 5,
20
+ "isLifeline": true
21
+ },
22
+ "2": {
23
+ "label": "On/Off Control",
24
+ "maxNodes": 5
25
+ },
26
+ "3": {
27
+ "label": "Multilevel Set",
28
+ "maxNodes": 5
29
+ },
30
+ "4": {
31
+ "label": "Multilevel Start/Stop",
32
+ "maxNodes": 5
33
+ }
34
+ },
35
+ "paramInformation": [
36
+ {
37
+ "#": "1",
38
+ "label": "Enable Manual Pull-Start",
39
+ "valueSize": 1,
40
+ "defaultValue": 1,
41
+ "allowManualEntry": false,
42
+ "options": [
43
+ {
44
+ "label": "Close",
45
+ "value": 0
46
+ },
47
+ {
48
+ "label": "Open",
49
+ "value": 1
50
+ }
51
+ ]
52
+ },
53
+ {
54
+ "#": "2",
55
+ "label": "Set Motor Direction",
56
+ "valueSize": 1,
57
+ "defaultValue": 1,
58
+ "allowManualEntry": false,
59
+ "options": [
60
+ {
61
+ "label": "Forward",
62
+ "value": 1
63
+ },
64
+ {
65
+ "label": "Reverse",
66
+ "value": 2
67
+ }
68
+ ]
69
+ },
70
+ {
71
+ "#": "3",
72
+ "label": "Manually Set Open Borders",
73
+ "valueSize": 1,
74
+ "defaultValue": 0,
75
+ "allowManualEntry": false,
76
+ "options": [
77
+ {
78
+ "label": "Cancel",
79
+ "value": 0
80
+ },
81
+ {
82
+ "label": "Start",
83
+ "value": 1
84
+ }
85
+ ]
86
+ },
87
+ {
88
+ "#": "4",
89
+ "label": "Manually Set Close Borders",
90
+ "valueSize": 1,
91
+ "defaultValue": 0,
92
+ "allowManualEntry": false,
93
+ "options": [
94
+ {
95
+ "label": "Cancel",
96
+ "value": 0
97
+ },
98
+ {
99
+ "label": "Start",
100
+ "value": 1
101
+ }
102
+ ]
103
+ },
104
+ {
105
+ "#": "5",
106
+ "label": "Set Motor Status",
107
+ "valueSize": 1,
108
+ "defaultValue": 3,
109
+ "allowManualEntry": false,
110
+ "options": [
111
+ {
112
+ "label": "Open (Up)",
113
+ "value": 1
114
+ },
115
+ {
116
+ "label": "Close (Down)",
117
+ "value": 2
118
+ },
119
+ {
120
+ "label": "Stop",
121
+ "value": 3
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "#": "6",
127
+ "label": "Calibrate Travel Point",
128
+ "valueSize": 1,
129
+ "defaultValue": 1,
130
+ "allowManualEntry": false,
131
+ "options": [
132
+ {
133
+ "label": "Up travel point",
134
+ "value": 1
135
+ },
136
+ {
137
+ "label": "Down travel point",
138
+ "value": 2
139
+ },
140
+ {
141
+ "label": "Third travel point",
142
+ "value": 3
143
+ }
144
+ ]
145
+ },
146
+ {
147
+ "#": "7",
148
+ "label": "Delete Travel Point",
149
+ "valueSize": 1,
150
+ "defaultValue": 0,
151
+ "allowManualEntry": false,
152
+ "options": [
153
+ {
154
+ "label": "Delete all travel",
155
+ "value": 0
156
+ },
157
+ {
158
+ "label": "Delete up travel",
159
+ "value": 1
160
+ },
161
+ {
162
+ "label": "Delete down travel",
163
+ "value": 2
164
+ },
165
+ {
166
+ "label": "Delete third travel",
167
+ "value": 3
168
+ }
169
+ ]
170
+ },
171
+ {
172
+ "#": "8",
173
+ "label": "Low Battery Level Alarm Threshold",
174
+ "valueSize": 1,
175
+ "unit": "%",
176
+ "minValue": 0,
177
+ "maxValue": 50,
178
+ "defaultValue": 10
179
+ },
180
+ {
181
+ "#": "9",
182
+ "label": "Battery Auto Report Interval Time",
183
+ "valueSize": 4,
184
+ "unit": "seconds",
185
+ "minValue": 0,
186
+ "maxValue": 2678400,
187
+ "defaultValue": 3600
188
+ },
189
+ {
190
+ "#": "10",
191
+ "label": "Battery Change Report Threshold",
192
+ "valueSize": 1,
193
+ "unit": "%",
194
+ "minValue": 0,
195
+ "maxValue": 50,
196
+ "defaultValue": 5
197
+ },
198
+ {
199
+ "#": "11",
200
+ "label": "Curtain Status Report Command Setting",
201
+ "valueSize": 1,
202
+ "defaultValue": 6,
203
+ "allowManualEntry": false,
204
+ "options": [
205
+ {
206
+ "label": "Send nothing",
207
+ "value": 0
208
+ },
209
+ {
210
+ "label": "Send Basic Report",
211
+ "value": 1
212
+ },
213
+ {
214
+ "label": "Send Multilevel Switch Report",
215
+ "value": 2
216
+ },
217
+ {
218
+ "label": "Send Window Covering Report",
219
+ "value": 3
220
+ },
221
+ {
222
+ "label": "Send Basic Report and Multilevel Switch Report",
223
+ "value": 4
224
+ },
225
+ {
226
+ "label": "Send Basic Report and Window Covering Report",
227
+ "value": 5
228
+ },
229
+ {
230
+ "label": "Send Multilevel Switch Report and Window Covering Report",
231
+ "value": 6
232
+ },
233
+ {
234
+ "label": "Send Basic Report and Multilevel Switch Report and Window Covering Report",
235
+ "value": 7
236
+ }
237
+ ]
238
+ }
239
+ ],
240
+ "metadata": {
241
+ "inclusion": "Follow the user guide of hub to enter inclusion mode.\nPress and hold the Config Button more than 6s, enter Include Mode",
242
+ "exclusion": "Follow the user guide of hub to enter exclusion mode.\nPress and hold the Config Button more than 6s, enter Exclusion Mode",
243
+ "reset": "Press and hold the Config Button more than 10s. The Curtain will reset itself to factory default by sending a Device Reset Locally Notification to gateway when the button is released.\nNote:Please use this procedure only when the network primary controller is missing or otherwise inoperable"
244
+ }
245
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "manufacturer": "ZVIDAR",
3
+ "manufacturerId": "0x045a",
4
+ "label": "ZW881",
5
+ "description": "Multi-Protocol Gateway",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0004",
9
+ "productId": "0x0371"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ }
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "13.9.0",
3
+ "version": "13.10.1",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"