mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-18 00:43:48 +02:00
minor fixes
This commit is contained in:
parent
a72fabf28f
commit
cc5fc910a3
@ -369,7 +369,8 @@ void DevicePluginUniPi::connectToEvok()
|
||||
{
|
||||
if (m_webSocket == NULL) {
|
||||
|
||||
int port = 8080; //configValue(uniPiPortParamTypeId).toInt(); //FIXME plugin configuration loading currently not possible in init
|
||||
int port = 8080;
|
||||
//configValue(uniPiPortParamTypeId).toInt(); //FIXME plugin configuration loading currently not possible in init
|
||||
|
||||
m_webSocket = new QWebSocket();
|
||||
connect(m_webSocket, &QWebSocket::connected, this, &DevicePluginUniPi::onWebSocketConnected);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user