Package org.ulti.dev.powermeter

Examples of org.ulti.dev.powermeter.PowerEvent


              double kwh = kw * hourFraction;

              _log.trace("watts: " + watts + " seconds: " + seconds + " hour fraction: " + hourFraction + " kwh: " + kwh);
              _log.debug("Date: " + dateString + " Watts: " + watts + " kwh: " + kwh);

              PowerEvent event = new PowerEvent(lastDate, recordedDate, kwh);
              events.add(event);
            }

            lastDate = recordedDate;
           
View Full Code Here

TOP

Related Classes of org.ulti.dev.powermeter.PowerEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.