Ejemplo n.º 1
0
 /// <summary>
 /// gets bridge IP from the broker server www.meethue.com/api/nupnp
 /// </summary>
 public void getIP()
 {
     try
     {
         IPAddress = HueBridge.getIP();
     }
     catch (Exception e)
     {
         CrestronConsole.PrintLine("Exception: {0}", e);
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// gets bridge IP from the broker server www.meethue.com/api/nupnp
 /// </summary>
 public void getIP()
 {
     IPAddress = HueBridge.getIP();
 }