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

Method startWakeUpTimer

core/loadpoint.go:1961–1964  ·  view source on GitHub ↗

startWakeUpTimer starts wakeUpTimer

()

Source from the content-addressed store, hash-verified

1959
1960// startWakeUpTimer starts wakeUpTimer
1961func (lp *Loadpoint) startWakeUpTimer() {
1962 lp.log.DEBUG.Printf("wake-up timer: start")
1963 lp.wakeUpTimer.Start()
1964}
1965
1966// stopWakeUpTimer stops wakeUpTimer
1967func (lp *Loadpoint) stopWakeUpTimer() {

Callers 2

setLimitMethod · 0.95
scalePhasesMethod · 0.95

Calls 2

PrintfMethod · 0.80
StartMethod · 0.80

Tested by

no test coverage detected