Adds properties for Cec

This commit is contained in:
Neil Dorin
2018-10-03 17:45:49 -06:00
parent 335c766688
commit 28a42791a4
3 changed files with 5 additions and 2 deletions

View File

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