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

Struct iBatteryCapacity

api/implement/implementations.go:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33type iBatteryCapacity struct {
34 batteryCapacity0 func() float64
35}
36
37func (i *iBatteryCapacity) Capacity() float64 {
38 return i.batteryCapacity0()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected