Skip to content

Commit

Permalink
ChargePoint._handle_call return response (#538)
Browse files Browse the repository at this point in the history
Make `ChargePoint._handle_call` has the
response` as return value.
  • Loading branch information
wafa-yah authored Dec 7, 2023
1 parent b8eb7d6 commit 268dc85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Change log


- [#539](https://github.com/mobilityhouse/ocpp/issues/539) Add ChargePoint._handle_call return value
- [#266](https://github.com/mobilityhouse/ocpp/issues/266) Central System documentation link
=======
- [#516](https://github.com/mobilityhouse/ocpp/issues/516) OCPP 2.0.1 add additional security events from v1.3
- [#537] (https://github.com/mobilityhouse/ocpp/pull/537) Fix DataTransfer data types
- [#537](https://github.com/mobilityhouse/ocpp/pull/537) Fix DataTransfer data types


## 0.23.0 (2023-11-30)
Expand Down
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 268dc85

Please sign in to comment.