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