Java-OCA-OCPP
Java-OCA-OCPP copied to clipboard
Implement CALLERROR: SecurityError response
OCPP 2.0.1 requires a CALLERROR: SecurityError response from the CSMS if the Charging Station sends a request before having been accepted.
Implement a mechanism to send this response, by throwing the newly added SecurityErrorException in the message handler of a disallowed request.
This fixes issue #350.