@homebridge-plugins/homebridge-matter 0.9.0 → 0.9.1
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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This plugin provides example implementations of Matter device types in Homebridg
|
|
|
27
27
|
|
|
28
28
|
- To use this plugin, you will need to already have:
|
|
29
29
|
- [Node](https://nodejs.org): latest version of `v22` or `v24` - any other major version is not supported.
|
|
30
|
-
- [Homebridge](https://homebridge.io): `>=2.0.0-beta.
|
|
30
|
+
- [Homebridge](https://homebridge.io): `>=2.0.0-beta.75` - refer to link for more information and installation instructions.
|
|
31
31
|
|
|
32
32
|
### Getting Started
|
|
33
33
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"displayName": "Homebridge Matter",
|
|
4
4
|
"alias": "Matter",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"version": "0.9.
|
|
6
|
+
"version": "0.9.1",
|
|
7
7
|
"description": "Homebridge plugin to showcase examples of Matter devices in Homebridge.",
|
|
8
8
|
"author": {
|
|
9
9
|
"name": "bwp91",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@antfu/eslint-config": "^7.4.3",
|
|
66
66
|
"@types/node": "^25.3.0",
|
|
67
|
-
"homebridge": "^2.0.0-beta.
|
|
67
|
+
"homebridge": "^2.0.0-beta.75",
|
|
68
68
|
"rimraf": "^6.1.3",
|
|
69
69
|
"ts-node": "^10.9.2",
|
|
70
70
|
"typescript": "^5.9.3"
|