Use import type where appropriate
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 7cc8023f8a729acb6160d2fd089a37285d8d2414..789ce248bc3d5e40beba0ccc2a2e221a618501fb 100644 (file)
@@ -92,6 +92,7 @@ export default interface ChargingStationTemplate {
   transactionDataMeterValues?: boolean;
   mainVoltageMeterValues?: boolean;
   phaseLineToLineVoltageMeterValues?: boolean;
+  customValueLimitationMeterValues?: boolean;
   Configuration?: ChargingStationOcppConfiguration;
   AutomaticTransactionGenerator: AutomaticTransactionGenerator;
   Connectors: Record<string, ConnectorStatus>;