More strict boolean checks
[e-mobility-charging-stations-simulator.git] / src / utils / Constants.ts
index ee8bcb41c8abe5aabdcf383396d7bc4f343e45e7..b28674259454fce95bf2e37719a1c2e15ee4719d 100644 (file)
@@ -101,6 +101,7 @@ export default class Constants {
   static readonly DEFAULT_LOG_STATISTICS_INTERVAL = 60; // Seconds
 
   static readonly DEFAULT_HEARTBEAT_INTERVAL = 60000; // Ms
+  static readonly DEFAULT_METER_VALUES_INTERVAL = 60000; // Ms
 
   static readonly SUPPORTED_MEASURANDS = Object.freeze([
     MeterValueMeasurand.STATE_OF_CHARGE,