@zwave-js/config 9.3.0 → 9.3.1-0-pr-4661-5ac6caf

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/index.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ConfigManager";
2
2
  export * from "./DeviceClasses";
3
3
  export * from "./devices/AssociationConfig";
4
+ export * from "./devices/CompatConfig";
4
5
  export * from "./devices/DeviceConfig";
5
6
  export * from "./devices/DeviceMetadata";
6
7
  export * from "./devices/EndpointConfig";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,0BAA0B,CAAC;AACzC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC"}
package/build/index.js CHANGED
@@ -18,6 +18,7 @@ exports.externalConfigDir = void 0;
18
18
  __exportStar(require("./ConfigManager"), exports);
19
19
  __exportStar(require("./DeviceClasses"), exports);
20
20
  __exportStar(require("./devices/AssociationConfig"), exports);
21
+ __exportStar(require("./devices/CompatConfig"), exports);
21
22
  __exportStar(require("./devices/DeviceConfig"), exports);
22
23
  __exportStar(require("./devices/DeviceMetadata"), exports);
23
24
  __exportStar(require("./devices/EndpointConfig"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,kDAAgC;AAChC,8DAA4C;AAC5C,yDAAuC;AACvC,2DAAyC;AACzC,2DAAyC;AACzC,6DAA2C;AAC3C,mDAAiC;AACjC,+CAA6B;AAC7B,gDAA8B;AAC9B,kDAAgC;AAChC,2CAAyB;AACzB,kDAAgC;AAChC,2CAAyB;AACzB,gDAA8B;AAC9B,iCAA4C;AAAnC,0GAAA,iBAAiB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAAgC;AAChC,kDAAgC;AAChC,8DAA4C;AAC5C,yDAAuC;AACvC,yDAAuC;AACvC,2DAAyC;AACzC,2DAAyC;AACzC,6DAA2C;AAC3C,mDAAiC;AACjC,+CAA6B;AAC7B,gDAA8B;AAC9B,kDAAgC;AAChC,2CAAyB;AACzB,kDAAgC;AAChC,2CAAyB;AACzB,gDAA8B;AAC9B,iCAA4C;AAAnC,0GAAA,iBAAiB,OAAA"}
@@ -333,6 +333,9 @@
333
333
  ],
334
334
  "compat": {
335
335
  // The device has two endpoints. The temperature gets reported via the root, humidity is on endpoint 2.
336
- "mapRootReportsToEndpoint": 1
336
+ "mapRootReportsToEndpoint": 1,
337
+ // Some variants of this device expose their endpoints as different device classes,
338
+ // causing them to be considered unnecessary
339
+ "preserveEndpoints": "*"
337
340
  }
338
341
  }
@@ -11,6 +11,10 @@
11
11
  {
12
12
  "productType": "0x0404",
13
13
  "productId": "0x3000"
14
+ },
15
+ {
16
+ "productType": "0x0404",
17
+ "productId": "0x4000"
14
18
  }
15
19
  ],
16
20
  "firmwareVersion": {
@@ -11,6 +11,10 @@
11
11
  {
12
12
  "productType": "0x0204",
13
13
  "productId": "0x3000"
14
+ },
15
+ {
16
+ "productType": "0x0204",
17
+ "productId": "0x4000"
14
18
  }
15
19
  ],
16
20
  "firmwareVersion": {
@@ -465,7 +465,7 @@
465
465
  ]
466
466
  },
467
467
  {
468
- "#": "61",
468
+ "#": "97",
469
469
  "label": "Auto Test Mode",
470
470
  "description": "Causes the valve to periodically make a 1/8 turn to ensure it is operational",
471
471
  "valueSize": 1,
@@ -488,7 +488,7 @@
488
488
  ]
489
489
  },
490
490
  {
491
- "#": "62",
491
+ "#": "98",
492
492
  "label": "Auto Test Mode: Frequency",
493
493
  "valueSize": 1,
494
494
  "unit": "days",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "9.3.0",
3
+ "version": "9.3.1-0-pr-4661-5ac6caf",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -52,8 +52,8 @@
52
52
  "ts": "node -r esbuild-register"
53
53
  },
54
54
  "dependencies": {
55
- "@zwave-js/core": "9.3.0",
56
- "@zwave-js/shared": "9.3.0",
55
+ "@zwave-js/core": "9.3.1-0-pr-4661-5ac6caf",
56
+ "@zwave-js/shared": "9.3.1-0-pr-4661-5ac6caf",
57
57
  "alcalzone-shared": "^4.0.1",
58
58
  "ansi-colors": "^4.1.1",
59
59
  "fs-extra": "^10.1.0",
@@ -72,7 +72,7 @@
72
72
  "@types/semver": "^7.3.9",
73
73
  "@types/xml2js": "^0.4.11",
74
74
  "@types/yargs": "^17.0.10",
75
- "@zwave-js/maintenance": "9.3.0",
75
+ "@zwave-js/maintenance": "9.3.1-0-pr-4661-5ac6caf",
76
76
  "axios": "^0.27.2",
77
77
  "comment-json": "^4.2.2",
78
78
  "esbuild": "0.14.38",
@@ -84,5 +84,6 @@
84
84
  "typescript": "4.6.4",
85
85
  "xml2js": "^0.4.23",
86
86
  "yargs": "^17.4.1"
87
- }
87
+ },
88
+ "stableVersion": "9.3.0"
88
89
  }