@zwave-js/config 15.24.0 → 15.24.2
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/0x0287/ib2_0.json +20 -1
- package/config/devices/0x041b/th6320zw2007.json +4 -0
- package/package.json +7 -7
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.24.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.24.2";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/cjs/_version.js
CHANGED
|
@@ -21,7 +21,7 @@ __export(version_exports, {
|
|
|
21
21
|
PACKAGE_VERSION: () => PACKAGE_VERSION
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(version_exports);
|
|
24
|
-
const PACKAGE_VERSION = "15.24.
|
|
24
|
+
const PACKAGE_VERSION = "15.24.2";
|
|
25
25
|
// Annotate the CommonJS export names for ESM import in node:
|
|
26
26
|
0 && (module.exports = {
|
|
27
27
|
PACKAGE_VERSION
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/_version.ts"],
|
|
4
|
-
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.24.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.24.2\";\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;;;;;AACO,MAAM,kBAAkB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/build/esm/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.24.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.24.2";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -13,6 +13,13 @@
|
|
|
13
13
|
"min": "0.0",
|
|
14
14
|
"max": "255.255"
|
|
15
15
|
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 1,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
16
23
|
"paramInformation": [
|
|
17
24
|
{
|
|
18
25
|
"#": "1",
|
|
@@ -44,5 +51,17 @@
|
|
|
44
51
|
}
|
|
45
52
|
]
|
|
46
53
|
}
|
|
47
|
-
]
|
|
54
|
+
],
|
|
55
|
+
"compat": {
|
|
56
|
+
// https://github.com/zwave-js/zwave-js/issues/5686
|
|
57
|
+
// The device supports Binary Switch CC to control the tilt, but it is not linked
|
|
58
|
+
// to the Window Covering CC values. Remove the Binary Switch CC to avoid confusion.
|
|
59
|
+
"commandClasses": {
|
|
60
|
+
"remove": {
|
|
61
|
+
"Binary Switch": {
|
|
62
|
+
"endpoints": "*"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
48
67
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "15.24.
|
|
3
|
+
"version": "15.24.2",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"publishConfig": {
|
|
@@ -79,11 +79,11 @@
|
|
|
79
79
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@zwave-js/core": "15.24.
|
|
83
|
-
"@zwave-js/shared": "15.24.
|
|
82
|
+
"@zwave-js/core": "15.24.2",
|
|
83
|
+
"@zwave-js/shared": "15.24.2",
|
|
84
84
|
"alcalzone-shared": "^5.0.0",
|
|
85
85
|
"ansi-colors": "^4.1.3",
|
|
86
|
-
"eslint": "^
|
|
86
|
+
"eslint": "^10.3.0",
|
|
87
87
|
"json-logic-js": "^2.0.5",
|
|
88
88
|
"json5": "^2.2.3",
|
|
89
89
|
"pathe": "^2.0.3",
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@alcalzone/esm2cjs": "^1.4.2",
|
|
96
|
-
"@microsoft/api-extractor": "^7.
|
|
96
|
+
"@microsoft/api-extractor": "^7.58.7",
|
|
97
97
|
"@types/js-levenshtein": "^1.1.3",
|
|
98
98
|
"@types/json-logic-js": "^2.0.8",
|
|
99
99
|
"@types/node": "^20.19.35",
|
|
@@ -102,13 +102,13 @@
|
|
|
102
102
|
"@types/xml2js": "^0.4.14",
|
|
103
103
|
"@types/yargs": "^17.0.35",
|
|
104
104
|
"@typescript/native-preview": "7.0.0-dev.20260423.1",
|
|
105
|
-
"@zwave-js/maintenance": "15.24.
|
|
105
|
+
"@zwave-js/maintenance": "15.24.2",
|
|
106
106
|
"comment-json": "^4.6.2",
|
|
107
107
|
"del-cli": "^7.0.0",
|
|
108
108
|
"es-main": "^1.4.0",
|
|
109
109
|
"js-levenshtein": "^1.1.6",
|
|
110
110
|
"ky": "^1.8.1",
|
|
111
|
-
"sinon": "^
|
|
111
|
+
"sinon": "^22.0.0",
|
|
112
112
|
"tsx": "^4.21.0",
|
|
113
113
|
"vitest": "^4.1.0",
|
|
114
114
|
"xml2js": "^0.6.2",
|