mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Added try/catch to ParseUptime with a way to view what was being parsed
Testing for #368
This commit is contained in:
parent
383777c0f5
commit
951da716a6
4 changed files with 55 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue