mirror of https://github.com/nymea/nymea.git
remove duplicates from interface list
parent
0ba6db296b
commit
c04e2090d7
|
|
@ -889,6 +889,7 @@ void DevicePlugin::loadMetaData()
|
|||
interfaces.append(generateInterfaceParentList(value.toString()));
|
||||
}
|
||||
}
|
||||
interfaces.removeDuplicates();
|
||||
deviceClass.setInterfaces(interfaces);
|
||||
|
||||
if (!broken) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue