mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-29 12:24:48 +00:00
13 lines
250 B
C#
13 lines
250 B
C#
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, Cresnet
|
|
}
|
|
} |