mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
Merge branch 'development' into bugfix/ScreenSaver-Never-Starts
This commit is contained in:
commit
f5410c0786
4 changed files with 58 additions and 22 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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue