Add exponential delay at reconnect
[e-mobility-charging-stations-simulator.git] / src / types / ChargingStationTemplate.ts
index 255fb8d0563fe83be9f1366af79745b73d4e01d2..5c2081db19589ee7449c8b3fe2bc7aee8ffe4a13 100644 (file)
@@ -40,6 +40,7 @@ export default interface ChargingStationTemplate {
   useConnectorId0?: boolean;
   randomConnectors?: boolean;
   resetTime?: number;
+  reconnectExponentialDelay?: boolean;
   enableStatistics?: boolean;
   voltageOut?: number;
   Configuration?: ChargingStationConfiguration;