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

Method requestUpdate

core/loadpoint.go:406–411  ·  view source on GitHub ↗

requestUpdate requests site to update this loadpoint

()

Source from the content-addressed store, hash-verified

404
405// requestUpdate requests site to update this loadpoint
406func (lp *Loadpoint) requestUpdate() {
407 select {
408 case lp.lpChan <- lp: // request loadpoint update
409 default:
410 }
411}
412
413// configureChargerType ensures that chargeMeter, Rate and Timer can use charger capabilities
414func (lp *Loadpoint) configureChargerType(charger api.Charger) {

Callers 9

SetModeMethod · 0.95
SetPhasesConfiguredMethod · 0.95
SetLimitSocMethod · 0.95
SetLimitEnergyMethod · 0.95
SetPlanEnergyMethod · 0.95
setPlanStrategyMethod · 0.95
setSocConfigMethod · 0.95
setThresholdsMethod · 0.95
SetBatteryBoostMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected