()
| 258 | } |
| 259 | |
| 260 | func (lp *Loadpoint) getEffectivePlanStrategy() api.PlanStrategy { |
| 261 | if v := lp.GetVehicle(); v != nil { |
| 262 | if lp.socBasedPlanning() { |
| 263 | return vehicle.Settings(lp.log, v).GetPlanStrategy() |
| 264 | } |
| 265 | } |
| 266 | |
| 267 | return lp.getPlanStrategy() |
| 268 | } |
no test coverage detected