Skip to content

Commit 7dc077e

Browse files
committed
Revert "fix auto phase switch scheduled charging (openWB#2533)"
This reverts commit d239792.
1 parent 92a8531 commit 7dc077e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/control/chargepoint/chargepoint.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ def chargemode_support_phase_switch(self) -> bool:
871871
for p in self.data.set.charge_template.data.chargemode.scheduled_charging.plans:
872872
if p.id == self.data.control_parameter.current_plan:
873873
phases_to_use_pv = p.phases_to_use_pv
874-
break
875874
else:
876875
phases_to_use_pv = 1
877876
scheduled_auto_switch = (

0 commit comments

Comments
 (0)