feat: added SecureTcpIp to eControlMethod enum for plugin. Actual SecureTcpIp client is not currently available.

This commit is contained in:
Jason DeVito
2021-09-14 15:34:37 -05:00
parent 5aa1b69cf6
commit 3998369244

View File

@@ -11,6 +11,6 @@ namespace PepperDash.Core
/// </summary>
public enum eControlMethod
{
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec, Udp, Http, Https, Ws, Wss
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec, Udp, Http, Https, Ws, Wss, SecureTcpIp
}
}