fix(essentials): Adds missing file in .csproj

This commit is contained in:
Neil Dorin
2021-08-19 16:02:24 -06:00
parent 0014dd7a14
commit 540a00861c
3 changed files with 7 additions and 2 deletions

View File

@@ -736,6 +736,10 @@ namespace PepperDash.Essentials.Devices.Common.VideoCodec.Cisco
}
/// <summary>
/// Appends the delimiter and send the command to the codec
/// </summary>
/// <param name="command"></param>
public void SendText(string command)
{
if (CommDebuggingIsOn)