later the response is sent
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
chargingStation,
commandPayload
)) as ResType
- this.emit(commandName, chargingStation, commandPayload, response)
} catch (error) {
// Log
logger.error(
response,
commandName
)
+ this.emit(commandName, chargingStation, commandPayload, response)
}
private validatePayload (
chargingStation,
commandPayload
)) as ResType
- this.emit(commandName, chargingStation, commandPayload, response)
} catch (error) {
// Log
logger.error(
response,
commandName
)
+ this.emit(commandName, chargingStation, commandPayload, response)
}
private validatePayload (