homebridge 1.8.4-alpha.16 → 1.8.4-alpha.18
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/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ Try the following:
|
|
|
155
155
|
|
|
156
156
|
### Limitations
|
|
157
157
|
|
|
158
|
-
* 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/
|
|
158
|
+
* 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.
|
|
159
159
|
* 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.
|
|
160
160
|
|
|
161
161
|
## 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-alpha.
|
|
4
|
+
"version": "1.8.4-alpha.18",
|
|
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": "1.0.0-alpha.
|
|
53
|
+
"hap-nodejs": "1.0.0-alpha.22",
|
|
54
54
|
"qrcode-terminal": "0.12.0",
|
|
55
55
|
"semver": "7.6.2",
|
|
56
56
|
"source-map-support": "0.5.21"
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/debug": "^4.1.12",
|
|
60
60
|
"@types/fs-extra": "^11.0.4",
|
|
61
61
|
"@types/jest": "^29.5.12",
|
|
62
|
-
"@types/node": "^20.14.
|
|
62
|
+
"@types/node": "^20.14.9",
|
|
63
63
|
"@types/semver": "^7.5.8",
|
|
64
64
|
"@types/source-map-support": "^0.5.10",
|
|
65
65
|
"@typescript-eslint/eslint-plugin": "^7.14.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"rimraf": "^5.0.7",
|
|
74
74
|
"ts-jest": "^29.1.5",
|
|
75
75
|
"ts-node": "^10.9.2",
|
|
76
|
-
"typedoc": "^0.26.
|
|
76
|
+
"typedoc": "^0.26.3",
|
|
77
77
|
"typescript": "^5.5.2"
|
|
78
78
|
}
|
|
79
79
|
}
|