fix: make ATG wait for CS/connector availability
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 93c5bd9f412cf7b1e82b35aa543ce1bcf3144ee0..2a184016371efa766b3d633051a1a17c9ff951d2 100644 (file)
@@ -6,6 +6,7 @@ export class Constants {
   static readonly DEFAULT_METER_VALUES_INTERVAL = 60000; // Ms
 
   static readonly CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // Ms
+  static readonly CHARGING_STATION_ATG_AVAILABILITY_TIME = 1000; // Ms
   static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms
 
   static readonly DEFAULT_ATG_CONFIGURATION: AutomaticTransactionGeneratorConfiguration =