Moved in eControlMethods and a portion of ControlPropertiesConfig from Essentials

This commit is contained in:
Heath Volmer
2017-02-15 16:32:36 -07:00
parent 402b49b4f5
commit 0e27ef3f9c
16 changed files with 111 additions and 3 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Crestron.SimplSharp;
namespace PepperDash.Core
{
public enum eControlMethod
{
None = 0, Com, IpId, IR, Ssh, Tcpip, Telnet
}
}