Skip to content

Commit

Permalink
fix 5 min handler
Browse files Browse the repository at this point in the history
  • Loading branch information
LKuemmel committed Oct 30, 2024
1 parent ffa915f commit 3b262d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def handler5Min(self):
if sub.internal_chargepoint_data["global_data"].configured:
if not general_internal_chargepoint_handler.internal_chargepoint_handler.heartbeat:
log.error("Heartbeat für Internen Ladepunkt nicht zurückgesetzt.")
general_internal_chargepoint_handler.event_stop.set()
general_internal_chargepoint_handler.event_start.set()
else:
general_internal_chargepoint_handler.internal_chargepoint_handler.heartbeat = False
Expand Down

0 comments on commit 3b262d2

Please sign in to comment.