mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
change to CrestronConsole.ConsoleCommandResponse for help text
This commit is contained in:
parent
252d037380
commit
e832566168
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue