energy-flow-control--types-and-enums 1.0.275 → 1.0.276

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "energy-flow-control--types-and-enums",
3
- "version": "1.0.275",
3
+ "version": "1.0.276",
4
4
  "description": "",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -295,4 +295,7 @@ export enum EnumMetricChannel {
295
295
  ISOLATION_RESISTANCE = 'string.isolationResistance',
296
296
  POWER_GRANTED = 'power.charging',
297
297
  POWER_MEASURED = 'power.measured',
298
+ GRID_CURRENT_L1 = 'GRID_CURRENT_L1',
299
+ GRID_CURRENT_L2 = 'GRID_CURRENT_L2',
300
+ GRID_CURRENT_L3 = 'GRID_CURRENT_L3',
298
301
  }
package/src/index.js CHANGED
@@ -297,4 +297,7 @@ var EnumMetricChannel;
297
297
  EnumMetricChannel["ISOLATION_RESISTANCE"] = "string.isolationResistance";
298
298
  EnumMetricChannel["POWER_GRANTED"] = "power.charging";
299
299
  EnumMetricChannel["POWER_MEASURED"] = "power.measured";
300
+ EnumMetricChannel["GRID_CURRENT_L1"] = "GRID_CURRENT_L1";
301
+ EnumMetricChannel["GRID_CURRENT_L2"] = "GRID_CURRENT_L2";
302
+ EnumMetricChannel["GRID_CURRENT_L3"] = "GRID_CURRENT_L3";
300
303
  })(EnumMetricChannel || (exports.EnumMetricChannel = EnumMetricChannel = {}));