matterbridge-zigbee2mqtt 3.0.10 → 3.0.11-dev-20260403-b3ccaea
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 +11 -0
- package/dist/entity.js +4 -4
- package/npm-shrinkwrap.json +7 -7
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -26,6 +26,17 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
26
26
|
|
|
27
27
|
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
|
|
28
28
|
|
|
29
|
+
## [3.0.11] - Dev branch
|
|
30
|
+
|
|
31
|
+
### Changed
|
|
32
|
+
|
|
33
|
+
- [package]: Update dependencies.
|
|
34
|
+
- [package]: Bump package to `automator` v.3.1.4.
|
|
35
|
+
- [package]: Bump `typescript` to v.6.0.2.
|
|
36
|
+
- [package]: Bump `typescript-eslint` to v.8.58.0.
|
|
37
|
+
|
|
38
|
+
<a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
|
|
39
|
+
|
|
29
40
|
## [3.0.10] - 2026-03-23
|
|
30
41
|
|
|
31
42
|
### Fixed
|
package/dist/entity.js
CHANGED
|
@@ -1409,12 +1409,12 @@ export class ZigbeeDevice extends ZigbeeEntity {
|
|
|
1409
1409
|
});
|
|
1410
1410
|
}
|
|
1411
1411
|
if (zigbeeDevice.bridgedDevice.hasClusterServer(DoorLockCluster.id)) {
|
|
1412
|
-
zigbeeDevice.bridgedDevice.addCommandHandler('lockDoor', async (
|
|
1413
|
-
zigbeeDevice.log.debug(`Command lockDoor called for ${zigbeeDevice.ien}${device.friendly_name}${rs}${db}
|
|
1412
|
+
zigbeeDevice.bridgedDevice.addCommandHandler('lockDoor', async () => {
|
|
1413
|
+
zigbeeDevice.log.debug(`Command lockDoor called for ${zigbeeDevice.ien}${device.friendly_name}${rs}${db}`);
|
|
1414
1414
|
zigbeeDevice.publishCommand('lockDoor', device.friendly_name, { state: 'LOCK' });
|
|
1415
1415
|
});
|
|
1416
|
-
zigbeeDevice.bridgedDevice.addCommandHandler('unlockDoor', async (
|
|
1417
|
-
zigbeeDevice.log.debug(`Command unlockDoor called for ${zigbeeDevice.ien}${device.friendly_name}${rs}${db}
|
|
1416
|
+
zigbeeDevice.bridgedDevice.addCommandHandler('unlockDoor', async () => {
|
|
1417
|
+
zigbeeDevice.log.debug(`Command unlockDoor called for ${zigbeeDevice.ien}${device.friendly_name}${rs}${db}`);
|
|
1418
1418
|
zigbeeDevice.publishCommand('unlockDoor', device.friendly_name, { state: 'UNLOCK' });
|
|
1419
1419
|
});
|
|
1420
1420
|
}
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-zigbee2mqtt",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11-dev-20260403-b3ccaea",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-zigbee2mqtt",
|
|
9
|
-
"version": "3.0.
|
|
9
|
+
"version": "3.0.11-dev-20260403-b3ccaea",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"moment": "2.30.1",
|
|
13
|
-
"mqtt": "5.15.
|
|
13
|
+
"mqtt": "5.15.1",
|
|
14
14
|
"node-ansi-logger": "3.2.0",
|
|
15
15
|
"node-persist-manager": "2.0.1"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
|
-
"node": ">=20.
|
|
18
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
19
19
|
},
|
|
20
20
|
"funding": {
|
|
21
21
|
"type": "buymeacoffee",
|
|
@@ -303,9 +303,9 @@
|
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
305
|
"node_modules/mqtt": {
|
|
306
|
-
"version": "5.15.
|
|
307
|
-
"resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.15.
|
|
308
|
-
"integrity": "sha512-
|
|
306
|
+
"version": "5.15.1",
|
|
307
|
+
"resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.15.1.tgz",
|
|
308
|
+
"integrity": "sha512-V1WnkGuJh3ec9QXzy5Iylw8OOBK+Xu1WhxcQ9mMpLThG+/JZIMV1PgLNRgIiqXhZnvnVLsuyxHl5A/3bHHbcAA==",
|
|
309
309
|
"license": "MIT",
|
|
310
310
|
"dependencies": {
|
|
311
311
|
"@types/readable-stream": "^4.0.21",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-zigbee2mqtt",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.11-dev-20260403-b3ccaea",
|
|
4
4
|
"description": "Matterbridge zigbee2mqtt plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"ewelink"
|
|
54
54
|
],
|
|
55
55
|
"engines": {
|
|
56
|
-
"node": ">=20.
|
|
56
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"bin",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
],
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"moment": "2.30.1",
|
|
69
|
-
"mqtt": "5.15.
|
|
69
|
+
"mqtt": "5.15.1",
|
|
70
70
|
"node-ansi-logger": "3.2.0",
|
|
71
71
|
"node-persist-manager": "2.0.1"
|
|
72
72
|
},
|