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

Method GetBatteryBoost

core/loadpoint_api.go:611–615  ·  view source on GitHub ↗

GetBatteryBoost returns the battery boost

()

Source from the content-addressed store, hash-verified

609
610// GetBatteryBoost returns the battery boost
611func (lp *Loadpoint) GetBatteryBoost() int {
612 lp.RLock()
613 defer lp.RUnlock()
614 return lp.batteryBoost
615}
616
617// setBatteryBoost returns the battery boost
618func (lp *Loadpoint) setBatteryBoost(boost int) {

Callers 2

boostPowerMethod · 0.95
UpdateMethod · 0.95

Calls 2

RLockMethod · 0.95
RUnlockMethod · 0.95

Tested by

no test coverage detected