getMaxCurrent returns the max loadpoint current
()
| 755 | |
| 756 | // getMaxCurrent returns the max loadpoint current |
| 757 | func (lp *Loadpoint) getMaxCurrent() float64 { |
| 758 | return lp.maxCurrent |
| 759 | } |
| 760 | |
| 761 | // setMaxCurrent sets the max loadpoint current |
| 762 | func (lp *Loadpoint) setMaxCurrent(current float64) { |
no outgoing calls
no test coverage detected