mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-01-11 19:44:44 +00:00
Merge pull request #60 from PepperDash/feature/add-http-ws-comm-methods
Add HTTP & WS comm methods to enum
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user