mirror of https://github.com/nymea/nymea.git
drop obsolete TODO
parent
f042911fd1
commit
cea4a378db
|
|
@ -42,8 +42,6 @@ DeviceManager::DeviceError DeviceManager::addConfiguredDevice(const QUuid &devic
|
|||
}
|
||||
}
|
||||
|
||||
// TODO: check if params match with template from DeviceClass
|
||||
|
||||
Device *device = new Device(deviceClassId, this);
|
||||
device->setName(deviceClass.name());
|
||||
device->setParams(params);
|
||||
|
|
|
|||
Loading…
Reference in New Issue