GetBatteryBoostLimit returns the battery boost soc limit
()
| 647 | |
| 648 | // GetBatteryBoostLimit returns the battery boost soc limit |
| 649 | func (lp *Loadpoint) GetBatteryBoostLimit() int { |
| 650 | lp.RLock() |
| 651 | defer lp.RUnlock() |
| 652 | return lp.batteryBoostLimit |
| 653 | } |
| 654 | |
| 655 | // SetBatteryBoostLimit sets the battery boost soc limit |
| 656 | func (lp *Loadpoint) SetBatteryBoostLimit(limit int) { |