Migrated Comm & IR Folder out of Config

#208
This commit is contained in:
Trevor Payne
2020-05-21 16:02:36 -05:00
parent 677789bec1
commit e006a4616a
10 changed files with 9 additions and 9 deletions

View File

@@ -0,0 +1,23 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
using Crestron.SimplSharpPro;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using PepperDash.Core;
namespace PepperDash.Essentials.Core
{
/// <summary>
///
/// </summary>
public interface IComPortsDevice
{
IComPorts Device { get; }
}
}