matterbridge-eve-door 2.0.3 → 2.0.4
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 +17 -7
- package/README.md +11 -9
- package/dist/module.js +2 -2
- package/npm-shrinkwrap.json +6 -6
- package/package.json +21 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,25 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/matterbridge-eve-door)
|
|
4
4
|
[](https://www.npmjs.com/package/matterbridge-eve-door)
|
|
5
|
-
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
6
|
+
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
[](https://codecov.io/gh/Luligu/mmatterbridge-eve-door)
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/matterbridge)
|
|
12
|
+
[](https://www.npmjs.com/package/matter-history)
|
|
13
|
+
[](https://www.npmjs.com/package/node-ansi-logger)
|
|
14
|
+
[](https://www.npmjs.com/package/node-persist-manager)
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
18
|
All notable changes to this project will be documented in this file.
|
|
19
19
|
|
|
20
|
-
If you like this project and find it useful, please consider giving it a star on GitHub
|
|
20
|
+
If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge-eve-door) and sponsoring it.
|
|
21
21
|
|
|
22
22
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
23
23
|
|
|
24
|
+
## [2.0.4] - 2026-02-01
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- [package]: Updated dependencies.
|
|
29
|
+
- [package]: Bumped package to automator v.3.0.3.
|
|
30
|
+
- [package]: Required Matterbridge v.3.5.0.
|
|
31
|
+
|
|
32
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
33
|
+
|
|
24
34
|
## [2.0.3] - 2026-01-20
|
|
25
35
|
|
|
26
36
|
### Added
|
package/README.md
CHANGED
|
@@ -2,27 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/matterbridge-eve-door)
|
|
4
4
|
[](https://www.npmjs.com/package/matterbridge-eve-door)
|
|
5
|
-
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
6
|
+
[](https://hub.docker.com/r/luligu/matterbridge)
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
[](https://codecov.io/gh/Luligu/mmatterbridge-eve-door)
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/matterbridge)
|
|
12
|
+
[](https://www.npmjs.com/package/matter-history)
|
|
13
|
+
[](https://www.npmjs.com/package/node-ansi-logger)
|
|
14
|
+
[](https://www.npmjs.com/package/node-persist-manager)
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
18
|
This plugin shows how to use the Matter history and how to create a passive device in matter.js.
|
|
19
19
|
|
|
20
|
-
It creates a virtual contact sensor device that continuously changes state and triggers the corresponding event.
|
|
20
|
+
It creates a **virtual** contact sensor device that continuously changes state and triggers the corresponding event.
|
|
21
21
|
|
|
22
|
-
If you like this project and find it useful, please consider giving it a star on GitHub
|
|
22
|
+
If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/matterbridge-eve-door) and sponsoring it.
|
|
23
|
+
|
|
24
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
23
25
|
|
|
24
26
|
## Prerequisites
|
|
25
27
|
|
|
26
28
|
### Matterbridge
|
|
27
29
|
|
|
28
|
-
See the guidelines on [Matterbridge](https://
|
|
30
|
+
See the guidelines on [Matterbridge](https://matterbridge.io) for more information.
|
package/dist/module.js
CHANGED
|
@@ -10,8 +10,8 @@ export class EveDoorPlatform extends MatterbridgeAccessoryPlatform {
|
|
|
10
10
|
interval;
|
|
11
11
|
constructor(matterbridge, log, config) {
|
|
12
12
|
super(matterbridge, log, config);
|
|
13
|
-
if (this.verifyMatterbridgeVersion === undefined || typeof this.verifyMatterbridgeVersion !== 'function' || !this.verifyMatterbridgeVersion('3.
|
|
14
|
-
throw new Error(`This plugin requires Matterbridge version >= "3.
|
|
13
|
+
if (this.verifyMatterbridgeVersion === undefined || typeof this.verifyMatterbridgeVersion !== 'function' || !this.verifyMatterbridgeVersion('3.5.0')) {
|
|
14
|
+
throw new Error(`This plugin requires Matterbridge version >= "3.5.0". Please update Matterbridge from ${this.matterbridge.matterbridgeVersion} to the latest version in the frontend."`);
|
|
15
15
|
}
|
|
16
16
|
this.log.info('Initializing platform:', this.config.name);
|
|
17
17
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-eve-door",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-eve-door",
|
|
9
|
-
"version": "2.0.
|
|
9
|
+
"version": "2.0.4",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"matter-history": "1.2.
|
|
12
|
+
"matter-history": "1.2.1",
|
|
13
13
|
"node-ansi-logger": "3.1.1",
|
|
14
14
|
"node-persist-manager": "2.0.0"
|
|
15
15
|
},
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"node_modules/matter-history": {
|
|
25
|
-
"version": "1.2.
|
|
26
|
-
"resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.2.
|
|
27
|
-
"integrity": "sha512-
|
|
25
|
+
"version": "1.2.1",
|
|
26
|
+
"resolved": "https://registry.npmjs.org/matter-history/-/matter-history-1.2.1.tgz",
|
|
27
|
+
"integrity": "sha512-JJrsGdHytkMEWCGHp/XFXCRfWqwLbfcgoGz+70RvwzB8qSQTuZGnk+4rl0kwNPQoBBquYPNPfEHaz6zyx0jCnA==",
|
|
28
28
|
"hasShrinkwrap": true,
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-eve-door",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "Matterbridge eve door with history",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -27,7 +27,25 @@
|
|
|
27
27
|
"plugin",
|
|
28
28
|
"eve",
|
|
29
29
|
"door",
|
|
30
|
-
"history"
|
|
30
|
+
"history",
|
|
31
|
+
"bridge",
|
|
32
|
+
"childbridge",
|
|
33
|
+
"frontend",
|
|
34
|
+
"matter-node.js",
|
|
35
|
+
"matterprotocol",
|
|
36
|
+
"iot",
|
|
37
|
+
"smarthome",
|
|
38
|
+
"connectedthings",
|
|
39
|
+
"hap",
|
|
40
|
+
"homekit",
|
|
41
|
+
"siri",
|
|
42
|
+
"google-home",
|
|
43
|
+
"alexa",
|
|
44
|
+
"homeassistant",
|
|
45
|
+
"hass",
|
|
46
|
+
"hassio",
|
|
47
|
+
"smartthings",
|
|
48
|
+
"ewelink"
|
|
31
49
|
],
|
|
32
50
|
"engines": {
|
|
33
51
|
"node": ">=20.0.0 <21.0.0 || >=22.0.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
@@ -38,7 +56,7 @@
|
|
|
38
56
|
"CHANGELOG.md"
|
|
39
57
|
],
|
|
40
58
|
"dependencies": {
|
|
41
|
-
"matter-history": "1.2.
|
|
59
|
+
"matter-history": "1.2.1",
|
|
42
60
|
"node-ansi-logger": "3.1.1",
|
|
43
61
|
"node-persist-manager": "2.0.0"
|
|
44
62
|
}
|