matterbridge-eve-energy 2.0.0 → 2.0.1-dev-20251112-056b87a

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
@@ -17,6 +17,19 @@
17
17
 
18
18
  All notable changes to this project will be documented in this file.
19
19
 
20
+ ## [2.0.1] - 2025-11-11
21
+
22
+ ### Changed
23
+
24
+ - [package]: Updated dependencies.
25
+ - [package]: Bumped package to automator v. 2.0.12.
26
+ - [jest]: Updated jestHelpers to v. 1.0.12.
27
+ - [workflows]: Use shallow clones and --no-fund --no-audit for faster builds.
28
+
29
+ <a href="https://www.buymeacoffee.com/luligugithub">
30
+ <img src="bmc-button.svg" alt="Buy me a coffee" width="80">
31
+ </a>
32
+
20
33
  ## [2.0.0] - 2025-10-24
21
34
 
22
35
  ### Changed
package/dist/module.js CHANGED
@@ -19,7 +19,7 @@ export class EveEnergyPlatform extends MatterbridgeAccessoryPlatform {
19
19
  async onStart(reason) {
20
20
  this.log.info('onStart called with reason:', reason ?? 'none');
21
21
  this.history = new MatterHistory(this.log, 'Eve energy', { filePath: this.matterbridge.matterbridgeDirectory, enableDebug: this.config.debug });
22
- this.energy = new MatterbridgeEndpoint([onOffOutlet, powerSource], { uniqueStorageKey: 'Eve energy', mode: this.matterbridge.bridgeMode === 'bridge' ? 'server' : undefined }, this.config.debug);
22
+ this.energy = new MatterbridgeEndpoint([onOffOutlet, powerSource], { id: 'Eve energy', mode: this.matterbridge.bridgeMode === 'bridge' ? 'server' : undefined }, this.config.debug);
23
23
  this.energy.createDefaultIdentifyClusterServer();
24
24
  this.energy.createDefaultBasicInformationClusterServer('Eve energy', '0x88528475', 4874, 'Eve Systems', 80, 'Eve Energy 20EBO8301', 6650, '3.2.1', 1, '1.1');
25
25
  this.energy.createDefaultGroupsClusterServer();
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "matterbridge-eve-energy",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-dev-20251112-056b87a",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "matterbridge-eve-energy",
9
- "version": "2.0.0",
9
+ "version": "2.0.1-dev-20251112-056b87a",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "matter-history": "1.1.19",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "matterbridge-eve-energy",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-dev-20251112-056b87a",
4
4
  "description": "Matterbridge eve energy with history",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",