Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Bind to this more OCPP request sending methods
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
  • Loading branch information
Jérôme Benoit committed Mar 15, 2022
1 parent 42a3eee commit 54ce9b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/charging-station/ocpp/OCPPRequestService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ export default abstract class OCPPRequestService {
this.chargingStation = chargingStation;
this.ocppResponseService = ocppResponseService;
this.sendMessageHandler.bind(this);
this.sendResult.bind(this);
this.sendError.bind(this);
}

public static getInstance<T extends OCPPRequestService>(
Expand Down

0 comments on commit 54ce9b7

Please sign in to comment.