Merge branch 'development' into bugfix/ScreenSaver-Never-Starts

This commit is contained in:
Trevor Payne
2020-08-18 16:27:09 -05:00
committed by GitHub
4 changed files with 58 additions and 22 deletions

View File

@@ -91,6 +91,9 @@ namespace PepperDash.Essentials
}, "portalinfo", "Shows portal URLS from configuration", ConsoleAccessLevelEnum.AccessOperator);
CrestronConsole.AddNewConsoleCommand(DeviceManager.GetRoutingPorts,
"getroutingports", "Reports all routing ports, if any. Requires a device key", ConsoleAccessLevelEnum.AccessOperator);
if (!Debug.DoNotLoadOnNextBoot)
{
GoWithLoad();