MCPcopy Create free account
hub / github.com/evcc-io/evcc / clearPlanLock

Method clearPlanLock

core/loadpoint_plan.go:25–27  ·  view source on GitHub ↗

clearPlanLock clears the locked plan goal

()

Source from the content-addressed store, hash-verified

23
24// clearPlanLock clears the locked plan goal
25func (lp *Loadpoint) clearPlanLock() {
26 lp.planLocked = PlanLock{}
27}
28
29// ClearPlanLock clears the locked plan goal
30func (lp *Loadpoint) ClearPlanLock() {

Callers 5

setPlanEnergyMethod · 0.95
ClearPlanLockMethod · 0.95
setPlanActiveMethod · 0.95
TestPlanLockingFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestPlanLockingFunction · 0.76