matterbridge-example-dynamic-platform 1.2.5-dev-20250625-a228359 → 1.3.0
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 +4 -2
- package/README.md +4 -2
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# <img src="
|
1
|
+
# <img src="matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge dynamic platform example plugin changelog
|
2
2
|
|
3
3
|
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
4
4
|
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
@@ -13,6 +13,8 @@
|
|
13
13
|
[](https://www.npmjs.com/package/node-ansi-logger)
|
14
14
|
[](https://www.npmjs.com/package/node-persist-manager)
|
15
15
|
|
16
|
+
---
|
17
|
+
|
16
18
|
All notable changes to this project will be documented in this file.
|
17
19
|
|
18
20
|
If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-dynamic-platform and sponsoring it.
|
@@ -21,7 +23,7 @@ If you like this project and find it useful, please consider giving it a star on
|
|
21
23
|
<img src="bmc-button.svg" alt="Buy me a coffee" width="120">
|
22
24
|
</a>
|
23
25
|
|
24
|
-
## [1.
|
26
|
+
## [1.3.0] - 2025-06-25
|
25
27
|
|
26
28
|
### Added
|
27
29
|
|
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# <img src="
|
1
|
+
# <img src="matterbridge.svg" alt="Matterbridge Logo" width="64px" height="64px"> Matterbridge dynamic platform example plugin
|
2
2
|
|
3
3
|
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
4
4
|
[](https://www.npmjs.com/package/matterbridge-example-dynamic-platform)
|
@@ -6,7 +6,7 @@
|
|
6
6
|
[](https://hub.docker.com/r/luligu/matterbridge)
|
7
7
|

|
8
8
|

|
9
|
-
[](https://codecov.io/gh/Luligu/matterbridge-example-dynamic-
|
9
|
+
[](https://codecov.io/gh/Luligu/matterbridge-example-dynamic-platform)
|
10
10
|
|
11
11
|
[](https://www.npmjs.com/package/matterbridge)
|
12
12
|
[](https://www.npmjs.com/package/matter-history)
|
@@ -64,6 +64,8 @@ It exposes 41 virtual devices:
|
|
64
64
|
|
65
65
|
All these devices continuously change state and position. The plugin also shows how to use all the command handlers (you can control all the devices), how to subscribe to attributes and how to trigger events.
|
66
66
|
|
67
|
+
If you want to write your plugin, the easiest way to start create a new plugin is to clone the [Matterbridge Plugin Template](https://github.com/Luligu/matterbridge-plugin-template) which has **Dev Container support for instant development environment** and all tools and extensions (like Node.js, npm, TypeScript, ESLint, Prettier, Jest and Vitest) already loaded and configured.
|
68
|
+
|
67
69
|
If you like this project and find it useful, please consider giving it a star on GitHub at https://github.com/Luligu/matterbridge-example-dynamic-platform and sponsoring it.
|
68
70
|
|
69
71
|
<a href="https://www.buymeacoffee.com/luligugithub">
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "matterbridge-example-dynamic-platform",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.3.0",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "matterbridge-example-dynamic-platform",
|
9
|
-
"version": "1.
|
9
|
+
"version": "1.3.0",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"node-ansi-logger": "3.1.1",
|