@zwave-js/config 12.2.3 → 12.3.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/config/devices/0x0086/templates/aeotec_template.json +1 -1
- package/config/devices/0x019b/z-trm6.json +6 -12
- package/config/devices/0x0330/ves-zw-hld-016.json +1 -1
- package/config/devices/0x0330/ves-zw-mot-018.json +1 -1
- package/config/devices/0x0330/ves-zw-swi-002.json +1 -1
- package/config/devices/0x0330/ves-zw-swi-014.json +1 -1
- package/config/devices/0x0346/panic_button_gen2.json +71 -0
- package/package.json +5 -5
|
@@ -44,9 +44,8 @@
|
|
|
44
44
|
"#": "2",
|
|
45
45
|
"label": "Sensor Mode",
|
|
46
46
|
"valueSize": 1,
|
|
47
|
-
"minValue": 0,
|
|
48
|
-
"maxValue": 5,
|
|
49
47
|
"defaultValue": 1,
|
|
48
|
+
"allowManualEntry": false,
|
|
50
49
|
"options": [
|
|
51
50
|
{
|
|
52
51
|
"label": "Floor",
|
|
@@ -79,9 +78,8 @@
|
|
|
79
78
|
"label": "External Sensor Resistance",
|
|
80
79
|
"valueSize": 1,
|
|
81
80
|
"unit": "kΩ",
|
|
82
|
-
"minValue": 0,
|
|
83
|
-
"maxValue": 7,
|
|
84
81
|
"defaultValue": 0,
|
|
82
|
+
"allowManualEntry": false,
|
|
85
83
|
"options": [
|
|
86
84
|
{
|
|
87
85
|
"label": "10",
|
|
@@ -205,9 +203,8 @@
|
|
|
205
203
|
"#": "13",
|
|
206
204
|
"label": "Regulation Mode",
|
|
207
205
|
"valueSize": 1,
|
|
208
|
-
"minValue": 0,
|
|
209
|
-
"maxValue": 1,
|
|
210
206
|
"defaultValue": 0,
|
|
207
|
+
"allowManualEntry": false,
|
|
211
208
|
"options": [
|
|
212
209
|
{
|
|
213
210
|
"label": "Hysteresis",
|
|
@@ -232,9 +229,8 @@
|
|
|
232
229
|
"#": "15",
|
|
233
230
|
"label": "Temperature Display",
|
|
234
231
|
"valueSize": 1,
|
|
235
|
-
"minValue": 0,
|
|
236
|
-
"maxValue": 1,
|
|
237
232
|
"defaultValue": 0,
|
|
233
|
+
"allowManualEntry": false,
|
|
238
234
|
"options": [
|
|
239
235
|
{
|
|
240
236
|
"label": "Setpoint",
|
|
@@ -365,9 +361,8 @@
|
|
|
365
361
|
"#": "27",
|
|
366
362
|
"label": "Operating Mode",
|
|
367
363
|
"valueSize": 1,
|
|
368
|
-
"minValue": 0,
|
|
369
|
-
"maxValue": 3,
|
|
370
364
|
"defaultValue": 1,
|
|
365
|
+
"allowManualEntry": false,
|
|
371
366
|
"options": [
|
|
372
367
|
{
|
|
373
368
|
"label": "Off",
|
|
@@ -391,9 +386,8 @@
|
|
|
391
386
|
"#": "28",
|
|
392
387
|
"label": "Open Window Detection",
|
|
393
388
|
"valueSize": 1,
|
|
394
|
-
"minValue": 0,
|
|
395
|
-
"maxValue": 1,
|
|
396
389
|
"defaultValue": 0,
|
|
390
|
+
"allowManualEntry": false,
|
|
397
391
|
"options": [
|
|
398
392
|
{
|
|
399
393
|
"label": "Disabled",
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Ring",
|
|
3
|
+
"manufacturerId": "0x0346",
|
|
4
|
+
"label": "5F56E9",
|
|
5
|
+
"description": "Panic Button (2nd Gen)",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0801",
|
|
9
|
+
"productId": "0x0401"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"label": "Heartbeat Interval",
|
|
20
|
+
"valueSize": 1,
|
|
21
|
+
"unit": "minutes",
|
|
22
|
+
"minValue": 1,
|
|
23
|
+
"maxValue": 70,
|
|
24
|
+
"defaultValue": 70
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"#": "2",
|
|
28
|
+
"label": "Message Retry Attempt Limit",
|
|
29
|
+
"valueSize": 1,
|
|
30
|
+
"minValue": 0,
|
|
31
|
+
"maxValue": 5,
|
|
32
|
+
"defaultValue": 1
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "3",
|
|
36
|
+
"label": "Delay Between Retry Attempts",
|
|
37
|
+
"valueSize": 1,
|
|
38
|
+
"unit": "seconds",
|
|
39
|
+
"minValue": 1,
|
|
40
|
+
"maxValue": 60,
|
|
41
|
+
"defaultValue": 5
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"#": "4",
|
|
45
|
+
"label": "Button Hold-Time",
|
|
46
|
+
"valueSize": 1,
|
|
47
|
+
"unit": "0.5 seconds",
|
|
48
|
+
"minValue": 1,
|
|
49
|
+
"maxValue": 20,
|
|
50
|
+
"defaultValue": 6
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "5",
|
|
54
|
+
"label": "Supervision Report Timeout",
|
|
55
|
+
"valueSize": 2,
|
|
56
|
+
"unit": "ms",
|
|
57
|
+
"minValue": 500,
|
|
58
|
+
"maxValue": 30000,
|
|
59
|
+
"defaultValue": 10000
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "6",
|
|
63
|
+
"label": "One Shot Timer",
|
|
64
|
+
"valueSize": 2,
|
|
65
|
+
"unit": "seconds",
|
|
66
|
+
"minValue": 500,
|
|
67
|
+
"maxValue": 30000,
|
|
68
|
+
"defaultValue": 10000
|
|
69
|
+
}
|
|
70
|
+
]
|
|
71
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.3.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"build": "tsc -b tsconfig.build.json --pretty",
|
|
48
48
|
"clean": "del-cli build/ \"*.tsbuildinfo\"",
|
|
49
49
|
"extract-api": "yarn api-extractor run",
|
|
50
|
-
"lint:zwave": "yarn ts maintenance/lintConfigFiles.ts",
|
|
50
|
+
"lint:zwave": "yarn ts maintenance/lintConfigFiles.ts && eslint --cache --cache-location .eslintcache/config --ext .json \"config/devices/**/*.json\"",
|
|
51
51
|
"ts": "node -r esbuild-register",
|
|
52
|
-
"lint:ts": "eslint --cache --ext .ts \"src/**/*.ts\"",
|
|
52
|
+
"lint:ts": "eslint --cache --cache-location .eslintcache/ts --ext .ts \"src/**/*.ts\"",
|
|
53
53
|
"lint:ts:fix": "yarn run lint:ts --fix",
|
|
54
54
|
"test:ts": "ava",
|
|
55
55
|
"test:dirty": "node -r ../../maintenance/esbuild-register.js ../maintenance/src/resolveDirtyTests.ts --run"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@zwave-js/core": "12.
|
|
58
|
+
"@zwave-js/core": "12.3.0",
|
|
59
59
|
"@zwave-js/shared": "12.2.3",
|
|
60
60
|
"alcalzone-shared": "^4.0.8",
|
|
61
61
|
"ansi-colors": "^4.1.3",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@types/sinon": "^10.0.16",
|
|
77
77
|
"@types/xml2js": "^0.4.12",
|
|
78
78
|
"@types/yargs": "^17.0.24",
|
|
79
|
-
"@zwave-js/maintenance": "12.
|
|
79
|
+
"@zwave-js/maintenance": "12.3.0",
|
|
80
80
|
"ava": "^5.3.1",
|
|
81
81
|
"comment-json": "^4.2.3",
|
|
82
82
|
"del-cli": "^5.1.0",
|