feat(simulator): wait when necessary between phases at firmware update
[e-mobility-charging-stations-simulator.git] / src / charging-station / ocpp / 2.0 / OCPP20RequestService.ts
index f9d0b75855349654c2010c7ad6653af87fe2bf83..49cd8008f74f09b5f273bc9ffcdb5c6de98d980b 100644 (file)
@@ -68,6 +68,7 @@ export class OCPP20RequestService extends OCPPRequestService {
     commandParams?: JsonType,
     params?: RequestParams
   ): Promise<ResponseType> {
+    // FIXME?: add sanity checks on charging station availability, connector availability, connector status, etc.
     if (OCPP20ServiceUtils.isRequestCommandSupported(chargingStation, commandName) === true) {
       return (await this.sendMessage(
         chargingStation,