Added try/catch to ParseUptime with a way to view what was being parsed

This commit is contained in:
Trevor Payne
2020-08-18 10:17:13 -05:00
parent 383777c0f5
commit 7ac11952eb
4 changed files with 55 additions and 16 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(null);