interactiveinstitute / elvis

Educational tool for measuring energy usage with Fibaro Wall Plugs on Raspberry Pi
https://www.tii.se/projects/energy-in-a-box-at-komtek
GNU General Public License v3.0
3 stars 0 forks source link

Summary comes to late and the visualisation start a new lap for a while #26

Closed Anton04 closed 10 years ago

Anton04 commented 11 years ago

It seams like i dont get the summary view untill the power changes. I.e that i turn something off or on.

sander commented 11 years ago

To fix this, move the if (total > this.measure) check to updateUsed().

sander commented 10 years ago

Fixed in 4768c03.