mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-13 11:44:46 +00:00
Moved in eControlMethods and a portion of ControlPropertiesConfig from Essentials
This commit is contained in:
13
Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs
Normal file
13
Pepperdash Core/Pepperdash Core/Comm/eControlMethods.cs
Normal 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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user