Added eControlMethod.Cresnet to enum

This commit is contained in:
Neil Dorin
2018-01-23 15:58:09 -07:00
parent 01abeda4b3
commit d5fa4311a2
6 changed files with 2 additions and 62 deletions

View File

@@ -8,6 +8,6 @@ namespace PepperDash.Core
{
public enum eControlMethod
{
None = 0, Com, IpId, IR, Ssh, Tcpip, Telnet
None = 0, Com, IpId, IR, Ssh, Tcpip, Telnet, Cresnet
}
}