matterbridge-zigbee2mqtt 2.7.0-dev-20250710-325cd3c → 2.7.0-dev-20250711-6299fe0

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 CHANGED
@@ -26,6 +26,7 @@ If your controller has issues detecting the new device type, blacklist these dev
26
26
  ### Added
27
27
 
28
28
  - [entity]: Added the ability to cache commands on a single light device or group. They will be executed in once. This helps to execute global controller scenes in large setups.
29
+ - [composed]: Added the ability to send commands on subenpoint also for ColorControl cluster.
29
30
 
30
31
  ### Changed
31
32
 
@@ -41,8 +42,6 @@ If your controller has issues detecting the new device type, blacklist these dev
41
42
  - [CodeQL]: Added CodeQL badge in the readme.
42
43
  - [Codecov]: Added Codecov badge in the readme.
43
44
 
44
- ### Fixed
45
-
46
45
  <a href="https://www.buymeacoffee.com/luligugithub">
47
46
  <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
48
47
  </a>
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "2.7.0-dev-20250710-325cd3c",
3
+ "version": "2.7.0-dev-20250711-6299fe0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-zigbee2mqtt",
9
- "version": "2.7.0-dev-20250710-325cd3c",
9
+ "version": "2.7.0-dev-20250711-6299fe0",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "moment": "2.30.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-zigbee2mqtt",
3
- "version": "2.7.0-dev-20250710-325cd3c",
3
+ "version": "2.7.0-dev-20250711-6299fe0",
4
4
  "description": "Matterbridge zigbee2mqtt plugin",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",