X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2FChargingStation.ts;fp=src%2Fcharging-station%2FChargingStation.ts;h=c31c00f7b49343b8b3f92f0e15daeb34e0b8c5ce;hb=314793aaf25bf1a99deb3f8209c09421235942ba;hp=ecd858c9a78e676b2aa0e9990d9359d593144899;hpb=5b7bbdba3612e2f5748a4c21b46ba7bee89ddaba;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ChargingStation.ts b/src/charging-station/ChargingStation.ts index ecd858c9..c31c00f7 100644 --- a/src/charging-station/ChargingStation.ts +++ b/src/charging-station/ChargingStation.ts @@ -943,7 +943,7 @@ export class ChargingStation extends EventEmitter { ) } return await this.ocppRequestService.requestHandler< - StopTransactionRequest, + Partial, StopTransactionResponse >(this, RequestCommand.STOP_TRANSACTION, { transactionId,