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 1a84320 + 84eaffb commit a294dd6
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 @@ -824,7 +824,7 @@ func (c *Easee) GetPhases() (int, error) {
var phases int
if c.circuit != 0 {
// circuit level controlled charger
for dcc := range c.dynamicCircuitCurrent {
for _, dcc := range c.dynamicCircuitCurrent {
if dcc > 0 {
phases++
}
Expand Down

0 comments on commit a294dd6

Please sign in to comment.