From e832566168aa59a7bfcf5051b42c4319cef5638b Mon Sep 17 00:00:00 2001 From: Andrew Welker Date: Fri, 2 Apr 2021 09:44:02 -0600 Subject: [PATCH] change to CrestronConsole.ConsoleCommandResponse for help text --- .../PepperDashEssentialsBase/Devices/DeviceManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DeviceManager.cs b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DeviceManager.cs index b8e20e9b..cca16ec7 100644 --- a/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DeviceManager.cs +++ b/essentials-framework/Essentials Core/PepperDashEssentialsBase/Devices/DeviceManager.cs @@ -389,7 +389,7 @@ namespace PepperDash.Essentials.Core { if (String.IsNullOrEmpty(s) || s.Contains("?")) { - Debug.Console(0, + CrestronConsole.ConsoleCommandResponse( @"SETDEVICESTREAMDEBUG [{deviceKey}] [OFF |TX | RX | BOTH] [timeOutInMinutes] {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");