mobilityhouse / ocpp

Python implementation of the Open Charge Point Protocol (OCPP).
MIT License
790 stars 315 forks source link

ChargePoint._handle_call return response #539

Closed wafa-yah closed 11 months ago

wafa-yah commented 11 months ago

In our app we are logging the OCPP call results:

So basically the following:

class ChargePoint:
    ....
    ....
    async def _handle_call(self, msg):
        ....
        ....
        return response
wafa-yah commented 11 months ago

Resolved: https://github.com/mobilityhouse/ocpp/pull/538