Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evcc-io/evcc
/ GetMinMaxCurrent
Method
GetMinMaxCurrent
api/api.go:192–192 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
190
// CurrentLimiter returns the current limits
191
type
CurrentLimiter
interface
{
192
GetMinMaxCurrent() (float64, float64, error)
193
}
194
195
// SocLimiter returns the soc limit
Callers
4
effectiveMinCurrent
Method · 0.65
effectiveMaxCurrent
Method · 0.65
TestEffectiveMinMaxCurrent
Function · 0.65
Dump
Method · 0.65
Implementers
4
MockCurrentLimiter
api/mock.go
MockCurrentLimiterMockRecorder
api/mock.go
EEBus
charger/eebus.go
E3dc
charger/e3dc.go
Calls
no outgoing calls
Tested by
1
TestEffectiveMinMaxCurrent
Function · 0.52