@zwave-js/config 8.7.3 → 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.
@@ -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,
@@ -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.3",
3
+ "version": "8.7.4",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,7 +40,7 @@
40
40
  "ts": "node -r esbuild-register"
41
41
  },
42
42
  "dependencies": {
43
- "@zwave-js/core": "8.7.3",
43
+ "@zwave-js/core": "8.7.4",
44
44
  "@zwave-js/shared": "8.7.3",
45
45
  "alcalzone-shared": "^4.0.0",
46
46
  "ansi-colors": "^4.1.1",
@@ -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.3",
63
+ "@zwave-js/maintenance": "8.7.4",
64
64
  "axios": "^0.24.0",
65
65
  "comment-json": "^4.1.1",
66
66
  "esbuild": "*",
@@ -73,5 +73,5 @@
73
73
  "xml2json": "^0.12.0",
74
74
  "yargs": "^17.2.1"
75
75
  },
76
- "gitHead": "f37d9e107106fc3859524f67eba6b71eddd3de80"
76
+ "gitHead": "08ee6e333aaba50ed1ea613d0ac83ff3c68d3fdb"
77
77
  }