The current schema defines messageType as the following enum: ["CALL", "CALLRESULT", "CALLERROR"]
However, the 2.1 OCPP-J spec introduced 2 additional message types: CALLRESULTERROR and SEND. I assume these should be covered if a goal is for broad version support?
The current schema defines
messageTypeas the following enum:["CALL", "CALLRESULT", "CALLERROR"]However, the 2.1 OCPP-J spec introduced 2 additional message types:
CALLRESULTERRORandSEND. I assume these should be covered if a goal is for broad version support?