matterbridge-zigbee2mqtt 2.4.2 → 2.4.4-dev.1
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 +22 -0
- package/README.md +0 -1
- package/dist/entity.js +119 -373
- package/dist/index.js +0 -35
- package/dist/payloadTypes.js +0 -23
- package/dist/platform.js +3 -49
- package/dist/zigbee2mqtt.js +22 -272
- package/dist/zigbee2mqttTypes.js +0 -23
- package/matterbridge-zigbee2mqtt.schema.json +2 -6
- package/npm-shrinkwrap.json +44 -14
- package/package.json +1 -2
- package/dist/entity.d.ts +0 -492
- package/dist/entity.d.ts.map +0 -1
- package/dist/entity.js.map +0 -1
- package/dist/index.d.ts +0 -40
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js.map +0 -1
- package/dist/payloadTypes.d.ts +0 -25
- package/dist/payloadTypes.d.ts.map +0 -1
- package/dist/payloadTypes.js.map +0 -1
- package/dist/platform.d.ts +0 -85
- package/dist/platform.d.ts.map +0 -1
- package/dist/platform.js.map +0 -1
- package/dist/zigbee2mqtt.d.ts +0 -182
- package/dist/zigbee2mqtt.d.ts.map +0 -1
- package/dist/zigbee2mqtt.js.map +0 -1
- package/dist/zigbee2mqttTypes.d.ts +0 -350
- package/dist/zigbee2mqttTypes.d.ts.map +0 -1
- package/dist/zigbee2mqttTypes.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,28 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
4
4
|
|
|
5
5
|
All notable changes to this project will be documented in this file.
|
|
6
6
|
|
|
7
|
+
## [2.4.4-dev.1] - 2025-02-01
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
|
|
11
|
+
- [plugin]: Requires Matterbridge 2.1.0.
|
|
12
|
+
- [package]: Updated dependencies.
|
|
13
|
+
|
|
14
|
+
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
15
|
+
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
|
16
|
+
</a>
|
|
17
|
+
|
|
18
|
+
## [2.4.3] - 2025-01-20
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- [plugin]: Requires Matterbridge 1.7.3.
|
|
23
|
+
- [package]: Updated dependencies.
|
|
24
|
+
|
|
25
|
+
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
26
|
+
<img src="./yellow-button.png" alt="Buy me a coffee" width="120">
|
|
27
|
+
</a>
|
|
28
|
+
|
|
7
29
|
## [2.4.2] - 2025-01-11
|
|
8
30
|
|
|
9
31
|
### Fixed
|
package/README.md
CHANGED
|
@@ -261,4 +261,3 @@ For general controller issues check the Matterbridge Known issues section
|
|
|
261
261
|
In the plugin config add each switch device to the lightList or outletList. Matterbridge uses a modified switch device type without client cluster that Alexa doesn't recognize.
|
|
262
262
|
|
|
263
263
|
## SmartThings
|
|
264
|
-
|