change to CrestronConsole.ConsoleCommandResponse for help text

This commit is contained in:
Andrew Welker
2021-04-02 09:44:02 -06:00
parent 252d037380
commit e832566168

View File

@@ -389,7 +389,7 @@ namespace PepperDash.Essentials.Core
{ {
if (String.IsNullOrEmpty(s) || s.Contains("?")) if (String.IsNullOrEmpty(s) || s.Contains("?"))
{ {
Debug.Console(0, CrestronConsole.ConsoleCommandResponse(
@"SETDEVICESTREAMDEBUG [{deviceKey}] [OFF |TX | RX | BOTH] [timeOutInMinutes] @"SETDEVICESTREAMDEBUG [{deviceKey}] [OFF |TX | RX | BOTH] [timeOutInMinutes]
{deviceKey} [OFF | TX | RX | BOTH] - Device to set stream debugging on, and which setting to use {deviceKey} [OFF | TX | RX | BOTH] - Device to set stream debugging on, and which setting to use
timeOutInMinutes - Set timeout for stream debugging. Default is 30 minutes"); timeOutInMinutes - Set timeout for stream debugging. Default is 30 minutes");