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
commit 840292cc26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
}
}