@zwave-js/config 15.23.1 → 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.
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.23.1";
1
+ export declare const PACKAGE_VERSION = "15.23.5";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -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.1";
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.1\";\n"],
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
  }
@@ -1,2 +1,2 @@
1
- export declare const PACKAGE_VERSION = "15.23.1";
1
+ export declare const PACKAGE_VERSION = "15.23.5";
2
2
  //# sourceMappingURL=_version.d.ts.map
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated by the codegen maintenance script
2
- export const PACKAGE_VERSION = "15.23.1";
2
+ export const PACKAGE_VERSION = "15.23.5";
3
3
  //# sourceMappingURL=_version.js.map
@@ -0,0 +1,19 @@
1
+ {
2
+ "manufacturer": "Philio",
3
+ "manufacturerId": "0x013c",
4
+ "label": "PAC03",
5
+ "description": "Mitsubishi IT Communication Adapter",
6
+ "devices": [
7
+ {
8
+ "productType": "0x0001",
9
+ "productId": "0x0059"
10
+ }
11
+ ],
12
+ "firmwareVersion": {
13
+ "min": "0.0",
14
+ "max": "255.255"
15
+ },
16
+ "metadata": {
17
+ "manual": "https://static1.squarespace.com/static/5c1afbd1266c07479bc41525/t/69df237cf858b76bb8308060/1776231292799/PAC03_UserManual_V2-20260415.pdf"
18
+ }
19
+ }
@@ -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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "15.23.1",
3
+ "version": "15.23.5",
4
4
  "description": "zwave-js: configuration files",
5
5
  "keywords": [],
6
6
  "publishConfig": {