@zwave-js/config 14.3.8 → 14.3.10
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.d.ts.map +1 -1
- package/build/esm/_version.js +1 -1
- package/build/esm/_version.js.map +1 -1
- package/config/devices/0x027a/zse70_800lr.json +2 -1
- package/config/devices/0x0438/4512744.json +3 -1
- package/config/devices/0x0438/4512745.json +3 -1
- package/package.json +3 -3
package/build/cjs/_version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "14.3.
|
|
1
|
+
export declare const PACKAGE_VERSION = "14.3.10";
|
|
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 = "14.3.
|
|
24
|
+
const PACKAGE_VERSION = "14.3.10";
|
|
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 = \"14.3.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"14.3.10\";\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 = "14.3.
|
|
1
|
+
export declare const PACKAGE_VERSION = "14.3.10";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_version.d.ts","sourceRoot":"","sources":["../../src/_version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"_version.d.ts","sourceRoot":"","sources":["../../src/_version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,eAAe,YAAY,CAAC"}
|
package/build/esm/_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_version.js","sourceRoot":"","sources":["../../src/_version.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,MAAM,CAAC,MAAM,eAAe,GAAG,
|
|
1
|
+
{"version":3,"file":"_version.js","sourceRoot":"","sources":["../../src/_version.ts"],"names":[],"mappings":"AAAA,gEAAgE;AAChE,MAAM,CAAC,MAAM,eAAe,GAAG,SAAS,CAAC"}
|
|
@@ -369,7 +369,9 @@
|
|
|
369
369
|
"compat": {
|
|
370
370
|
// This device gets its timezone information from a different source
|
|
371
371
|
// and correctly expects the time to be set as UTC
|
|
372
|
-
"useUTCInTimeParametersCC": true
|
|
372
|
+
"useUTCInTimeParametersCC": true,
|
|
373
|
+
// Z-Wave JS considers the device's endpoints unnecessary, although both are needed
|
|
374
|
+
"preserveEndpoints": "*"
|
|
373
375
|
},
|
|
374
376
|
"metadata": {
|
|
375
377
|
"inclusion": "Adding to a Z-Wave Network (Inclusion)\nMethod 1: Select “Add”, then short press button , the device will send out inclusion request, “Status” will show “Inclusion...”. If there is no response from a gateway within 30 seconds, or inclusion failed, “Status” will show “Fail”. If included successfully, “Status” will show “Inclusion OK” and device ID.\nMethod 2: Operate the gateway into inclusion mode, make sure the device is already removed from previous network, reset power of the device, the device will be included to the gateway automatically",
|
|
@@ -369,7 +369,9 @@
|
|
|
369
369
|
"compat": {
|
|
370
370
|
// This device gets its timezone information from a different source
|
|
371
371
|
// and correctly expects the time to be set as UTC
|
|
372
|
-
"useUTCInTimeParametersCC": true
|
|
372
|
+
"useUTCInTimeParametersCC": true,
|
|
373
|
+
// Z-Wave JS considers the device's endpoints unnecessary, although both are needed
|
|
374
|
+
"preserveEndpoints": "*"
|
|
373
375
|
},
|
|
374
376
|
"metadata": {
|
|
375
377
|
"inclusion": "Adding to a Z-Wave Network (Inclusion)\nMethod 1: Select “Add”, then short press button , the device will send out inclusion request, “Status” will show “Inclusion...”. If there is no response from a gateway within 30 seconds, or inclusion failed, “Status” will show “Fail”. If included successfully, “Status” will show “Inclusion OK” and device ID.\nMethod 2: Operate the gateway into inclusion mode, make sure the device is already removed from previous network, reset power of the device, the device will be included to the gateway automatically",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zwave-js/config",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.10",
|
|
4
4
|
"description": "zwave-js: configuration files",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"test:dirty": "tsx ../maintenance/src/resolveDirtyTests.ts --run"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@zwave-js/core": "14.3.
|
|
61
|
+
"@zwave-js/core": "14.3.9",
|
|
62
62
|
"@zwave-js/shared": "14.3.7",
|
|
63
63
|
"alcalzone-shared": "^5.0.0",
|
|
64
64
|
"ansi-colors": "^4.1.3",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/sinon": "^17.0.3",
|
|
79
79
|
"@types/xml2js": "^0.4.14",
|
|
80
80
|
"@types/yargs": "^17.0.33",
|
|
81
|
-
"@zwave-js/maintenance": "14.3.
|
|
81
|
+
"@zwave-js/maintenance": "14.3.9",
|
|
82
82
|
"comment-json": "^4.2.5",
|
|
83
83
|
"del-cli": "^6.0.0",
|
|
84
84
|
"es-main": "^1.3.0",
|