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

Method SocBasedPlanning

core/loadpoint_effective.go:143–145  ·  view source on GitHub ↗

SocBasedPlanning returns true if soc based planning is enabled

()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

socBasedPlanningMethod · 0.95

Tested by

no test coverage detected