fix: make the ATG wait for running transactions to be stopped
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 9b8fd1c517a7199465febcb0bb9df792ff4d3500..38890575f176c9f4f635a0d91a91d1b077570e01 100644 (file)
@@ -38,10 +38,9 @@ export class Constants {
   static readonly DEFAULT_HEARTBEAT_INTERVAL = 60000 // Ms
   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_CHARGING_STATION_RESET_TIME = 60000 // Ms
 
+  static readonly DEFAULT_ATG_WAIT_TIME = 1000 // Ms
   static readonly DEFAULT_ATG_CONFIGURATION: AutomaticTransactionGeneratorConfiguration =
     Object.freeze({
       enable: false,