fixed mDNS discovery bridgeId
This commit is contained in:
parent
5760025af3
commit
3e8451dd56
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user