getMinCurrent returns the max loadpoint current
()
| 719 | |
| 720 | // getMinCurrent returns the max loadpoint current |
| 721 | func (lp *Loadpoint) getMinCurrent() float64 { |
| 722 | return lp.minCurrent |
| 723 | } |
| 724 | |
| 725 | // setMinCurrent sets the min loadpoint current (no mutex) |
| 726 | func (lp *Loadpoint) setMinCurrent(current float64) { |
no outgoing calls
no test coverage detected