Skip to content

Commit c6e78e6

Browse files
LKuemmelbenderl
authored andcommitted
fix merge error
1 parent 1e10640 commit c6e78e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/control/ev/charge_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def eco_charging(self,
291291
sub_mode = "stop"
292292
message = self.AMOUNT_REACHED
293293
elif data.data.optional_data.et_provider_available():
294-
if data.data.optional_data.et_price_lower_than_limit(eco_charging.max_price):
294+
if data.data.optional_data.et_charging_allowed(eco_charging.max_price):
295295
sub_mode = "instant_charging"
296296
message = self.CHARGING_PRICE_LOW
297297
else:

0 commit comments

Comments
 (0)