Skip to content

Commit b624c97

Browse files
authored
set default value retry_failed_phase_switches to False (#2154)
1 parent c66764d commit b624c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/control/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class ChargemodeConfig:
9797
"topic": "chargemode_config/phase_switch_delay"})
9898
pv_charging: PvCharging = field(default_factory=pv_charging_factory)
9999
retry_failed_phase_switches: bool = field(
100-
default=True,
100+
default=False,
101101
metadata={"topic": "chargemode_config/retry_failed_phase_switches"})
102102
scheduled_charging: ScheduledCharging = field(default_factory=scheduled_charging_factory)
103103
time_charging: TimeCharging = field(default_factory=time_charging_factory)

0 commit comments

Comments
 (0)