X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=b28674259454fce95bf2e37719a1c2e15ee4719d;hb=24e545f59c47f20f55a75c84e6619195cd1421c4;hp=ee8bcb41c8abe5aabdcf383396d7bc4f343e45e7;hpb=8114d10e3893e96bb725ce2fca9744429ee4b75b;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index ee8bcb41..b2867425 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -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,