@enyo-energy/energy-app-sdk 0.0.175 → 0.0.176

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.
@@ -625,6 +625,12 @@ export interface EnyoDataBusAggregatedStateValuesV1 extends EnyoDataBusMessage {
625
625
  gridPowerPhase2W?: number;
626
626
  /** Grid power on phase L3 (in Watt). Negative: grid feed in, positive: grid consumption */
627
627
  gridPowerPhase3W?: number;
628
+ /**
629
+ * Time resolution of the aggregated grid power values (e.g. the sampling
630
+ * interval the `gridPowerW` / `gridPowerPhaseXW` values were measured at).
631
+ * Use `'dynamic'` when the values are forwarded as events occur.
632
+ */
633
+ gridPowerResolution: EnyoDataBusMessageResolution;
628
634
  gridConsumptionW?: number;
629
635
  gridFeedInW?: number;
630
636
  homeConsumptionW?: number;
@@ -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.175';
12
+ exports.SDK_VERSION = '0.0.176';
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.175";
8
+ export declare const SDK_VERSION = "0.0.176";
9
9
  /**
10
10
  * Gets the current SDK version.
11
11
  * @returns The semantic version string of the SDK
@@ -625,6 +625,12 @@ export interface EnyoDataBusAggregatedStateValuesV1 extends EnyoDataBusMessage {
625
625
  gridPowerPhase2W?: number;
626
626
  /** Grid power on phase L3 (in Watt). Negative: grid feed in, positive: grid consumption */
627
627
  gridPowerPhase3W?: number;
628
+ /**
629
+ * Time resolution of the aggregated grid power values (e.g. the sampling
630
+ * interval the `gridPowerW` / `gridPowerPhaseXW` values were measured at).
631
+ * Use `'dynamic'` when the values are forwarded as events occur.
632
+ */
633
+ gridPowerResolution: EnyoDataBusMessageResolution;
628
634
  gridConsumptionW?: number;
629
635
  gridFeedInW?: number;
630
636
  homeConsumptionW?: number;
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.175";
8
+ export declare const SDK_VERSION = "0.0.176";
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.175';
8
+ export const SDK_VERSION = '0.0.176';
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/energy-app-sdk",
3
- "version": "0.0.175",
3
+ "version": "0.0.176",
4
4
  "description": "enyo Energy App SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",