ocpp
ocpp copied to clipboard
How to know what action the central system sends.
The example you gave me has a response to the action sent by the charge point, but not the part that receives and processes the action sent by the central system. How do I handle the actions sent by the central system? And what would happen if the message sent by the charge point and the message sent by the central system overlap? I'm really thankful to you.
You can use ChargePoint.call()
in both sides of the connections. As well as @on()
and @after()
.