refactor: cleanup constants namespace
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 421cac55cbc9d15ed435ab86ae65148577376625..730f1f28db9f610667c162f9edcbef7ce22900a0 100644 (file)
@@ -1,7 +1,7 @@
 import { MeterValueMeasurand } from '../types';
 
 export class Constants {
-  static readonly OCPP_DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000; // Ms
+  static readonly DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000; // Ms
 
   static readonly CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // Ms
   static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms