Skip to content

Commit

Permalink
Removed ready to charge check from authorisation loop
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 committed Mar 13, 2024
1 parent 6483ef0 commit f7a3f82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion iso15118/secc/states/iso15118_20_states.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ async def process_message(
if (
current_authorization_status.authorization_status
== AuthorizationStatus.ACCEPTED
and self.comm_session.evse_controller.ready_to_charge()
):
evse_processing = Processing.FINISHED
elif (
Expand Down

0 comments on commit f7a3f82

Please sign in to comment.