@zwave-js/config 9.0.0-beta.9-pr-4387-7adf00a → 9.0.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.
|
@@ -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
|
},
|
|
@@ -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
|
|
3
|
+
"version": "9.0.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"ts": "node -r esbuild-register"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@zwave-js/core": "9.0.0
|
|
44
|
-
"@zwave-js/shared": "9.0.0
|
|
43
|
+
"@zwave-js/core": "9.0.0",
|
|
44
|
+
"@zwave-js/shared": "9.0.0",
|
|
45
45
|
"alcalzone-shared": "^4.0.1",
|
|
46
46
|
"ansi-colors": "^4.1.1",
|
|
47
47
|
"fs-extra": "^10.0.1",
|
|
48
48
|
"json-logic-js": "^2.0.2",
|
|
49
|
-
"json5": "^2.2.
|
|
49
|
+
"json5": "^2.2.1",
|
|
50
50
|
"semver": "^7.3.5",
|
|
51
51
|
"winston": "^3.6.0"
|
|
52
52
|
},
|
|
@@ -59,19 +59,18 @@
|
|
|
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
|
|
64
|
-
"axios": "^0.26.
|
|
62
|
+
"@types/yargs": "^17.0.10",
|
|
63
|
+
"@zwave-js/maintenance": "9.0.0",
|
|
64
|
+
"axios": "^0.26.1",
|
|
65
65
|
"comment-json": "^4.2.2",
|
|
66
|
-
"esbuild": "0.14.
|
|
66
|
+
"esbuild": "0.14.29",
|
|
67
67
|
"esbuild-register": "^3.3.2",
|
|
68
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",
|
|
72
|
-
"typescript": "4.6.
|
|
72
|
+
"typescript": "4.6.3",
|
|
73
73
|
"xml2json": "^0.12.0",
|
|
74
|
-
"yargs": "^17.
|
|
75
|
-
}
|
|
76
|
-
"stableVersion": "9.0.0-beta.8"
|
|
74
|
+
"yargs": "^17.4.0"
|
|
75
|
+
}
|
|
77
76
|
}
|