mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-08-05 03:33:51 +02:00
minor fixes
This commit is contained in:
parent
a72fabf28f
commit
cc5fc910a3
@ -369,7 +369,8 @@ void DevicePluginUniPi::connectToEvok()
|
|||||||
{
|
{
|
||||||
if (m_webSocket == NULL) {
|
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();
|
m_webSocket = new QWebSocket();
|
||||||
connect(m_webSocket, &QWebSocket::connected, this, &DevicePluginUniPi::onWebSocketConnected);
|
connect(m_webSocket, &QWebSocket::connected, this, &DevicePluginUniPi::onWebSocketConnected);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user