X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FPerformanceStatistics.ts;h=9594fb3f24f1e1d989f0694c550c7b1ecd2db75a;hb=534434b0ac7e1b9803ffc0d23c6f4ebf88b2c32a;hp=515467a6078a12b9bac150dd0d5d0ce1b6ab8906;hpb=b57115d885b67a95cc61452ce70b291a1eeb65a9;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/PerformanceStatistics.ts b/src/utils/PerformanceStatistics.ts index 515467a6..9594fb3f 100644 --- a/src/utils/PerformanceStatistics.ts +++ b/src/utils/PerformanceStatistics.ts @@ -113,7 +113,7 @@ export default class PerformanceStatistics { private addPerformanceTimer(command: RequestCommand | IncomingRequestCommand, duration: number): void { // Map to proper command name const MAPCOMMAND = { - sendMeterValues: RequestCommand.METERVALUES, + sendMeterValues: RequestCommand.METER_VALUES, startTransaction: RequestCommand.START_TRANSACTION, stopTransaction: RequestCommand.STOP_TRANSACTION, };