Back to project page PowerMonitor.
The source code is released under:
Apache License
If you think the Android project PowerMonitor listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package net.phfactor.powermonitor; public class Constants { // See http://portal.visiblenergy.com/page/articles.html/_/developers/local-http-api/power-api-r48 public static final String URL = "http://204.128.136.30/watts.js"; public static final int UPDATE_DELAY_MSEC = 1000; }