@enyo-energy/energy-app-sdk 0.0.151 → 0.0.152
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.
|
@@ -253,6 +253,12 @@ export interface EnyoDataBusMeterValuesUpdateV1 extends EnyoDataBusMessage {
|
|
|
253
253
|
data: {
|
|
254
254
|
/** Power from Grid (in Watt), negative: grid feed in, positive: grid consumption*/
|
|
255
255
|
gridPowerW?: number;
|
|
256
|
+
/** Power on phase L1 (in Watt), negative: grid feed in, positive: grid consumption */
|
|
257
|
+
gridPowerPhase1W?: number;
|
|
258
|
+
/** Power on phase L2 (in Watt), negative: grid feed in, positive: grid consumption */
|
|
259
|
+
gridPowerPhase2W?: number;
|
|
260
|
+
/** Power on phase L3 (in Watt), negative: grid feed in, positive: grid consumption */
|
|
261
|
+
gridPowerPhase3W?: number;
|
|
256
262
|
/** Grid Feed in (in Watt hours) */
|
|
257
263
|
gridFeedInWh: number;
|
|
258
264
|
/** Grid Consumption in (in Watt hours) */
|
package/dist/cjs/version.cjs
CHANGED
|
@@ -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.
|
|
12
|
+
exports.SDK_VERSION = '0.0.152';
|
|
13
13
|
/**
|
|
14
14
|
* Gets the current SDK version.
|
|
15
15
|
* @returns The semantic version string of the SDK
|
package/dist/cjs/version.d.cts
CHANGED
|
@@ -253,6 +253,12 @@ export interface EnyoDataBusMeterValuesUpdateV1 extends EnyoDataBusMessage {
|
|
|
253
253
|
data: {
|
|
254
254
|
/** Power from Grid (in Watt), negative: grid feed in, positive: grid consumption*/
|
|
255
255
|
gridPowerW?: number;
|
|
256
|
+
/** Power on phase L1 (in Watt), negative: grid feed in, positive: grid consumption */
|
|
257
|
+
gridPowerPhase1W?: number;
|
|
258
|
+
/** Power on phase L2 (in Watt), negative: grid feed in, positive: grid consumption */
|
|
259
|
+
gridPowerPhase2W?: number;
|
|
260
|
+
/** Power on phase L3 (in Watt), negative: grid feed in, positive: grid consumption */
|
|
261
|
+
gridPowerPhase3W?: number;
|
|
256
262
|
/** Grid Feed in (in Watt hours) */
|
|
257
263
|
gridFeedInWh: number;
|
|
258
264
|
/** Grid Consumption in (in Watt hours) */
|
package/dist/version.d.ts
CHANGED
package/dist/version.js
CHANGED