Skip to content

Commit

Permalink
Merge branch 'fix/17280_easeePhaseGetter' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
GrimmiMeloni committed Nov 18, 2024
2 parents ea3ca47 + f0abbd0 commit dff14bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charger/easee.go
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ func (c *Easee) GetPhases() (int, error) {
}
} else {
// charger level
phases := c.phaseMode
phases = c.phaseMode
if phases == 2 { // map automatic to 3p
phases = 3
}
Expand Down

0 comments on commit dff14bb

Please sign in to comment.