示例#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);
     }
 }