@zwave-js/config 9.0.0-beta.0 → 9.0.0-beta.10
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/CompatConfig.d.ts +1 -0
- package/build/CompatConfig.d.ts.map +1 -1
- package/build/CompatConfig.js +8 -0
- package/build/CompatConfig.js.map +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/config/devices/0x001d/dzmx1.json +1 -1
- package/config/devices/0x0086/dsb09.json +6 -0
- package/config/devices/0x0086/dsb29.json +8 -1
- package/config/devices/0x0086/dsc26.json +8 -1
- package/config/devices/0x0086/zw100.json +26 -1
- package/config/devices/0x0086/zw111.json +2 -1
- package/config/devices/0x0109/zg8101.json +5 -0
- package/config/devices/0x010f/fgs214.json +242 -50
- package/config/devices/0x010f/fgs224.json +252 -83
- package/config/devices/0x010f/{fgwdseu.json → fgwdseu-221.json} +4 -0
- package/config/devices/0x0131/ne_nas_ab02z.json +55 -21
- package/config/devices/0x014a/dwzwave25.json +7 -0
- package/config/devices/0x0159/zmnkad1.json +5 -0
- package/config/devices/0x0258/nas-ab01z.json +94 -8
- package/config/devices/0x027a/zen16.json +30 -0
- package/config/devices/0x027a/zen20.json +1 -1
- package/config/devices/0x027a/zse18.json +8 -1
- package/config/devices/0x031e/lzw31-sn.json +2 -2
- package/package.json +7 -7
- package/config/devices/0x010f/fgwds.json +0 -340
|
@@ -21,23 +21,46 @@
|
|
|
21
21
|
"isLifeline": true
|
|
22
22
|
},
|
|
23
23
|
"2": {
|
|
24
|
-
"label": "Siren
|
|
25
|
-
"description": "is assigned to the siren status - ON/OFF. Allows for sending a controlled command to the associated device whenever the Indoor siren is turned ON (or OFF).",
|
|
24
|
+
"label": "Siren Status",
|
|
26
25
|
"maxNodes": 5,
|
|
27
26
|
"isLifeline": true
|
|
28
27
|
}
|
|
29
28
|
},
|
|
30
29
|
"paramInformation": [
|
|
30
|
+
{
|
|
31
|
+
"#": "7",
|
|
32
|
+
"label": "Operating Mode",
|
|
33
|
+
"valueSize": 1,
|
|
34
|
+
"minValue": 1,
|
|
35
|
+
"maxValue": 2,
|
|
36
|
+
"defaultValue": 1,
|
|
37
|
+
"unsigned": true,
|
|
38
|
+
"allowManualEntry": false,
|
|
39
|
+
"options": [
|
|
40
|
+
{
|
|
41
|
+
"label": "Alarm",
|
|
42
|
+
"value": 1
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"label": "Doorbell",
|
|
46
|
+
"value": 2
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
31
50
|
{
|
|
32
51
|
"#": "1",
|
|
33
52
|
"label": "Alarm Volume",
|
|
34
53
|
"valueSize": 1,
|
|
35
|
-
"minValue":
|
|
54
|
+
"minValue": 0,
|
|
36
55
|
"maxValue": 3,
|
|
37
56
|
"defaultValue": 2,
|
|
38
57
|
"unsigned": true,
|
|
39
58
|
"allowManualEntry": false,
|
|
40
59
|
"options": [
|
|
60
|
+
{
|
|
61
|
+
"label": "Disable",
|
|
62
|
+
"value": 0
|
|
63
|
+
},
|
|
41
64
|
{
|
|
42
65
|
"label": "Low",
|
|
43
66
|
"value": 1
|
|
@@ -56,12 +79,16 @@
|
|
|
56
79
|
"#": "2",
|
|
57
80
|
"label": "Alarm Duration",
|
|
58
81
|
"valueSize": 1,
|
|
59
|
-
"minValue":
|
|
82
|
+
"minValue": 0,
|
|
60
83
|
"maxValue": 3,
|
|
61
84
|
"defaultValue": 2,
|
|
62
85
|
"unsigned": true,
|
|
63
86
|
"allowManualEntry": false,
|
|
64
87
|
"options": [
|
|
88
|
+
{
|
|
89
|
+
"label": "Disable",
|
|
90
|
+
"value": 0
|
|
91
|
+
},
|
|
65
92
|
{
|
|
66
93
|
"label": "30 Seconds",
|
|
67
94
|
"value": 1
|
|
@@ -76,10 +103,24 @@
|
|
|
76
103
|
}
|
|
77
104
|
]
|
|
78
105
|
},
|
|
106
|
+
{
|
|
107
|
+
"#": "5",
|
|
108
|
+
"label": "Alarm Sound",
|
|
109
|
+
"valueSize": 1,
|
|
110
|
+
"minValue": 1,
|
|
111
|
+
"maxValue": 10,
|
|
112
|
+
"defaultValue": 9,
|
|
113
|
+
"unsigned": true
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"#": "8",
|
|
117
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
118
|
+
"label": "Alarm LED",
|
|
119
|
+
"defaultValue": 1
|
|
120
|
+
},
|
|
79
121
|
{
|
|
80
122
|
"#": "3",
|
|
81
|
-
"label": "
|
|
82
|
-
"description": "Duration",
|
|
123
|
+
"label": "Doorbell Duration",
|
|
83
124
|
"unit": "seconds",
|
|
84
125
|
"valueSize": 1,
|
|
85
126
|
"minValue": 0,
|
|
@@ -88,15 +129,14 @@
|
|
|
88
129
|
"unsigned": true,
|
|
89
130
|
"options": [
|
|
90
131
|
{
|
|
91
|
-
"label": "
|
|
132
|
+
"label": "Disable",
|
|
92
133
|
"value": 255
|
|
93
134
|
}
|
|
94
135
|
]
|
|
95
136
|
},
|
|
96
137
|
{
|
|
97
138
|
"#": "4",
|
|
98
|
-
"label": "
|
|
99
|
-
"description": "Low, Medium, High",
|
|
139
|
+
"label": "Doorbell Volume",
|
|
100
140
|
"valueSize": 1,
|
|
101
141
|
"minValue": 1,
|
|
102
142
|
"maxValue": 3,
|
|
@@ -118,25 +158,19 @@
|
|
|
118
158
|
}
|
|
119
159
|
]
|
|
120
160
|
},
|
|
121
|
-
{
|
|
122
|
-
"#": "5",
|
|
123
|
-
"label": "Configure alarm sound index",
|
|
124
|
-
"description": "Sound types",
|
|
125
|
-
"valueSize": 1,
|
|
126
|
-
"minValue": 1,
|
|
127
|
-
"maxValue": 10,
|
|
128
|
-
"defaultValue": 9,
|
|
129
|
-
"unsigned": true
|
|
130
|
-
},
|
|
131
161
|
{
|
|
132
162
|
"#": "6",
|
|
133
|
-
"label": "
|
|
134
|
-
"description": "Sound types",
|
|
163
|
+
"label": "Doorbell Sound",
|
|
135
164
|
"valueSize": 1,
|
|
136
165
|
"minValue": 1,
|
|
137
166
|
"maxValue": 10,
|
|
138
167
|
"defaultValue": 10,
|
|
139
168
|
"unsigned": true
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"#": "9",
|
|
172
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
173
|
+
"label": "Doorbell LED"
|
|
140
174
|
}
|
|
141
175
|
],
|
|
142
176
|
"metadata": {
|
|
@@ -58,5 +58,12 @@
|
|
|
58
58
|
],
|
|
59
59
|
"compat": {
|
|
60
60
|
"forceNotificationIdleReset": true
|
|
61
|
+
},
|
|
62
|
+
"metadata": {
|
|
63
|
+
"wakeup": "Removing the top case from the sensor will put in device into a tampered mode in which the sensor will stay awake and able to receive messages.",
|
|
64
|
+
"inclusion": "1. Start by placing the controller into inclusion mode.\n2. Activate inclusion mode for the sensor by removing the plastic pull-tab from the back of the sensor. When the inclusion process is complete, the LED on the sensor will be solid blue, then go out.\n3. Test the sensor. Place the magnet next to the sensor to represent a closed position. If the LED flashes ONE TIME, it is successfully communicating on your Zwave network. If the LED on the sensor flashes slow and steady for 5 seconds, you need to repeat the inclusion process.\nNotes: If you need to repeat the inclusion process, repeat STEP ONE above, then for STEP TWO you will need to simply remove the cover of the sensor, remove the battery for 10 seconds, reinsert the battery, and replace the sensor cover. This will re-enter the sensor in inclusion mode.",
|
|
65
|
+
"exclusion": "1. Start by placing the controller into exclusion mode.\n2. Remove the cover of the sensor, remove the battery for 10 seconds, reinsert the battery, and replace the sensor cover.",
|
|
66
|
+
"reset": "To restore this sensor to factory default settings, follow the instructions to exclude this sensor from the Z-Wave network. Upon completion of removal from the network the sensor will restore itself to factory default settings automatically.",
|
|
67
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1498/D.W.%20Zwave%20Manual%20R1.04.docx"
|
|
61
68
|
}
|
|
62
69
|
}
|
|
@@ -200,5 +200,10 @@
|
|
|
200
200
|
"exclusion": "1. Connect the device to the power supply.\n2. Make sure the device is within direct range of your Z-Wave gateway (hub) or use a hand-held Z-Wave remote to perform exclusion.\n3. Enable exclusion mode on your Z-Wave gateway (hub).\n4. Press once on button 3 – right. One press on button 4 – down for enabling full white. When full white is enabled, press, and hold button 3 – right for 5 seconds. After 5 seconds, the device starts flashing red 1 second ON, 0.5 second OFF. \nOnce the device loses node ID (after 10 seconds), it stops flashing and turns full red. The procedure is always available. \nNOTE: LEARN MODE state allows the device to receive network information from the controller",
|
|
201
201
|
"reset": "1. Connect the device to the power supply\n2. Press once on button 3 – right. One press on button 4 – down for enabling full white. When full white is enabled, press and hold button 5 – left for 10 seconds. After 10 seconds, the device starts flashing blue 1 second on, 0.5 second off. \nAfter 10 seconds the device stops flashing and turns full blue. The procedure is available always. By resetting the device, all custom parameters previously set on the device will return to their default values, and a node ID will be deleted. Use this reset procedure only when the gateway (hub) is missing or otherwise inoperable.\nNOTE: See extended manual for custom settings and parameters available for this device.",
|
|
202
202
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4079/Qubino%20Luxy%20Smart%20Switch%20installation%20certification.pdf"
|
|
203
|
+
},
|
|
204
|
+
"compat": {
|
|
205
|
+
// This device has two endpoints which are considered "unnecessary",
|
|
206
|
+
// but the root endpoint doesn't expose all their functionality.
|
|
207
|
+
"preserveEndpoints": "*"
|
|
203
208
|
}
|
|
204
209
|
}
|
|
@@ -63,9 +63,9 @@
|
|
|
63
63
|
"#": "2",
|
|
64
64
|
"label": "Alarm Duration",
|
|
65
65
|
"valueSize": 1,
|
|
66
|
-
"minValue": 0,
|
|
67
|
-
"maxValue": 3,
|
|
68
66
|
"defaultValue": 2,
|
|
67
|
+
"unsigned": true,
|
|
68
|
+
"allowManualEntry": false,
|
|
69
69
|
"options": [
|
|
70
70
|
{
|
|
71
71
|
"label": "Off",
|
|
@@ -82,6 +82,10 @@
|
|
|
82
82
|
{
|
|
83
83
|
"label": "5 minutes",
|
|
84
84
|
"value": 3
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"label": "Always on",
|
|
88
|
+
"value": 255
|
|
85
89
|
}
|
|
86
90
|
]
|
|
87
91
|
},
|
|
@@ -130,17 +134,99 @@
|
|
|
130
134
|
"#": "5",
|
|
131
135
|
"label": "Alarm Sound Selection",
|
|
132
136
|
"valueSize": 1,
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
137
|
+
"defaultValue": 10,
|
|
138
|
+
"allowManualEntry": false,
|
|
139
|
+
"options": [
|
|
140
|
+
{
|
|
141
|
+
"label": "Doorbell",
|
|
142
|
+
"value": 1
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"label": "Für Elise",
|
|
146
|
+
"value": 2
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"label": "Westminster Chimes",
|
|
150
|
+
"value": 3
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"label": "Ding Dong",
|
|
154
|
+
"value": 4
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"label": "William Tell",
|
|
158
|
+
"value": 5
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"label": "Rondo Alla Turca",
|
|
162
|
+
"value": 6
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"label": "Police Siren",
|
|
166
|
+
"value": 7
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"label": "Evacuation",
|
|
170
|
+
"value": 8
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"label": "Beep Beep",
|
|
174
|
+
"value": 9
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"label": "Beep",
|
|
178
|
+
"value": 10
|
|
179
|
+
}
|
|
180
|
+
]
|
|
136
181
|
},
|
|
137
182
|
{
|
|
138
183
|
"#": "6",
|
|
139
184
|
"label": "Doorbell Sound Selection",
|
|
140
185
|
"valueSize": 1,
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
186
|
+
"defaultValue": 9,
|
|
187
|
+
"allowManualEntry": false,
|
|
188
|
+
"options": [
|
|
189
|
+
{
|
|
190
|
+
"label": "Doorbell",
|
|
191
|
+
"value": 1
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"label": "Für Elise",
|
|
195
|
+
"value": 2
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"label": "Westminster Chimes",
|
|
199
|
+
"value": 3
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"label": "Ding Dong",
|
|
203
|
+
"value": 4
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"label": "William Tell",
|
|
207
|
+
"value": 5
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"label": "Rondo Alla Turca",
|
|
211
|
+
"value": 6
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"label": "Police Siren",
|
|
215
|
+
"value": 7
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"label": "Evacuation",
|
|
219
|
+
"value": 8
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"label": "Beep Beep",
|
|
223
|
+
"value": 9
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"label": "Beep",
|
|
227
|
+
"value": 10
|
|
228
|
+
}
|
|
229
|
+
]
|
|
144
230
|
},
|
|
145
231
|
{
|
|
146
232
|
"#": "7",
|
|
@@ -175,6 +175,32 @@
|
|
|
175
175
|
},
|
|
176
176
|
{
|
|
177
177
|
"#": "4",
|
|
178
|
+
"$if": "firmwareVersion <= 1.1",
|
|
179
|
+
"label": "Switch 3: Type",
|
|
180
|
+
"valueSize": 1,
|
|
181
|
+
"minValue": 0,
|
|
182
|
+
"maxValue": 2,
|
|
183
|
+
"defaultValue": 2,
|
|
184
|
+
"unsigned": true,
|
|
185
|
+
"allowManualEntry": false,
|
|
186
|
+
"options": [
|
|
187
|
+
{
|
|
188
|
+
"label": "Momentary",
|
|
189
|
+
"value": 0
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"label": "Toggle (follow switch)",
|
|
193
|
+
"value": 1
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"label": "Toggle (change state on toggle)",
|
|
197
|
+
"value": 2
|
|
198
|
+
}
|
|
199
|
+
]
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"#": "4",
|
|
203
|
+
"$if": "firmwareVersion >= 1.2",
|
|
178
204
|
"label": "Switch 3: Type",
|
|
179
205
|
"valueSize": 1,
|
|
180
206
|
"minValue": 0,
|
|
@@ -194,6 +220,10 @@
|
|
|
194
220
|
{
|
|
195
221
|
"label": "Toggle (change state on toggle)",
|
|
196
222
|
"value": 2
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"label": "Garage door (momentary mode for Z-Wave control)",
|
|
226
|
+
"value": 3
|
|
197
227
|
}
|
|
198
228
|
]
|
|
199
229
|
},
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"#": "2",
|
|
23
23
|
"label": "Power Wattage Report Value Threshold",
|
|
24
24
|
"description": "Choose how you want your Power Strip to report power consumption to your hub",
|
|
25
|
-
"valueSize":
|
|
25
|
+
"valueSize": 4,
|
|
26
26
|
"minValue": 0,
|
|
27
27
|
"maxValue": 65535,
|
|
28
28
|
"defaultValue": 5,
|
|
@@ -79,5 +79,12 @@
|
|
|
79
79
|
"maxValue": 50,
|
|
80
80
|
"defaultValue": 10
|
|
81
81
|
}
|
|
82
|
-
]
|
|
82
|
+
],
|
|
83
|
+
"metadata": {
|
|
84
|
+
"wakeup": "Press and HOLD the Z-Wave button for 5 seconds to wake the device up. The LED will start flashing.",
|
|
85
|
+
"inclusion": "1. Bring the sensor within direct range of your Z-Wave gateway (hub).\n2. Put the Z-Wave hub into inclusion mode.\n3. Press and release the Z-Wave button 3 times quickly. The LED indicator will start blinking fast and turn solid for a second to confirm inclusion.",
|
|
86
|
+
"exclusion": "1. Bring the sensor within direct range of your Z-Wave gateway controller (hub).\n2. Put the Z-Wave hub into exclusion mode.\n3. Press and release the Z-Wave button on the sensor 3 times as quickly as possible.\n4. Your hub will confirm exclusion and the device will disappear from your controller's device list.",
|
|
87
|
+
"reset": "To complete the reset process manually, press and HOLD the ZWave button on the sensor for at least 20 seconds. The LED indicator will flash, stay solid, and then turn off to confirm factory reset.",
|
|
88
|
+
"manual": "https://www.getzooz.com/downloads/zooz-z-wave-plus-motion-sensor-zse18-manual.pdf"
|
|
89
|
+
}
|
|
83
90
|
}
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"label": "Brightness After Power Failure",
|
|
156
156
|
"valueSize": 1,
|
|
157
157
|
"minValue": 0,
|
|
158
|
-
"maxValue":
|
|
158
|
+
"maxValue": 100,
|
|
159
159
|
"defaultValue": 100,
|
|
160
160
|
"options": [
|
|
161
161
|
{
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
},
|
|
165
165
|
{
|
|
166
166
|
"label": "Previous state",
|
|
167
|
-
"value":
|
|
167
|
+
"value": 100
|
|
168
168
|
}
|
|
169
169
|
]
|
|
170
170
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.10",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "9.0.0-beta.
|
|
44
|
-
"@zwave-js/shared": "9.0.0-beta.
|
|
43
|
+
"@zwave-js/core": "9.0.0-beta.9",
|
|
44
|
+
"@zwave-js/shared": "9.0.0-beta.7",
|
|
45
45
|
"alcalzone-shared": "^4.0.1",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
47
47
|
"fs-extra": "^10.0.1",
|
|
@@ -59,13 +59,13 @@
|
|
|
59
59
|
"@types/pegjs": "^0.10.3",
|
|
60
60
|
"@types/semver": "^7.3.9",
|
|
61
61
|
"@types/xml2json": "^0.11.4",
|
|
62
|
-
"@types/yargs": "^17.0.
|
|
63
|
-
"@zwave-js/maintenance": "9.0.0-beta.
|
|
62
|
+
"@types/yargs": "^17.0.9",
|
|
63
|
+
"@zwave-js/maintenance": "9.0.0-beta.10",
|
|
64
64
|
"axios": "^0.26.0",
|
|
65
65
|
"comment-json": "^4.2.2",
|
|
66
|
-
"esbuild": "0.14.
|
|
66
|
+
"esbuild": "0.14.27",
|
|
67
67
|
"esbuild-register": "^3.3.2",
|
|
68
|
-
"jest-extended": "^0.
|
|
68
|
+
"jest-extended": "^2.0.0",
|
|
69
69
|
"js-levenshtein": "^1.1.6",
|
|
70
70
|
"pegjs": "^0.10.0",
|
|
71
71
|
"ts-pegjs": "^0.3.1",
|