X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcharging-station%2Fui-websocket-services%2FAbstractUIService.ts;h=680a73eb07ae0ea040396b1ab75df1165ef1e250;hb=9934652ccbc6e7e63b2a029ff294093aa22d128c;hp=0bc34bd99772f6e2f5cde37d397717af5d69668e;hpb=e7aeea18e189dd087c8f951cf77a253e2818ae90;p=e-mobility-charging-stations-simulator.git diff --git a/src/charging-station/ui-websocket-services/AbstractUIService.ts b/src/charging-station/ui-websocket-services/AbstractUIService.ts index 0bc34bd9..680a73eb 100644 --- a/src/charging-station/ui-websocket-services/AbstractUIService.ts +++ b/src/charging-station/ui-websocket-services/AbstractUIService.ts @@ -16,7 +16,7 @@ export default abstract class AbstractUIService { ]); } - public async handleMessage(command: ProtocolCommand, payload: JsonType): Promise { + public async messageHandler(command: ProtocolCommand, payload: JsonType): Promise { let messageResponse: JsonType; if (this.messageHandlers.has(command)) { try {