Update eControlMethods.cs

This commit is contained in:
Andrew Welker
2020-09-17 08:57:28 -06:00
parent b61703d60c
commit 82c23b84f1

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