Improve OCPP error handling, fix performance storage default file path
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index 8323da34440df693a08ecb6b5cd2cfe1c64d37e3..c96b8102259de7d6b29c447aed389f9ce1f966c9 100644 (file)
@@ -47,6 +47,7 @@ export default class Constants {
   static readonly DEFAULT_FLUCTUATION_PERCENT = 5;
 
   static readonly PERFORMANCE_RECORDS_FILETYPE = 'Performance records';
+  static readonly DEFAULT_PERFORMANCE_RECORDS_FILENAME = 'performanceRecords.json';
   static readonly DEFAULT_PERFORMANCE_RECORDS_DB_NAME = 'charging-stations-simulator';
   static readonly PERFORMANCE_RECORDS_TABLE = 'performanceRecords';
 }