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

Method getMaxCurrent

core/loadpoint_api.go:757–759  ·  view source on GitHub ↗

getMaxCurrent returns the max loadpoint current

()

Source from the content-addressed store, hash-verified

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

Callers 3

GetMaxCurrentMethod · 0.95
effectiveMaxCurrentMethod · 0.95
GetMaxCurrentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected