Consistent name for MeterValues related CS template tunable.
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 0c90c62235da8362bd52f91da42ee00e5fac00a5..5fff748bdbdad42c4718ac6d75e672e83b436a49 100644 (file)
@@ -63,7 +63,7 @@ export default interface ChargingStationTemplate {
   meteringPerTransaction?: boolean;
   transactionDataMeterValues?: boolean;
   mainVoltageMeterValues?: boolean;
-  phaseLineToLineVoltage?: boolean;
+  phaseLineToLineVoltageMeterValues?: boolean;
   Configuration?: ChargingStationConfiguration;
   AutomaticTransactionGenerator: AutomaticTransactionGenerator;
   Connectors: Connectors;