added broadcast

master
Boernsman 2020-02-18 18:57:31 +05:00 committed by bernhard.trinnes
parent 1cbbeb2045
commit 40ac15a736
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ void IntegrationPluginKeba::setupThing(ThingSetupInfo *info)
connect(keba, &KeContact::reportOneReceived, this, &DevicePluginKeba::onReportOneReceived);
connect(keba, &KeContact::reportTwoReceived, this, &DevicePluginKeba::onReportTwoReceived);
connect(keba, &KeContact::reportThreeReceived, this, &DevicePluginKeba::onReportThreeReceived);
connect(keba, &KeContact::broadcastReceived, this, &DevicePluginKeba::onBroadcastReceived);
if (!keba->init()){
qCWarning(dcKebaKeContact()) << "Cannot bind to port" << 7090;
keba->deleteLater();