Various tech page framework items

This commit is contained in:
Heath Volmer
2017-09-27 20:19:28 -06:00
parent 58d22abd5a
commit b57582feea
14 changed files with 286 additions and 18 deletions

View File

@@ -141,7 +141,7 @@ namespace PepperDash.Essentials.Room.Config
if (Type == "url")
return Url;
if (Type == "system")
return string.Format("http://{0}:5646/logo",
return string.Format("http://{0}:8080/logo.png",
CrestronEthernetHelper.GetEthernetParameter(CrestronEthernetHelper.ETHERNET_PARAMETER_TO_GET.GET_CURRENT_IP_ADDRESS, 0));
return null;
}