Merge pull request #60 from PepperDash/feature/add-http-ws-comm-methods

Add HTTP & WS comm methods to enum
This commit is contained in:
Andrew Welker
2020-09-17 10:27:07 -06:00
committed by GitHub

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
None = 0, Com, IpId, IpidTcp, IR, Ssh, Tcpip, Telnet, Cresnet, Cec, Udp, Http, Https, Ws, Wss
}
}