Android Open Source - PowerMonitor Constants






From Project

Back to project page PowerMonitor.

License

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.

Java Source Code

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;
}




Java Source Code List

net.phfactor.powermonitor.Constants.java
net.phfactor.powermonitor.MainActivity.java