feat: wip commit prior to removing the crestron library

This commit is contained in:
Nick Genovese
2025-07-27 21:35:43 -04:00
parent 903236d6d9
commit 473c6d4590
472 changed files with 3075 additions and 1528 deletions

View File

@@ -0,0 +1,13 @@
using Crestron.SimplSharpPro;
namespace PepperDash.Essentials.Core.Communications
{
/// <summary>
///
/// </summary>
public interface IComPortsDevice
{
IComPorts Device { get; }
}
}