fixed mDNS discovery bridgeId

This commit is contained in:
bernhard.trinnes 2020-06-09 11:16:46 +02:00
parent 5760025af3
commit 3e8451dd56

View File

@ -136,7 +136,7 @@ void IntegrationPluginPhilipsHue::discoverThings(ThingDiscoveryInfo *info)
QString field = txt.split("=").first();
QString value = txt.split("=").last();
if (field == "bridgeid") {
id = value;
id = value.toLower();
break;
}
}