drop todo which is actually done now

This commit is contained in:
Michael Zanetti 2017-07-11 11:46:52 +02:00
parent 89d8d371f6
commit 1c35e6be59

View File

@ -466,7 +466,6 @@ QList<DeviceClass> DevicePlugin::supportedDevices() const
QStringList interfaces;
foreach (const QJsonValue &value, deviceClassObject.value("interfaces").toArray()) {
// TODO: Check interfaces for completeness
QVariantMap interfaceMap = loadInterface(value.toString());
QVariantList states = interfaceMap.value("states").toList();