Fix max number of connectors calculation.
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.js
index 8873280f3629ba05093d3385a55595027ae1ee2a..ba2412c2a08d87f723c8093c1a1b960fcd9eb38e 100644 (file)
@@ -138,6 +138,9 @@ class Constants {
 
   static STATUS_NOTIFICATION_TIMEOUT = 500;
   static START_TRANSACTION_TIMEOUT = 500;
+
+  static CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // ms
+  static CHARGING_STATION_ATG_WAIT_TIME = 2000; // ms
 }
 
 module.exports = Constants;