matterbridge 3.0.7-dev-20250616-cd7fd1c → 3.0.7-dev-20250620-076b34c
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 +4 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -368,6 +368,10 @@ to the Matter smart home ecosystem via their local MQTT APIs.
|
|
|
368
368
|
|
|
369
369
|
AEG RX 9 / Electrolux Pure i9 robot vacuum plugin for Matterbridge.
|
|
370
370
|
|
|
371
|
+
### [Airthings](https://github.com/michaelahern/matterbridge-airthings)
|
|
372
|
+
|
|
373
|
+
A Matterbridge plugin for Airthings air quality monitors via the Airthings Consumer API.
|
|
374
|
+
|
|
371
375
|
## How to install and add a plugin with the frontend (best option)
|
|
372
376
|
|
|
373
377
|
Just open the frontend on the link provided in the log, select a plugin and click install.
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge",
|
|
3
|
-
"version": "3.0.7-dev-
|
|
3
|
+
"version": "3.0.7-dev-20250620-076b34c",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge",
|
|
9
|
-
"version": "3.0.7-dev-
|
|
9
|
+
"version": "3.0.7-dev-20250620-076b34c",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@matter/main": "0.14.0",
|
package/package.json
CHANGED