mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 20:54:55 +00:00
change to CrestronConsole.ConsoleCommandResponse for help text
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user