@zwave-js/config 9.0.0-beta.5 → 9.0.0-beta.6-pr-4372-2e2f5d3

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.
@@ -200,5 +200,10 @@
200
200
  "exclusion": "1. Connect the device to the power supply.\n2. Make sure the device is within direct range of your Z-Wave gateway (hub) or use a hand-held Z-Wave remote to perform exclusion.\n3. Enable exclusion mode on your Z-Wave gateway (hub).\n4. Press once on button 3 – right. One press on button 4 – down for enabling full white. When full white is enabled, press, and hold button 3 – right for 5 seconds. After 5 seconds, the device starts flashing red 1 second ON, 0.5 second OFF. \nOnce the device loses node ID (after 10 seconds), it stops flashing and turns full red. The procedure is always available. \nNOTE: LEARN MODE state allows the device to receive network information from the controller",
201
201
  "reset": "1. Connect the device to the power supply\n2. Press once on button 3 – right. One press on button 4 – down for enabling full white. When full white is enabled, press and hold button 5 – left for 10 seconds. After 10 seconds, the device starts flashing blue 1 second on, 0.5 second off. \nAfter 10 seconds the device stops flashing and turns full blue. The procedure is available always. By resetting the device, all custom parameters previously set on the device will return to their default values, and a node ID will be deleted. Use this reset procedure only when the gateway (hub) is missing or otherwise inoperable.\nNOTE: See extended manual for custom settings and parameters available for this device.",
202
202
  "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4079/Qubino%20Luxy%20Smart%20Switch%20installation%20certification.pdf"
203
+ },
204
+ "compat": {
205
+ // This device has two endpoints which are considered "unnecessary",
206
+ // but the root endpoint doesn't expose all their functionality.
207
+ "preserveEndpoints": "*"
203
208
  }
204
209
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "9.0.0-beta.5",
3
+ "version": "9.0.0-beta.6-pr-4372-2e2f5d3",
4
4
  "description": "zwave-js: configuration files",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,8 +40,8 @@
40
40
  "ts": "node -r esbuild-register"
41
41
  },
42
42
  "dependencies": {
43
- "@zwave-js/core": "9.0.0-beta.5",
44
- "@zwave-js/shared": "9.0.0-beta.2",
43
+ "@zwave-js/core": "9.0.0-beta.6-pr-4372-2e2f5d3",
44
+ "@zwave-js/shared": "9.0.0-beta.6-pr-4372-2e2f5d3",
45
45
  "alcalzone-shared": "^4.0.1",
46
46
  "ansi-colors": "^4.1.1",
47
47
  "fs-extra": "^10.0.1",
@@ -60,10 +60,10 @@
60
60
  "@types/semver": "^7.3.9",
61
61
  "@types/xml2json": "^0.11.4",
62
62
  "@types/yargs": "^17.0.9",
63
- "@zwave-js/maintenance": "9.0.0-beta.5",
63
+ "@zwave-js/maintenance": "9.0.0-beta.6-pr-4372-2e2f5d3",
64
64
  "axios": "^0.26.0",
65
65
  "comment-json": "^4.2.2",
66
- "esbuild": "0.14.1",
66
+ "esbuild": "0.14.27",
67
67
  "esbuild-register": "^3.3.2",
68
68
  "jest-extended": "^2.0.0",
69
69
  "js-levenshtein": "^1.1.6",
@@ -72,5 +72,6 @@
72
72
  "typescript": "4.6.2",
73
73
  "xml2json": "^0.12.0",
74
74
  "yargs": "^17.3.1"
75
- }
75
+ },
76
+ "stableVersion": "9.0.0-beta.5"
76
77
  }