Skip to content

Commit

Permalink
CHAR-3326 ChargePoint._handle_call return response
Browse files Browse the repository at this point in the history
  • Loading branch information
wafa-yah committed Dec 1, 2023
1 parent 98a7d39 commit e8b23b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocpp/charge_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ async def _handle_call(self, msg):
# '_on_after' hooks are not required. Therefore ignore exception
# when no '_on_after' hook is installed.
pass
return response

async def call(self, payload, suppress=True, unique_id=None):
"""
Expand Down

0 comments on commit e8b23b2

Please sign in to comment.