@zwave-js/config 15.8.0 → 15.9.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/cjs/devices/DeviceConfig.d.ts +3 -1
- package/build/cjs/devices/DeviceConfig.js +115 -6
- package/build/cjs/devices/DeviceConfig.js.map +2 -2
- package/build/esm/_version.d.ts +1 -1
- package/build/esm/_version.js +1 -1
- package/build/esm/devices/DeviceConfig.d.ts +3 -1
- package/build/esm/devices/DeviceConfig.d.ts.map +1 -1
- package/build/esm/devices/DeviceConfig.js +133 -9
- package/build/esm/devices/DeviceConfig.js.map +1 -1
- package/config/devices/0x001d/dzpa1.json +8 -2
- package/config/devices/0x001d/dzpd3.json +2 -2
- package/config/devices/0x0063/59337_zwa4011dv.json +61 -2
- package/config/devices/0x0063/59338_zwa4012dv.json +61 -2
- package/config/devices/0x0063/templates/jasco_template.json +4 -0
- package/config/devices/0x010f/fgwp102.json +2 -2
- package/config/devices/0x015f/mh4936.json +4 -0
- package/config/devices/0x0241/6336-brain-00008.json +1 -1
- package/config/devices/0x0312/n4002.json +2 -2
- package/config/devices/0x031e/vzw32-sn.json +1013 -0
- package/config/devices/0x041b/smco410.json +57 -0
- package/config/devices/0x0466/zwa-2.json +1 -1
- package/package.json +9 -9
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "First Alert",
|
|
3
|
+
"manufacturerId": "0x041b",
|
|
4
|
+
"label": "SMCO410",
|
|
5
|
+
"description": "Smoke & CO Alarm",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0001",
|
|
9
|
+
"productId": "0x0410",
|
|
10
|
+
"zwaveAllianceId": 5196
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 5,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "1",
|
|
27
|
+
"label": "Supervision Report Timeout",
|
|
28
|
+
"valueSize": 2,
|
|
29
|
+
"unit": "ms",
|
|
30
|
+
"minValue": 500,
|
|
31
|
+
"maxValue": 5000,
|
|
32
|
+
"defaultValue": 1500
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"#": "2",
|
|
36
|
+
"label": "Supervision Retry Count",
|
|
37
|
+
"valueSize": 2,
|
|
38
|
+
"minValue": 0,
|
|
39
|
+
"maxValue": 2,
|
|
40
|
+
"defaultValue": 1
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"#": "3",
|
|
44
|
+
"label": "Supervision Wait Time",
|
|
45
|
+
"valueSize": 2,
|
|
46
|
+
"unit": "seconds",
|
|
47
|
+
"minValue": 1,
|
|
48
|
+
"maxValue": 60,
|
|
49
|
+
"defaultValue": 5
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"metadata": {
|
|
53
|
+
"inclusion": "Press and hold the button until the device chirps twice and the green LED flashes",
|
|
54
|
+
"exclusion": "Press and hold the button until the device chirps twice and the green LED flashes",
|
|
55
|
+
"reset": "Press and hold the button until the device chirps 3 times. This may take 20+ seconds."
|
|
56
|
+
}
|
|
57
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "15.
|
|
3
|
+
"version": "15.9.0",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"publishConfig": {
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@zwave-js/core": "15.
|
|
81
|
-
"@zwave-js/shared": "15.
|
|
80
|
+
"@zwave-js/core": "15.9.0",
|
|
81
|
+
"@zwave-js/shared": "15.9.0",
|
|
82
82
|
"alcalzone-shared": "^5.0.0",
|
|
83
83
|
"ansi-colors": "^4.1.3",
|
|
84
84
|
"json-logic-js": "^2.0.5",
|
|
@@ -89,27 +89,27 @@
|
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@alcalzone/esm2cjs": "^1.4.1",
|
|
92
|
-
"@microsoft/api-extractor": "^7.52.
|
|
92
|
+
"@microsoft/api-extractor": "^7.52.8",
|
|
93
93
|
"@types/js-levenshtein": "^1.1.3",
|
|
94
94
|
"@types/json-logic-js": "^2.0.8",
|
|
95
|
-
"@types/node": "^20.
|
|
95
|
+
"@types/node": "^20.19.2",
|
|
96
96
|
"@types/semver": "^7.7.0",
|
|
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.9.0",
|
|
101
101
|
"comment-json": "^4.2.5",
|
|
102
102
|
"del-cli": "^6.0.0",
|
|
103
103
|
"es-main": "^1.3.0",
|
|
104
104
|
"js-levenshtein": "^1.1.6",
|
|
105
105
|
"ky": "^1.8.1",
|
|
106
106
|
"peggy": "^3.0.2",
|
|
107
|
-
"sinon": "^
|
|
107
|
+
"sinon": "^21.0.0",
|
|
108
108
|
"ts-pegjs": "patch:ts-pegjs@npm%3A4.2.1#~/.yarn/patches/ts-pegjs-npm-4.2.1-0f567a1059.patch",
|
|
109
|
-
"tsx": "^4.
|
|
109
|
+
"tsx": "^4.20.3",
|
|
110
110
|
"typescript": "5.8.3",
|
|
111
111
|
"vitest": "^2.1.9",
|
|
112
112
|
"xml2js": "^0.6.2",
|
|
113
|
-
"yargs": "^
|
|
113
|
+
"yargs": "^18.0.0"
|
|
114
114
|
}
|
|
115
115
|
}
|