Skip to content

Commit

Permalink
Easee: never stop session, only pause charge charge (#10077)
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimmiMeloni authored Sep 27, 2023
1 parent c920893 commit fc0bcf9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions charger/easee.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,6 @@ func (c *Easee) Enable(enable bool) (err error) {

// resume/stop charger
action := easee.ChargePause
if c.authorize {
action = easee.ChargeStop
}
var targetCurrent float64
if enable {
action = easee.ChargeResume
Expand Down

0 comments on commit fc0bcf9

Please sign in to comment.