From 11779a6f0a4962f7aa7e0b3422bc8bfb0f455f18 Mon Sep 17 00:00:00 2001 From: andig Date: Mon, 23 Dec 2024 19:56:05 +0100 Subject: [PATCH] chore: minor --- core/loadpoint_effective.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/loadpoint_effective.go b/core/loadpoint_effective.go index f2d8199361..7f16f5f946 100644 --- a/core/loadpoint_effective.go +++ b/core/loadpoint_effective.go @@ -80,7 +80,7 @@ func (lp *Loadpoint) EffectivePlanSoc() int { return soc } -// EffectivePlanSoc returns the id for the current plan +// EffectivePlanId returns the id for the current plan func (lp *Loadpoint) EffectivePlanId() int { if lp.socBasedPlanning() { _, _, id := lp.nextVehiclePlan()