@zwave-js/config 8.7.1-20211103 → 8.7.4

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018-2021 AlCalzone
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,189 @@
1
+ {
2
+ "manufacturer": "HomeSeer Technologies",
3
+ "manufacturerId": "0x000c",
4
+ "label": "HS-WX300",
5
+ "description": "Wall Dimmer & Switch",
6
+ "devices": [
7
+ {
8
+ "productType": "0x4447",
9
+ "productId": "0x4037"
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": "Companion Sync",
24
+ "maxNodes": 5
25
+ }
26
+ },
27
+ "paramInformation": [
28
+ {
29
+ "#": "3",
30
+ "label": "Bottom LED Operation",
31
+ "$import": "~/templates/master_template.json#led_indicator_two_options"
32
+ },
33
+ {
34
+ "#": "4",
35
+ "$import": "~/templates/master_template.json#orientation"
36
+ },
37
+ {
38
+ "#": "5",
39
+ "label": "Dimming Threshold",
40
+ "description": "Sets the lowest dimming threshold",
41
+ "valueSize": 1,
42
+ "minValue": 1,
43
+ "maxValue": 14,
44
+ "defaultValue": 1
45
+ },
46
+ {
47
+ "#": "6",
48
+ "label": "Central Scene, Multi-Tap, Press and Hold",
49
+ "valueSize": 1,
50
+ "minValue": 0,
51
+ "maxValue": 1,
52
+ "defaultValue": 0,
53
+ "allowManualEntry": false,
54
+ "options": [
55
+ {
56
+ "label": "Enable (control load with delay)",
57
+ "value": 0
58
+ },
59
+ {
60
+ "label": "Disable (control load instantly)",
61
+ "value": 1
62
+ }
63
+ ]
64
+ },
65
+ {
66
+ "#": "11",
67
+ "label": "Ramp Rate (Z-Wave)",
68
+ "valueSize": 1,
69
+ "unit": "seconds",
70
+ "minValue": 0,
71
+ "maxValue": 90,
72
+ "defaultValue": 3
73
+ },
74
+ {
75
+ "#": "12",
76
+ "label": "Ramp Rate (Manual)",
77
+ "valueSize": 1,
78
+ "unit": "seconds",
79
+ "minValue": 0,
80
+ "maxValue": 90,
81
+ "defaultValue": 3
82
+ },
83
+ {
84
+ "#": "13",
85
+ "label": "Status Mode",
86
+ "$import": "templates/homeseer_template.json#status_mode"
87
+ },
88
+ {
89
+ "#": "14",
90
+ "label": "Load Status LED Color",
91
+ "description": "Set the LED color when displaying load status",
92
+ "$import": "templates/homeseer_template.json#led_colors"
93
+ },
94
+ {
95
+ "#": "21",
96
+ "label": "Status LED 1 Color",
97
+ "$import": "templates/homeseer_template.json#status_mode_choices"
98
+ },
99
+ {
100
+ "#": "22",
101
+ "label": "Status LED 2 Color",
102
+ "$import": "templates/homeseer_template.json#status_mode_choices"
103
+ },
104
+ {
105
+ "#": "23",
106
+ "label": "Status LED 3 Color",
107
+ "$import": "templates/homeseer_template.json#status_mode_choices"
108
+ },
109
+ {
110
+ "#": "24",
111
+ "label": "Status LED 4 Color",
112
+ "$import": "templates/homeseer_template.json#status_mode_choices"
113
+ },
114
+ {
115
+ "#": "25",
116
+ "label": "Status LED 5 Color",
117
+ "$import": "templates/homeseer_template.json#status_mode_choices"
118
+ },
119
+ {
120
+ "#": "26",
121
+ "label": "Status LED 6 Color",
122
+ "$import": "templates/homeseer_template.json#status_mode_choices"
123
+ },
124
+ {
125
+ "#": "27",
126
+ "label": "Status LED 7 Color",
127
+ "$import": "templates/homeseer_template.json#status_mode_choices"
128
+ },
129
+ {
130
+ "#": "30",
131
+ "label": "Custom Status Blink Frequency",
132
+ "$import": "templates/homeseer_template.json#blink_frequency"
133
+ },
134
+ {
135
+ "#": "31[0x01]",
136
+ "label": "LED 1 Blink Status",
137
+ "$import": "templates/homeseer_template.json#led_blink_status"
138
+ },
139
+ {
140
+ "#": "31[0x02]",
141
+ "label": "LED 2 Blink Status",
142
+ "$import": "templates/homeseer_template.json#led_blink_status"
143
+ },
144
+ {
145
+ "#": "31[0x04]",
146
+ "label": "LED 3 Blink Status",
147
+ "$import": "templates/homeseer_template.json#led_blink_status"
148
+ },
149
+ {
150
+ "#": "31[0x08]",
151
+ "label": "LED 4 Blink Status",
152
+ "$import": "templates/homeseer_template.json#led_blink_status"
153
+ },
154
+ {
155
+ "#": "31[0x10]",
156
+ "label": "LED 5 Blink Status",
157
+ "$import": "templates/homeseer_template.json#led_blink_status"
158
+ },
159
+ {
160
+ "#": "31[0x20]",
161
+ "label": "LED 6 Blink Status",
162
+ "$import": "templates/homeseer_template.json#led_blink_status"
163
+ },
164
+ {
165
+ "#": "31[0x40]",
166
+ "label": "LED 7 Blink Status",
167
+ "$import": "templates/homeseer_template.json#led_blink_status"
168
+ },
169
+ {
170
+ "#": "32",
171
+ "label": "Wire Mode",
172
+ "valueSize": 1,
173
+ "minValue": 0,
174
+ "maxValue": 1,
175
+ "defaultValue": 0,
176
+ "allowManualEntry": false,
177
+ "options": [
178
+ {
179
+ "label": "3 wire mode (Neutral, Line & Load)",
180
+ "value": 0
181
+ },
182
+ {
183
+ "label": "2 wire mode (Line & Load)",
184
+ "value": 1
185
+ }
186
+ ]
187
+ }
188
+ ]
189
+ }
@@ -233,5 +233,23 @@
233
233
  "label": "Temperature reportng interval when on line power",
234
234
  "unit": "seconds",
235
235
  "minValue": 30
236
+ },
237
+ "led_blink_status": {
238
+ "label": "LED Blink Status",
239
+ "valueSize": 1,
240
+ "minValue": 0,
241
+ "maxValue": 1,
242
+ "defaultValue": 0,
243
+ "allowManualEntry": false,
244
+ "options": [
245
+ {
246
+ "label": "Solid",
247
+ "value": 0
248
+ },
249
+ {
250
+ "label": "Blink",
251
+ "value": 1
252
+ }
253
+ ]
236
254
  }
237
255
  }
@@ -40,7 +40,7 @@
40
40
  {
41
41
  "#": "2",
42
42
  "label": "LCD Timeout",
43
- "unit": "s",
43
+ "unit": "seconds",
44
44
  "valueSize": 1,
45
45
  "minValue": 0,
46
46
  "maxValue": 30,
@@ -92,8 +92,8 @@
92
92
  },
93
93
  {
94
94
  "#": "5",
95
- "label": "Measured Temperature report",
96
- "unit": "°C",
95
+ "label": "Temperature Report Threshold",
96
+ "unit": "0.1 °C",
97
97
  "valueSize": 1,
98
98
  "minValue": 0,
99
99
  "maxValue": 50,
@@ -138,7 +138,7 @@
138
138
  {
139
139
  "#": "8",
140
140
  "label": "Temperature Offset",
141
- "unit": "1/10 °C",
141
+ "unit": "0.1 °C",
142
142
  "valueSize": 1,
143
143
  "minValue": -128,
144
144
  "maxValue": 50,
@@ -82,8 +82,9 @@
82
82
  },
83
83
  {
84
84
  "#": "16",
85
- "label": "Report on change of power consumption",
85
+ "label": "Power Consumption Reports: Change Threshold",
86
86
  "valueSize": 2,
87
+ "unit": "W",
87
88
  "minValue": 0,
88
89
  "maxValue": 2500,
89
90
  "defaultValue": 50,
@@ -93,6 +94,85 @@
93
94
  "value": 0
94
95
  }
95
96
  ]
97
+ },
98
+ {
99
+ "#": "17",
100
+ "label": "Power Consumption Reports: Relative Change Threshold",
101
+ "valueSize": 1,
102
+ "unit": "%",
103
+ "minValue": 0,
104
+ "maxValue": 100,
105
+ "defaultValue": 10,
106
+ "options": [
107
+ {
108
+ "label": "Disabled",
109
+ "value": 0
110
+ }
111
+ ]
112
+ },
113
+ {
114
+ "#": "101",
115
+ "label": "Power (W) report interval",
116
+ "description": "Allowable range: 5-2678400",
117
+ "valueSize": 4,
118
+ "unit": "seconds",
119
+ "minValue": 0,
120
+ "maxValue": 2678400,
121
+ "defaultValue": 600,
122
+ "options": [
123
+ {
124
+ "label": "Disabled",
125
+ "value": 0
126
+ }
127
+ ]
128
+ },
129
+ {
130
+ "#": "102",
131
+ "label": "Energy (kWh) report interval",
132
+ "description": "Allowable range: 5-2678400",
133
+ "valueSize": 4,
134
+ "unit": "seconds",
135
+ "minValue": 0,
136
+ "maxValue": 2678400,
137
+ "defaultValue": 3600,
138
+ "options": [
139
+ {
140
+ "label": "Disabled",
141
+ "value": 0
142
+ }
143
+ ]
144
+ },
145
+ {
146
+ "#": "103",
147
+ "label": "Voltage (V) report interval",
148
+ "description": "Allowable range: 5-2678400",
149
+ "valueSize": 4,
150
+ "unit": "seconds",
151
+ "minValue": 0,
152
+ "maxValue": 2678400,
153
+ "defaultValue": 0,
154
+ "options": [
155
+ {
156
+ "label": "Disabled",
157
+ "value": 0
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "#": "104",
163
+ "label": "Current (A) report interval",
164
+ "description": "Allowable range: 5-2678400",
165
+ "valueSize": 4,
166
+ "unit": "seconds",
167
+ "minValue": 0,
168
+ "maxValue": 2678400,
169
+ "defaultValue": 0,
170
+ "options": [
171
+ {
172
+ "label": "Disabled",
173
+ "value": 0
174
+ }
175
+ ]
96
176
  }
97
177
  ]
98
178
  }
@@ -0,0 +1,209 @@
1
+ {
2
+ "manufacturer": "Shenzhen Neo Electronics Co., Ltd.",
3
+ "manufacturerId": "0x0258",
4
+ "label": "NAS-PD07ZU1",
5
+ "description": "5 in 1 PIR Motion Sensor",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0020",
9
+ "productId": "0x0718"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "paramInformation": [
17
+ {
18
+ "#": "1",
19
+ "$import": "templates/shenzhen_neo_template.json#blink_on_motion"
20
+ },
21
+ {
22
+ "#": "2",
23
+ "label": "Motion Detection",
24
+ "valueSize": 1,
25
+ "minValue": 0,
26
+ "maxValue": 1,
27
+ "defaultValue": 1,
28
+ "allowManualEntry": false,
29
+ "options": [
30
+ {
31
+ "label": "Disable",
32
+ "value": 0
33
+ },
34
+ {
35
+ "label": "Enable",
36
+ "value": 1
37
+ }
38
+ ]
39
+ },
40
+ {
41
+ "#": "3",
42
+ "$import": "templates/shenzhen_neo_template.json#motion_prevent_retrigger"
43
+ },
44
+ {
45
+ "#": "4",
46
+ "label": "Require Luminance Change for Basic Sets on Motion",
47
+ "description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16",
48
+ "valueSize": 1,
49
+ "minValue": 0,
50
+ "maxValue": 1,
51
+ "defaultValue": 0,
52
+ "allowManualEntry": false,
53
+ "options": [
54
+ {
55
+ "label": "Disable",
56
+ "value": 0
57
+ },
58
+ {
59
+ "label": "Enable",
60
+ "value": 1
61
+ }
62
+ ]
63
+ },
64
+ {
65
+ "#": "5",
66
+ "label": "Binary Sensor Report on Motion",
67
+ "description": "If enabled, a Binary Sensor report will be sent on Motion",
68
+ "valueSize": 1,
69
+ "minValue": 0,
70
+ "maxValue": 1,
71
+ "defaultValue": 0,
72
+ "allowManualEntry": false,
73
+ "options": [
74
+ {
75
+ "label": "Disable",
76
+ "value": 0
77
+ },
78
+ {
79
+ "label": "Enable",
80
+ "value": 1
81
+ }
82
+ ]
83
+ },
84
+ {
85
+ "#": "6",
86
+ "label": "Motion Sensor Sensitivity",
87
+ "valueSize": 1,
88
+ "minValue": 0,
89
+ "maxValue": 15,
90
+ "defaultValue": 2,
91
+ "unsigned": true
92
+ },
93
+ {
94
+ "#": "7",
95
+ "label": "Temperature Offset Value",
96
+ "valueSize": 1,
97
+ "unit": "0.1 °C/F",
98
+ "minValue": -120,
99
+ "maxValue": 120,
100
+ "defaultValue": 0,
101
+ "unsigned": false
102
+ },
103
+ {
104
+ "#": "8",
105
+ "label": "Humidity Offset Value",
106
+ "valueSize": 1,
107
+ "unit": "0.1 %",
108
+ "minValue": -120,
109
+ "maxValue": 120,
110
+ "defaultValue": 0,
111
+ "unsigned": false
112
+ },
113
+ {
114
+ "#": "9",
115
+ "label": "Temperature Change Report Threshold",
116
+ "valueSize": 1,
117
+ "unit": "0.1 °C/F",
118
+ "minValue": 0,
119
+ "maxValue": 100,
120
+ "defaultValue": 10
121
+ },
122
+ {
123
+ "#": "10",
124
+ "label": "Humidity Change Report Threshold",
125
+ "valueSize": 1,
126
+ "unit": "0.1 %",
127
+ "minValue": 0,
128
+ "maxValue": 100,
129
+ "defaultValue": 20
130
+ },
131
+ {
132
+ "#": "11",
133
+ "label": "Luminance Change Report Threshold",
134
+ "valueSize": 1,
135
+ "unit": "lux",
136
+ "minValue": 0,
137
+ "maxValue": 120,
138
+ "defaultValue": 50
139
+ },
140
+ {
141
+ "#": "12",
142
+ "label": "Association Group 2: Basic Set Level",
143
+ "valueSize": 1,
144
+ "minValue": 0,
145
+ "maxValue": 100,
146
+ "defaultValue": 100,
147
+ "options": [
148
+ {
149
+ "label": "On (255)",
150
+ "value": 100
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "#": "13",
156
+ "label": "Motion Blind Time",
157
+ "valueSize": 1,
158
+ "unit": "seconds",
159
+ "minValue": 1,
160
+ "maxValue": 8,
161
+ "defaultValue": 8
162
+ },
163
+ {
164
+ "#": "14",
165
+ "label": "Basic Set Off Delay Time",
166
+ "valueSize": 2,
167
+ "unit": "seconds",
168
+ "minValue": 0,
169
+ "maxValue": 30000,
170
+ "defaultValue": 30
171
+ },
172
+ {
173
+ "#": "15",
174
+ "label": "Motion Clear Time",
175
+ "valueSize": 2,
176
+ "unit": "seconds",
177
+ "minValue": 1,
178
+ "maxValue": 30000,
179
+ "defaultValue": 30
180
+ },
181
+ {
182
+ "#": "16",
183
+ "label": "Luminance Threshold for Basic Sets",
184
+ "unit": "lux",
185
+ "valueSize": 2,
186
+ "minValue": 0,
187
+ "maxValue": 1000,
188
+ "defaultValue": 50
189
+ },
190
+ {
191
+ "#": "17",
192
+ "label": "Sensor Report Interval",
193
+ "unit": "seconds",
194
+ "valueSize": 2,
195
+ "minValue": 0,
196
+ "maxValue": 30000,
197
+ "defaultValue": 180
198
+ },
199
+ {
200
+ "#": "99",
201
+ "label": "Light Intensity Offset Value",
202
+ "description": "See manual for details",
203
+ "valueSize": 2,
204
+ "minValue": 1,
205
+ "maxValue": 32767,
206
+ "defaultValue": 5320
207
+ }
208
+ ]
209
+ }
@@ -144,5 +144,11 @@
144
144
  "maxValue": 2678400,
145
145
  "defaultValue": 0
146
146
  }
147
- ]
147
+ ],
148
+ "metadata": {
149
+ "inclusion": "There are three types of inclusion for this device: 1) Auto Z-Wave Inclusion 2) Manual Z-Wave Inclusion 3) Secure Z-Wave Inclusion.\n\n1) Auto Z-Wave Inclusion\n1. Put your Z-Wave controller in inclusion mode\n2. Plug the smart plug into a grounded receptacle located within 3 feet from your Z-Wave gateway controller\n3. LED indicator will flash blue4. A new on / off device should be recognized by your Z-Wave controller\n\n2)Manual Z-Wave Inclusion\n1. Plug the smart plug into a grounded receptacle located within 3 feet from your Z-Wave gateway controller\n2. Put your Z-Wave controller in inclusion mode\n3. Press and release the Z-Wave button 3 TIMES QUICKLY\n4. LED indicator will flash blue\n5. A new on / off device should be recognized by your Z-Wave controller\n\n3)Secure Z-Wave Inclusion\n1. Plug the smart plug into a grounded receptacle located within 3 feet from your Z-Wave gateway controller\n2. Put your Z-Wave controller in secure inclusion mode\n3. Press and HOLD the Z-Wave button for at least 3 seconds\n4. LED indicator will flash green\n5. LED indicator will turn solid green once the inclusion is completed. Please allow 5 minutes for configuration. DO NOT press any buttons or move the device during that time\n6. A new secure on / off device should be recognized by your Z-Wave controller.",
150
+ "exclusion": "1. Plug the smart plug into a grounded receptacle located within 3 feet from your Z-Wave gateway controller\n2. Put your Z-Wave controller in exclusion mode\n3. Press and release the Z-Wave button 3 TIMES QUICKLY\n4. LED indicator will flash orange\n5. The smart plug should disappear from your controller's device list and LED indicator will remain solid orange for a few seconds to indicate exclusion.",
151
+ "reset": "Plug the smart plug into a grounded receptacle, then PRESS AND HOLD the Z-Wave button for AT LEAST 20 SECONDS. The LED indicator will stay solid yellow for 2 seconds to indicate successful reset. The plug will then automatically turn off. NOTE: All previously recorded activity and custom settings will be erased from the devices memory. You may only reset your smart plug once it has been included to a Z-Wave network.",
152
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=Manuals/1901/Zooz-Z-Wave-Smart-Plug-ZEN06%20Manual.pdf"
153
+ }
148
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "8.7.1-20211103",
3
+ "version": "8.7.4",
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": "8.7.0",
44
- "@zwave-js/shared": "8.6.0",
43
+ "@zwave-js/core": "8.7.4",
44
+ "@zwave-js/shared": "8.7.3",
45
45
  "alcalzone-shared": "^4.0.0",
46
46
  "ansi-colors": "^4.1.1",
47
47
  "fs-extra": "^10.0.0",
@@ -60,7 +60,7 @@
60
60
  "@types/semver": "^7.3.9",
61
61
  "@types/xml2json": "^0.11.4",
62
62
  "@types/yargs": "^17.0.5",
63
- "@zwave-js/maintenance": "8.7.0",
63
+ "@zwave-js/maintenance": "8.7.4",
64
64
  "axios": "^0.24.0",
65
65
  "comment-json": "^4.1.1",
66
66
  "esbuild": "*",
@@ -72,5 +72,6 @@
72
72
  "typescript": "4.4.4",
73
73
  "xml2json": "^0.12.0",
74
74
  "yargs": "^17.2.1"
75
- }
75
+ },
76
+ "gitHead": "08ee6e333aaba50ed1ea613d0ac83ff3c68d3fdb"
76
77
  }