| | |
| | | public static string WiFiStatus = "CrabtreeAdd/WiFi.png";//"CrabtreeAdd/WiFi.png"; |
| | | public static string RegisterLogoString = "Logo/Register_logo.png"; |
| | | public static string SeviceIP = "52.172.25.151"; |
| | | public static string RequestHttpsHost = "https://homeautomation.havells.com"; |
| | | //public static string RequestHttpsHost = "https://homeautomation.havells.com"; |
| | | public static string RequestHttpsHost = "https://developer.hdlcontrol.com"; |
| | | |
| | | |
| | | public static double PixelScale { |
| | | get { |
| | |
| | | #region |
| | | var webClient = new WebClient (); |
| | | if (urlHead == "") { |
| | | urlHead = $"{"https://homeautomation.havells.com"}/WebApi/"; |
| | | urlHead = $"{RequestHttpsHost}/WebApi/"; |
| | | urlHead = "https://developer.hdlcontrol.com/api/"; |
| | | } else { |
| | | webClient.Headers.Add ("CONTENT-TYPE", "application/json"); |