@zwave-js/config 15.4.0 → 15.6.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.
- package/build/cjs/_version.d.ts +1 -1
- package/build/cjs/_version.js +1 -1
- package/build/cjs/_version.js.map +1 -1
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/config/devices/0x015f/mh7h.json +1 -1
- package/config/devices/0x0208/hkzw-dws01.json +10 -3
- package/config/devices/0x0208/hkzw-so08.json +10 -3
- package/config/devices/0x0208/hkzw_fld01.json +10 -3
- package/config/devices/0x0208/hkzw_ms02.json +10 -3
- package/config/devices/0x0267/10002020-13x.json +279 -0
- package/config/devices/0x0267/10002021-13x.json +179 -0
- package/config/devices/0x0267/10002034-13x.json +2 -1
- package/config/devices/0x0267/10002041-130.json +92 -62
- package/config/devices/0x0267/10002080-13x.json +68 -84
- package/config/devices/0x0267/10003041-13x.json +252 -0
- package/package.json +3 -3
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "SimonTech S.L.U",
|
|
3
|
+
"manufacturerId": "0x0267",
|
|
4
|
+
"label": "10003041-13X",
|
|
5
|
+
"description": "HUB iO",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x000a",
|
|
9
|
+
"productId": "0x0000",
|
|
10
|
+
"zwaveAllianceId": 2845
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Group 1",
|
|
20
|
+
"maxNodes": 3,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Group 2",
|
|
25
|
+
"maxNodes": 20
|
|
26
|
+
}
|
|
27
|
+
},
|
|
28
|
+
"paramInformation": [
|
|
29
|
+
{
|
|
30
|
+
"#": "1",
|
|
31
|
+
"$import": "~/templates/master_template.json#base_enable_disable_255",
|
|
32
|
+
"label": "Association LED"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "2",
|
|
36
|
+
"label": "Overload Protection",
|
|
37
|
+
"valueSize": 2,
|
|
38
|
+
"unit": "W",
|
|
39
|
+
"minValue": 0,
|
|
40
|
+
"maxValue": 65535,
|
|
41
|
+
"defaultValue": 0,
|
|
42
|
+
"unsigned": true,
|
|
43
|
+
"options": [
|
|
44
|
+
{
|
|
45
|
+
"label": "Disable",
|
|
46
|
+
"value": 0
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"#": "3",
|
|
52
|
+
"label": "Beacon LED Level",
|
|
53
|
+
"valueSize": 1,
|
|
54
|
+
"minValue": 0,
|
|
55
|
+
"maxValue": 99,
|
|
56
|
+
"defaultValue": 0,
|
|
57
|
+
"options": [
|
|
58
|
+
{
|
|
59
|
+
"label": "Disable",
|
|
60
|
+
"value": 0
|
|
61
|
+
}
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"#": "10",
|
|
66
|
+
"label": "Delay ON",
|
|
67
|
+
"description": "Values 1-127 = seconds; 128-255 = minutes (minus 127)",
|
|
68
|
+
"valueSize": 1,
|
|
69
|
+
"minValue": 0,
|
|
70
|
+
"maxValue": 254,
|
|
71
|
+
"defaultValue": 0,
|
|
72
|
+
"unsigned": true,
|
|
73
|
+
"options": [
|
|
74
|
+
{
|
|
75
|
+
"label": "Disable",
|
|
76
|
+
"value": 0
|
|
77
|
+
}
|
|
78
|
+
]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "11",
|
|
82
|
+
"label": "Auto-Off Timer",
|
|
83
|
+
"description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
|
|
84
|
+
"valueSize": 1,
|
|
85
|
+
"minValue": 0,
|
|
86
|
+
"maxValue": 254,
|
|
87
|
+
"defaultValue": 0,
|
|
88
|
+
"unsigned": true,
|
|
89
|
+
"options": [
|
|
90
|
+
{
|
|
91
|
+
"label": "Disable",
|
|
92
|
+
"value": 0
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"#": "12",
|
|
98
|
+
"label": "LED Indicator",
|
|
99
|
+
"valueSize": 1,
|
|
100
|
+
"defaultValue": 255,
|
|
101
|
+
"unsigned": true,
|
|
102
|
+
"allowManualEntry": false,
|
|
103
|
+
"options": [
|
|
104
|
+
{
|
|
105
|
+
"label": "Indicate status for 5 seconds after pressing the button, off otherwise",
|
|
106
|
+
"value": 0
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
"label": "Follow load status",
|
|
110
|
+
"value": 255
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"#": "13",
|
|
116
|
+
"$import": "~/templates/master_template.json#base_enable_disable_255_inverted",
|
|
117
|
+
"label": "Local Control",
|
|
118
|
+
"defaultValue": 0
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"#": "15",
|
|
122
|
+
"label": "Reset Default",
|
|
123
|
+
"description": "Write only parameter with 2 possible values: 0x9867 -> allows remove the device from the network without performing any action on hub io. parameters, groups and Z-Wave status are restored to the default values. 0x4312 -> allows set all device configuration values to default the exception of long pulse lock configuration",
|
|
124
|
+
"valueSize": 2,
|
|
125
|
+
"defaultValue": 0,
|
|
126
|
+
"unsigned": true,
|
|
127
|
+
"writeOnly": true,
|
|
128
|
+
"allowManualEntry": false,
|
|
129
|
+
"options": [
|
|
130
|
+
{
|
|
131
|
+
"label": "Performs a reset devault",
|
|
132
|
+
"value": 39015
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"label": "Performs configuration default values process",
|
|
136
|
+
"value": 17170
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"#": "16",
|
|
142
|
+
"label": "Delay Off",
|
|
143
|
+
"description": "Values 1-127 = seconds; 128-254 = minutes (minus 127)",
|
|
144
|
+
"valueSize": 1,
|
|
145
|
+
"minValue": 0,
|
|
146
|
+
"maxValue": 254,
|
|
147
|
+
"defaultValue": 0,
|
|
148
|
+
"unsigned": true,
|
|
149
|
+
"options": [
|
|
150
|
+
{
|
|
151
|
+
"label": "Disable",
|
|
152
|
+
"value": 0
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"#": "17",
|
|
158
|
+
"label": "State After Power Failure",
|
|
159
|
+
"valueSize": 1,
|
|
160
|
+
"defaultValue": 255,
|
|
161
|
+
"unsigned": true,
|
|
162
|
+
"allowManualEntry": false,
|
|
163
|
+
"options": [
|
|
164
|
+
{
|
|
165
|
+
"label": "Always off",
|
|
166
|
+
"value": 0
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"label": "Always on",
|
|
170
|
+
"value": 255
|
|
171
|
+
}
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"#": "19",
|
|
176
|
+
"label": "Short Press Action",
|
|
177
|
+
"valueSize": 1,
|
|
178
|
+
"defaultValue": 0,
|
|
179
|
+
"allowManualEntry": false,
|
|
180
|
+
"options": [
|
|
181
|
+
{
|
|
182
|
+
"label": "Toggle",
|
|
183
|
+
"value": 0
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"label": "On",
|
|
187
|
+
"value": 1
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
"label": "Off",
|
|
191
|
+
"value": 2
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"#": "20",
|
|
197
|
+
"label": "Identify",
|
|
198
|
+
"description": "Central LED flashes",
|
|
199
|
+
"valueSize": 1,
|
|
200
|
+
"defaultValue": 0,
|
|
201
|
+
"unsigned": true,
|
|
202
|
+
"writeOnly": true,
|
|
203
|
+
"allowManualEntry": false,
|
|
204
|
+
"options": [
|
|
205
|
+
{
|
|
206
|
+
"label": "Identify",
|
|
207
|
+
"value": 255
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"#": "21",
|
|
213
|
+
"label": "Device State",
|
|
214
|
+
"description": "Read only configuration used to report the device state and last value this value is represented in hexadecimal. byte 0 informs about load state (0 load is off and 1 load is on) byte 1 informs about load value (0x00 or 0xff)",
|
|
215
|
+
"valueSize": 2,
|
|
216
|
+
"minValue": 0,
|
|
217
|
+
"maxValue": 511,
|
|
218
|
+
"defaultValue": 2,
|
|
219
|
+
"readOnly": true,
|
|
220
|
+
"options": [
|
|
221
|
+
{
|
|
222
|
+
"label": "Load is off",
|
|
223
|
+
"value": 0
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"label": "Load is on",
|
|
227
|
+
"value": 511
|
|
228
|
+
}
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"#": "27",
|
|
233
|
+
"label": "Lock Hold Press",
|
|
234
|
+
"description": "Locks any press hold acción",
|
|
235
|
+
"valueSize": 1,
|
|
236
|
+
"minValue": 0,
|
|
237
|
+
"maxValue": 255,
|
|
238
|
+
"defaultValue": 0,
|
|
239
|
+
"unsigned": true,
|
|
240
|
+
"options": [
|
|
241
|
+
{
|
|
242
|
+
"label": "Hold press works as expected",
|
|
243
|
+
"value": 0
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
],
|
|
248
|
+
"metadata": {
|
|
249
|
+
"reset": "Pressing pushbutton t>30s. \nOr removing HUB iO using the APP.\n\nIf HUB iO is the primary controller for your network, resetting it will result in the nodes in your network being orphaned and it will be necessary after the reset to exclude and re-include all of the nodes in the network. If HUB iO is being used as a secondary controller in the network, use this procedure to reset this controller only in the event that the network primary controller is missing or otherwise inoperable",
|
|
250
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2845/Simon%20100%20iO%20Guide%20-%20HUB%20iO%20Datasheet.pdf"
|
|
251
|
+
}
|
|
252
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.6.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"publishConfig": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@zwave-js/core": "15.
|
|
80
|
+
"@zwave-js/core": "15.6.0",
|
|
81
81
|
"@zwave-js/shared": "15.4.0",
|
|
82
82
|
"alcalzone-shared": "^5.0.0",
|
|
83
83
|
"ansi-colors": "^4.1.3",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"@types/sinon": "^17.0.4",
|
|
98
98
|
"@types/xml2js": "^0.4.14",
|
|
99
99
|
"@types/yargs": "^17.0.33",
|
|
100
|
-
"@zwave-js/maintenance": "15.
|
|
100
|
+
"@zwave-js/maintenance": "15.6.0",
|
|
101
101
|
"comment-json": "^4.2.5",
|
|
102
102
|
"del-cli": "^6.0.0",
|
|
103
103
|
"es-main": "^1.3.0",
|