Skip to content

Commit

Permalink
Merge pull request #1 from IAmKonni/patch-wrong-mqtt-topic-written
Browse files Browse the repository at this point in the history
Update internal_chargepoint_handler.py
  • Loading branch information
IAmKonni authored Mar 16, 2024
2 parents 4e3305f + 95c1448 commit 3c2d141
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ def update_state(self, data: InternalChargepoint, heartbeat_expired: bool) -> No
pub.pub_single(
f"openWB/set/internal_chargepoint/{self.cp_module.local_charge_point_num}/data/trigger_phase_switch",
False)
pub_single(f"openWB/set/chargepoint/{self.hierarchy_id}/set/current", payload=data.phases_to_use)

if data.cp_interruption_duration > 0:
self.__thread_cp_interruption(data.cp_interruption_duration)
Expand Down

0 comments on commit 3c2d141

Please sign in to comment.