Merge pull request #59 from PepperDash/release/1.0.42

Release/1.0.42
This commit is contained in:
Andrew Welker 2020-09-17 10:41:37 -06:00 committed by GitHub
commit 29654aec49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,6 @@ namespace PepperDash.Core
/// </summary> /// </summary>
public enum eControlMethod 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
} }
} }