matterbridge-zigbee2mqtt 3.0.11-dev-20260403-b3ccaea → 3.0.11-dev-20260426-d91071e
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 +24 -6
- package/README.md +3 -3
- package/dist/entity.js +1 -1
- package/npm-shrinkwrap.json +19 -19
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
[](https://codecov.io/gh/Luligu/matterbridge-zigbee2mqtt)
|
|
10
|
-
[](https://
|
|
11
|
-
[](https://
|
|
10
|
+
[](https://prettier.io/)
|
|
11
|
+
[](https://eslint.org/)
|
|
12
12
|
[](https://www.typescriptlang.org/)
|
|
13
|
-
[](https://nodejs.org/
|
|
13
|
+
[](https://nodejs.org/)
|
|
14
14
|
[](https://matterbridge.io)
|
|
15
15
|
|
|
16
16
|
[](https://www.npmjs.com/package/matterbridge)
|
|
@@ -30,10 +30,28 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
30
30
|
|
|
31
31
|
### Changed
|
|
32
32
|
|
|
33
|
+
- [package]: Preliminary compatibility update to `matterbridge 3.8.0`, matter 1.5.1 and matter.js 0.17.0.
|
|
33
34
|
- [package]: Update dependencies.
|
|
34
|
-
- [package]: Bump package to `automator` v.3.1.
|
|
35
|
-
- [package]: Bump `typescript` to v.6.0.
|
|
36
|
-
- [package]: Bump `
|
|
35
|
+
- [package]: Bump package to `automator` v.3.1.6.
|
|
36
|
+
- [package]: Bump `typescript` to v.6.0.3.
|
|
37
|
+
- [package]: Bump `eslint` to v.10.2.1.
|
|
38
|
+
- [package]: Bump `typescript-eslint` to v.8.59.0.
|
|
39
|
+
- [package]: Bump `prettier` to v.3.8.2.
|
|
40
|
+
- [package]: Bump `node-ansi-logger` to v.3.2.1.
|
|
41
|
+
- [package]: Bump `node-persist-manager` to v.2.0.2.
|
|
42
|
+
- [devcontainer]: Add `Claude Code for VS Code extension` to Dev Container.
|
|
43
|
+
- [package]: Add `.vscode\tasks.json`.
|
|
44
|
+
- [package]: Add `.vscode\settings.json`.
|
|
45
|
+
- [agent]: Add `.github\copilot-instructions.md` for copilot.
|
|
46
|
+
- [agent]: Add `.claude\CLAUDE.md` for claude.
|
|
47
|
+
- [agent]: Add agent custom instructions (`testing`) for copilot and claude.
|
|
48
|
+
- [agent]: Add agent custom instructions (`matterbridge`) for copilot and claude.
|
|
49
|
+
- [devcontainer]: Fix pull of new image.
|
|
50
|
+
- [devcontainer]: Update VS Code settings.
|
|
51
|
+
- [devcontainer]: Leave matterbridge scripts in the cloned repo.
|
|
52
|
+
- [scripts]: Update mb-run script.
|
|
53
|
+
- [scripts]: Update package watch script.
|
|
54
|
+
- [scripts]: Add prune-releases script.
|
|
37
55
|
|
|
38
56
|
<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
57
|
|
package/README.md
CHANGED
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|

|
|
8
8
|

|
|
9
9
|
[](https://codecov.io/gh/Luligu/matterbridge-zigbee2mqtt)
|
|
10
|
-
[](https://
|
|
11
|
-
[](https://
|
|
10
|
+
[](https://prettier.io/)
|
|
11
|
+
[](https://eslint.org/)
|
|
12
12
|
[](https://www.typescriptlang.org/)
|
|
13
|
-
[](https://nodejs.org/
|
|
13
|
+
[](https://nodejs.org/)
|
|
14
14
|
[](https://matterbridge.io)
|
|
15
15
|
|
|
16
16
|
[](https://www.npmjs.com/package/matterbridge)
|
package/dist/entity.js
CHANGED
|
@@ -6,8 +6,8 @@ import { AnsiLogger, CYAN, db, debugStringify, dn, er, gn, hk, idn, ign, nf, or,
|
|
|
6
6
|
import { NumberTag, SwitchesTag } from 'matterbridge/matter';
|
|
7
7
|
import { AirQuality, BooleanState, BridgedDeviceBasicInformation, CarbonDioxideConcentrationMeasurement, CarbonMonoxideConcentrationMeasurement, ColorControl, ColorControlCluster, DoorLock, DoorLockCluster, ElectricalEnergyMeasurement, ElectricalPowerMeasurement, FormaldehydeConcentrationMeasurement, Identify, IlluminanceMeasurement, LevelControl, OccupancySensing, OnOff, Pm1ConcentrationMeasurement, Pm10ConcentrationMeasurement, Pm25ConcentrationMeasurement, PowerSource, PressureMeasurement, RelativeHumidityMeasurement, SmokeCoAlarm, TemperatureMeasurement, Thermostat, ThermostatCluster, TotalVolatileOrganicCompoundsConcentrationMeasurement, WindowCovering, WindowCoveringCluster, } from 'matterbridge/matter/clusters';
|
|
8
8
|
import { ClusterId, getClusterNameById } from 'matterbridge/matter/types';
|
|
9
|
-
import { deepCopy, deepEqual, isValidArray, isValidNumber, isValidObject, kelvinToRGB, miredToKelvin } from 'matterbridge/utils';
|
|
10
9
|
import * as color from 'matterbridge/utils';
|
|
10
|
+
import { deepCopy, deepEqual, isValidArray, isValidNumber, isValidObject, kelvinToRGB, miredToKelvin } from 'matterbridge/utils';
|
|
11
11
|
export class ZigbeeEntity extends EventEmitter {
|
|
12
12
|
log;
|
|
13
13
|
serial = '';
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-zigbee2mqtt",
|
|
3
|
-
"version": "3.0.11-dev-
|
|
3
|
+
"version": "3.0.11-dev-20260426-d91071e",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "matterbridge-zigbee2mqtt",
|
|
9
|
-
"version": "3.0.11-dev-
|
|
9
|
+
"version": "3.0.11-dev-20260426-d91071e",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"moment": "2.30.1",
|
|
13
13
|
"mqtt": "5.15.1",
|
|
14
|
-
"node-ansi-logger": "3.2.
|
|
15
|
-
"node-persist-manager": "2.0.
|
|
14
|
+
"node-ansi-logger": "3.2.1",
|
|
15
|
+
"node-persist-manager": "2.0.2"
|
|
16
16
|
},
|
|
17
17
|
"engines": {
|
|
18
18
|
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
@@ -32,12 +32,12 @@
|
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
34
|
"node_modules/@types/node": {
|
|
35
|
-
"version": "25.
|
|
36
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.
|
|
37
|
-
"integrity": "sha512
|
|
35
|
+
"version": "25.6.0",
|
|
36
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
|
|
37
|
+
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
|
|
38
38
|
"license": "MIT",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"undici-types": "~7.
|
|
40
|
+
"undici-types": "~7.19.0"
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"node_modules/@types/readable-stream": {
|
|
@@ -352,13 +352,13 @@
|
|
|
352
352
|
"license": "MIT"
|
|
353
353
|
},
|
|
354
354
|
"node_modules/node-ansi-logger": {
|
|
355
|
-
"version": "3.2.
|
|
356
|
-
"resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.2.
|
|
357
|
-
"integrity": "sha512-
|
|
355
|
+
"version": "3.2.1",
|
|
356
|
+
"resolved": "https://registry.npmjs.org/node-ansi-logger/-/node-ansi-logger-3.2.1.tgz",
|
|
357
|
+
"integrity": "sha512-R5YptDlGVfVqACSiOtfmAwV+N/ytj8crwXStrs9d9kdAXYT4xF1J1H5qfhGbXsot06OHSha76Y2Fq66sIzMq2A==",
|
|
358
358
|
"hasShrinkwrap": true,
|
|
359
359
|
"license": "Apache-2.0",
|
|
360
360
|
"engines": {
|
|
361
|
-
"node": ">=20.
|
|
361
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
362
362
|
},
|
|
363
363
|
"funding": {
|
|
364
364
|
"type": "buymeacoffee",
|
|
@@ -366,16 +366,16 @@
|
|
|
366
366
|
}
|
|
367
367
|
},
|
|
368
368
|
"node_modules/node-persist-manager": {
|
|
369
|
-
"version": "2.0.
|
|
370
|
-
"resolved": "https://registry.npmjs.org/node-persist-manager/-/node-persist-manager-2.0.
|
|
371
|
-
"integrity": "sha512-
|
|
369
|
+
"version": "2.0.2",
|
|
370
|
+
"resolved": "https://registry.npmjs.org/node-persist-manager/-/node-persist-manager-2.0.2.tgz",
|
|
371
|
+
"integrity": "sha512-FGDdNOH4c6Xqb2LwTZ55GT0UaoqaOiWJ+hWt+O7w1+9QIUQh2NsaXPtGaTiibvCi6cX823JTFQPJK2NRseLTvw==",
|
|
372
372
|
"hasShrinkwrap": true,
|
|
373
373
|
"license": "Apache-2.0",
|
|
374
374
|
"dependencies": {
|
|
375
375
|
"node-persist": "4.0.4"
|
|
376
376
|
},
|
|
377
377
|
"engines": {
|
|
378
|
-
"node": ">=20.
|
|
378
|
+
"node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
|
|
379
379
|
},
|
|
380
380
|
"funding": {
|
|
381
381
|
"type": "buymeacoffee",
|
|
@@ -543,9 +543,9 @@
|
|
|
543
543
|
"license": "MIT"
|
|
544
544
|
},
|
|
545
545
|
"node_modules/undici-types": {
|
|
546
|
-
"version": "7.
|
|
547
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
548
|
-
"integrity": "sha512-
|
|
546
|
+
"version": "7.19.2",
|
|
547
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
|
|
548
|
+
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
|
|
549
549
|
"license": "MIT"
|
|
550
550
|
},
|
|
551
551
|
"node_modules/util-deprecate": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "matterbridge-zigbee2mqtt",
|
|
3
|
-
"version": "3.0.11-dev-
|
|
3
|
+
"version": "3.0.11-dev-20260426-d91071e",
|
|
4
4
|
"description": "Matterbridge zigbee2mqtt plugin",
|
|
5
5
|
"author": "https://github.com/Luligu",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"moment": "2.30.1",
|
|
69
69
|
"mqtt": "5.15.1",
|
|
70
|
-
"node-ansi-logger": "3.2.
|
|
71
|
-
"node-persist-manager": "2.0.
|
|
70
|
+
"node-ansi-logger": "3.2.1",
|
|
71
|
+
"node-persist-manager": "2.0.2"
|
|
72
72
|
},
|
|
73
73
|
"overrides": {
|
|
74
|
-
"eslint": "10.1
|
|
74
|
+
"eslint": "10.2.1",
|
|
75
75
|
"@eslint/js": "10.0.1"
|
|
76
76
|
}
|
|
77
77
|
}
|