@zwave-js/config 9.2.2 → 9.2.3-0-pr-4598-53c51bc

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.
@@ -26,6 +26,10 @@
26
26
  "inclusion": "In order to include the August Smart Lock on to a Z-Wave network the user will have to do the following:\n\n1. Open the August app\n\n2. Go to the Lock Settings screen\n\n3. Select Z-Wave Settings\n\n4. Select Add To A Z-Wave Network\n\n5. Put the controller into inclusion mode and select My Hub is in Inclusion Mode on the August app",
27
27
  "exclusion": "In order to exclude the August Smart Lock from a Z-Wave network the user will have to do the following:\n1. Open the August app\n2. Go to the Lock Settings screen\n3. Select Z-Wave Settings\n4. Select Remove Z-Wave Device\n5. Put the controller into exclusion mode and select My Hub is in Exlusion Mode on the August app",
28
28
  "reset": "In order to reset the August Smart Lock the user will have to do the following:\n\n1. Open the August app\n\n2. Go to the Lock Settings screen\n\n3. Select Z-Wave Settings\n\n4. Select Remove Z-Wave device\n\n5. Select My Hub Is No Longer Working\n\n6. Caution: Resetting a Z-Wave device without telling the hub can cause performance issues. Use this procedure only when the Z-Wave hub is missing or otherwise inoperable. \n\n7. Select Reset Z-Wave Device\n\n8. On the Reset Z-Wave Device? prompt select Reset",
29
- "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2624/August%20Z-Wave%20Required%20Documentation.pdf"
29
+ "manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2624/August%20Z-Wave%20Required%20Documentation.pdf",
30
+ "comments": {
31
+ "level": "error",
32
+ "text": "This lock randomly stops reacting to Z-Wave commands, becoming unusable. No fixes are available at this time."
33
+ }
30
34
  }
31
35
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zwave-js/config",
3
- "version": "9.2.2",
3
+ "version": "9.2.3-0-pr-4598-53c51bc",
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.2.0",
56
- "@zwave-js/shared": "9.1.0",
55
+ "@zwave-js/core": "9.2.3-0-pr-4598-53c51bc",
56
+ "@zwave-js/shared": "9.2.3-0-pr-4598-53c51bc",
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.2.0",
75
+ "@zwave-js/maintenance": "9.2.3-0-pr-4598-53c51bc",
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.2.2"
88
89
  }