added broadcast
This commit is contained in:
parent
1cbbeb2045
commit
40ac15a736
@ -98,6 +98,7 @@ void IntegrationPluginKeba::setupThing(ThingSetupInfo *info)
|
|||||||
connect(keba, &KeContact::reportOneReceived, this, &DevicePluginKeba::onReportOneReceived);
|
connect(keba, &KeContact::reportOneReceived, this, &DevicePluginKeba::onReportOneReceived);
|
||||||
connect(keba, &KeContact::reportTwoReceived, this, &DevicePluginKeba::onReportTwoReceived);
|
connect(keba, &KeContact::reportTwoReceived, this, &DevicePluginKeba::onReportTwoReceived);
|
||||||
connect(keba, &KeContact::reportThreeReceived, this, &DevicePluginKeba::onReportThreeReceived);
|
connect(keba, &KeContact::reportThreeReceived, this, &DevicePluginKeba::onReportThreeReceived);
|
||||||
|
connect(keba, &KeContact::broadcastReceived, this, &DevicePluginKeba::onBroadcastReceived);
|
||||||
if (!keba->init()){
|
if (!keba->init()){
|
||||||
qCWarning(dcKebaKeContact()) << "Cannot bind to port" << 7090;
|
qCWarning(dcKebaKeContact()) << "Cannot bind to port" << 7090;
|
||||||
keba->deleteLater();
|
keba->deleteLater();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user