@enyo-energy/sunspec-sdk 0.0.34 → 0.0.36

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.
@@ -164,6 +164,7 @@ class SunspecInverter extends BaseSunspecDevice {
164
164
  serialNumber: commonData?.serialNumber,
165
165
  modelName: commonData?.model,
166
166
  vendorName: commonData?.manufacturer,
167
+ modbus: { unitId: this.unitId },
167
168
  },
168
169
  inverter: {
169
170
  dcStrings: this.mapDcStringToApplianceMetadata(this.mapMPPTToStrings(mpptDataList)),
@@ -413,6 +414,7 @@ class SunspecBattery extends BaseSunspecDevice {
413
414
  serialNumber: commonData?.serialNumber,
414
415
  modelName: commonData?.model,
415
416
  vendorName: commonData?.manufacturer,
417
+ modbus: { unitId: this.unitId },
416
418
  },
417
419
  battery: {
418
420
  connectedToApplianceId: inverterApplianceId,
@@ -901,6 +903,7 @@ class SunspecMeter extends BaseSunspecDevice {
901
903
  serialNumber: commonData?.serialNumber,
902
904
  modelName: commonData?.model,
903
905
  vendorName: commonData?.manufacturer,
906
+ modbus: { unitId: this.unitId },
904
907
  },
905
908
  topology: {
906
909
  features: [enyo_appliance_js_1.EnyoApplianceTopologyFeatureEnum.IntermediateOfPrimaryMeter]
@@ -9,7 +9,7 @@ exports.getSdkVersion = getSdkVersion;
9
9
  /**
10
10
  * Current version of the enyo Energy App SDK.
11
11
  */
12
- exports.SDK_VERSION = '0.0.34';
12
+ exports.SDK_VERSION = '0.0.36';
13
13
  /**
14
14
  * Gets the current SDK version.
15
15
  * @returns The semantic version string of the SDK
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * Current version of the enyo Energy App SDK.
7
7
  */
8
- export declare const SDK_VERSION = "0.0.34";
8
+ export declare const SDK_VERSION = "0.0.36";
9
9
  /**
10
10
  * Gets the current SDK version.
11
11
  * @returns The semantic version string of the SDK
@@ -160,6 +160,7 @@ export class SunspecInverter extends BaseSunspecDevice {
160
160
  serialNumber: commonData?.serialNumber,
161
161
  modelName: commonData?.model,
162
162
  vendorName: commonData?.manufacturer,
163
+ modbus: { unitId: this.unitId },
163
164
  },
164
165
  inverter: {
165
166
  dcStrings: this.mapDcStringToApplianceMetadata(this.mapMPPTToStrings(mpptDataList)),
@@ -408,6 +409,7 @@ export class SunspecBattery extends BaseSunspecDevice {
408
409
  serialNumber: commonData?.serialNumber,
409
410
  modelName: commonData?.model,
410
411
  vendorName: commonData?.manufacturer,
412
+ modbus: { unitId: this.unitId },
411
413
  },
412
414
  battery: {
413
415
  connectedToApplianceId: inverterApplianceId,
@@ -895,6 +897,7 @@ export class SunspecMeter extends BaseSunspecDevice {
895
897
  serialNumber: commonData?.serialNumber,
896
898
  modelName: commonData?.model,
897
899
  vendorName: commonData?.manufacturer,
900
+ modbus: { unitId: this.unitId },
898
901
  },
899
902
  topology: {
900
903
  features: [EnyoApplianceTopologyFeatureEnum.IntermediateOfPrimaryMeter]
package/dist/version.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * Current version of the enyo Energy App SDK.
7
7
  */
8
- export declare const SDK_VERSION = "0.0.34";
8
+ export declare const SDK_VERSION = "0.0.36";
9
9
  /**
10
10
  * Gets the current SDK version.
11
11
  * @returns The semantic version string of the SDK
package/dist/version.js CHANGED
@@ -5,7 +5,7 @@
5
5
  /**
6
6
  * Current version of the enyo Energy App SDK.
7
7
  */
8
- export const SDK_VERSION = '0.0.34';
8
+ export const SDK_VERSION = '0.0.36';
9
9
  /**
10
10
  * Gets the current SDK version.
11
11
  * @returns The semantic version string of the SDK
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enyo-energy/sunspec-sdk",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "description": "enyo Energy Sunspec SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -37,7 +37,7 @@
37
37
  "typescript": "^5.8.3"
38
38
  },
39
39
  "dependencies": {
40
- "@enyo-energy/energy-app-sdk": "^0.0.68"
40
+ "@enyo-energy/energy-app-sdk": "^0.0.72"
41
41
  },
42
42
  "volta": {
43
43
  "node": "22.17.0"