GetPlanStrategy returns the plan strategy
()
| 437 | |
| 438 | // GetPlanStrategy returns the plan strategy |
| 439 | func (lp *Loadpoint) GetPlanStrategy() api.PlanStrategy { |
| 440 | lp.RLock() |
| 441 | defer lp.RUnlock() |
| 442 | return lp.getPlanStrategy() |
| 443 | } |
| 444 | |
| 445 | // GetSoc returns the PV mode threshold settings |
| 446 | func (lp *Loadpoint) GetSocConfig() loadpoint.SocConfig { |
nothing calls this directly
no test coverage detected