예제 #1
0
 public void openBrowser()
 {
     try
     {
         Application.OpenURL("http://" + TelemachusBehaviour.getServerPrimaryIPAddress() + ":"
                             + TelemachusBehaviour.getServerPort() + "/telemachus/information.html");
     }
     catch
     {
         PluginLogger.print(
             "Unable to open the data link. Please try to edit the Telemachus configuration file manually");
     }
 }
예제 #2
0
 private void telemachusActive()
 {
     activeReading   = powerConsumption + " units";
     uplinkReading   = formatBitRate(TelemachusBehaviour.getUpLinkRate());
     downlinkReading = formatBitRate(TelemachusBehaviour.getDownLinkRate());
 }