mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-07-02 10:38:14 +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:
commit
840292cc26
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue