homebridge 1.8.4-beta.4 → 1.8.4-beta.6

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -154,7 +154,7 @@ Try the following:
154
154
 
155
155
  ### Limitations
156
156
 
157
- * One bridge can only expose 150 accessories due to a HomeKit limit. You can however run your plugins as a [Child Bridge](https://github.com/homebridge/homebridge/wiki/Child-Bridges) or run [Multiple Homebridge Instances](https://github.com/oznu/homebridge-config-ui-x/wiki/Homebridge-Service-Command#multiple-instances) to get around this limitation.
157
+ * One bridge can only expose 150 accessories due to a HomeKit limit. You can however run your plugins as a [Child Bridge](https://github.com/homebridge/homebridge/wiki/Child-Bridges) or run [Multiple Homebridge Instances](https://github.com/homebridge/homebridge-config-ui-x/wiki/Homebridge-Service-Command#multiple-instances) to get around this limitation.
158
158
  * Once an accessory has been added to the Home app, changing its name via Homebridge won't be automatically reflected in iOS. You must change it via the Home app as well.
159
159
 
160
160
  ## Why Homebridge?
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "homebridge",
3
3
  "description": "HomeKit support for the impatient",
4
- "version": "1.8.4-beta.4",
4
+ "version": "1.8.4-beta.6",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -50,7 +50,7 @@
50
50
  "chalk": "4.1.2",
51
51
  "commander": "12.1.0",
52
52
  "fs-extra": "11.2.0",
53
- "hap-nodejs": "0.12.3-beta.4",
53
+ "hap-nodejs": "0.12.3-beta.6",
54
54
  "qrcode-terminal": "0.12.0",
55
55
  "semver": "7.6.2",
56
56
  "source-map-support": "0.5.21"