Make the station worker self contained.
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.js
index d8a265c51091bdcce2ad7b8f58bdddbe0478b7fb..3c7e13a05939c2afed7824ca65b4a5520220d234 100644 (file)
@@ -134,6 +134,9 @@ class Constants {
   static OCPP_VERSION_15 = '1.5';
   static OCPP_VERSION_16 = '1.6';
   static OCPP_VERSION_20 = '2.0';
+
+  static STATUS_NOTIFICATION_TIMEOUT = 500;
+  static START_TRANSACTION_TIMEOUT = 500;
 }
 
 module.exports = Constants;