Update dependency.
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index eab54ea5fe962be57997184ff6997d96d96780c5..56652b374e5ff0c301218c1eea7cb8d683274c92 100644 (file)
@@ -50,5 +50,7 @@ export default class Constants {
   static readonly CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // Ms
   static readonly CHARGING_STATION_ATG_WAIT_TIME = 2000; // Ms
 
+  static readonly MAXIMUM_MEASUREMENTS_NUMBER = 2000;
+
   static readonly TRANSACTION_DEFAULT_IDTAG = '00000000';
 }