SocBasedPlanning returns true if soc based planning is enabled
()
| 141 | |
| 142 | // SocBasedPlanning returns true if soc based planning is enabled |
| 143 | func (lp *Loadpoint) SocBasedPlanning() bool { |
| 144 | return lp.socBasedPlanning() |
| 145 | } |
| 146 | |
| 147 | // effectiveMinCurrent returns the effective min current |
| 148 | func (lp *Loadpoint) effectiveMinCurrent() float64 { |
nothing calls this directly
no test coverage detected