Skip to content

Commit 268dc85

Browse files
authored
ChargePoint._handle_call return response (#538)
Make `ChargePoint._handle_call` has the response` as return value.
1 parent b8eb7d6 commit 268dc85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Change log
22

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

99

1010
## 0.23.0 (2023-11-30)

ocpp/charge_point.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ async def _handle_call(self, msg):
267267
# '_on_after' hooks are not required. Therefore ignore exception
268268
# when no '_on_after' hook is installed.
269269
pass
270+
return response
270271

271272
async def call(self, payload, suppress=True, unique_id=None):
272273
"""

0 commit comments

Comments
 (0)