Skip to content

Commit

Permalink
Fix total aux power not reset
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Oct 23, 2024
1 parent fc37713 commit 64b7579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,8 @@ func (site *Site) updateAuxMeters() {
return
}

site.auxPower = 0

mm := make([]meterMeasurement, len(site.auxMeters))

for i, meter := range site.auxMeters {
Expand Down

0 comments on commit 64b7579

Please sign in to comment.