fix: remove monthly recurring charging profiles
[e-mobility-charging-stations-simulator.git] / src / types / ocpp / 1.6 / MeterValues.ts
index 0cfca50e1ee8aeb2ac0ce42654a83ffc3d1d64fc..74698284e2c6d2a6d70fd5af2345d9fff16fe96b 100644 (file)
@@ -77,7 +77,7 @@ export enum OCPP16MeterValuePhase {
   L3_L1 = 'L3-L1',
 }
 
-export enum MeterValueFormat {
+enum MeterValueFormat {
   RAW = 'Raw',
   SIGNED_DATA = 'SignedData',
 }