MCPcopy Create free account
hub / github.com/evcc-io/evcc / getMinCurrent

Method getMinCurrent

core/loadpoint_api.go:721–723  ·  view source on GitHub ↗

getMinCurrent returns the max loadpoint current

()

Source from the content-addressed store, hash-verified

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

Callers 2

GetMinCurrentMethod · 0.95
effectiveMinCurrentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected