evVehicleSocProgressHandler sends external start event
(soc float64)
| 631 | |
| 632 | // evVehicleSocProgressHandler sends external start event |
| 633 | func (lp *Loadpoint) evVehicleSocProgressHandler(soc float64) { |
| 634 | if lp.progress.NextStep(soc) { |
| 635 | lp.pushEvent(evVehicleSoc) |
| 636 | } |
| 637 | } |
| 638 | |
| 639 | // evChargeCurrentHandler publishes the offered current |
| 640 | func (lp *Loadpoint) evChargeCurrentHandler(current float64) { |