@zwave-js/config 15.23.3 → 15.23.5
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
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const PACKAGE_VERSION = "15.23.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.23.5";
|
|
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.23.
|
|
24
|
+
const PACKAGE_VERSION = "15.23.5";
|
|
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.23.
|
|
4
|
+
"sourcesContent": ["// This file is auto-generated by the codegen maintenance script\nexport const PACKAGE_VERSION = \"15.23.5\";\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.23.
|
|
1
|
+
export declare const PACKAGE_VERSION = "15.23.5";
|
|
2
2
|
//# sourceMappingURL=_version.d.ts.map
|
package/build/esm/_version.js
CHANGED
|
@@ -366,6 +366,7 @@
|
|
|
366
366
|
},
|
|
367
367
|
{
|
|
368
368
|
"#": "15",
|
|
369
|
+
"$if": "firmwareVersion < 2.40.0",
|
|
369
370
|
"$purpose": "calibration.humidity",
|
|
370
371
|
"label": "Humidity Offset",
|
|
371
372
|
"description": "0=-10, 100=0, 200=+10",
|
|
@@ -376,6 +377,18 @@
|
|
|
376
377
|
"defaultValue": 100,
|
|
377
378
|
"unsigned": true
|
|
378
379
|
},
|
|
380
|
+
{
|
|
381
|
+
"#": "15",
|
|
382
|
+
"$if": "firmwareVersion >= 2.40.0",
|
|
383
|
+
"$purpose": "calibration.humidity",
|
|
384
|
+
"label": "Humidity Offset",
|
|
385
|
+
"description": "0=-20%, 200=0, 400=+20%",
|
|
386
|
+
"valueSize": 2,
|
|
387
|
+
"unit": "0.1 %",
|
|
388
|
+
"minValue": 0,
|
|
389
|
+
"maxValue": 400,
|
|
390
|
+
"defaultValue": 200
|
|
391
|
+
},
|
|
379
392
|
{
|
|
380
393
|
"#": "16",
|
|
381
394
|
"$purpose": "reporting_interval.temperature",
|