Spell fixlets
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 593aa42a2405341ee4ecdc3d21f4f1ba9e7b8319..2852d8f634a481198e4340c96f3dd08e859445cc 100644 (file)
@@ -30,8 +30,8 @@ export default class Constants {
   static readonly OCPP_TRIGGER_MESSAGE_DELAY = 2000; // Ms
 
   static readonly CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // Ms
-  static readonly CHARGING_STATION_ATG_WAIT_TIME = 2000; // Ms
   static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms
+  static readonly CHARGING_STATION_ATG_DEFAULT_STOP_AFTER_HOURS = 0.25; // Hours
 
   static readonly TRANSACTION_DEFAULT_IDTAG = '00000000';