Merge branch 'master' into feature/rawmessagelogs
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / OCPPRequestService.ts
index 9dd0e7bf9c8fdd5744d824846d190ced6e6d5247..af23a1f4fcbdd55ac4c357dfc67c12e3c35d7e8e 100644 (file)
@@ -319,7 +319,8 @@ export default abstract class OCPPRequestService {
     }
   }
 
-  public abstract sendMessageHandler<Response extends JsonType>(
+  // eslint-disable-next-line @typescript-eslint/no-unused-vars
+  public abstract sendMessageHandler<Request extends JsonType, Response extends JsonType>(
     commandName: RequestCommand,
     commandParams?: JsonType,
     params?: SendParams