Version 1.1.50
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index b68317db0ebed9f994ea2d2a76b069ec74fe37c5..59a419971c5de0810565e6b607b83f7160a96c8d 100644 (file)
@@ -33,7 +33,7 @@ export default class Constants {
   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';
+  static readonly DEFAULT_IDTAG = '00000000';
 
   static readonly ELEMENT_START_DELAY = 0;
   static readonly WORKER_START_DELAY = 500;