mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-07-02 10:38:16 +00:00
fix: update TcpIpServer case to TcpServer in CreateCommForDevice method
This commit is contained in:
parent
563de96e7c
commit
9ff139bc00
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ namespace PepperDash.Essentials.Core
|
||||||
comm = secureTcp;
|
comm = secureTcp;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case eControlMethod.TcpIpServer:
|
case eControlMethod.TcpServer:
|
||||||
{
|
{
|
||||||
var tcpServer = new GenericTcpIpServer(deviceConfig.Key + "-tcpServer", c.Address, c.Port, c.BufferSize);
|
var tcpServer = new GenericTcpIpServer(deviceConfig.Key + "-tcpServer", c.Address, c.Port, c.BufferSize);
|
||||||
comm = tcpServer;
|
comm = tcpServer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue