Fix reconfiguration of discovered things

pull/681/head
Michael Zanetti 2021-09-28 13:53:40 +02:00
parent 8245d5dfd1
commit 58b07ef5d7
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ Page {
case 0:
if (root.thing) {
if (d.thingDescriptor) {
engine.thingManager.reconfigureDiscoveredThing(root.thing.id, d.thingDescriptor.id, params);
engine.thingManager.reconfigureDiscoveredThing(d.thingDescriptor.id, params);
} else {
engine.thingManager.reconfigureThing(root.thing.id, params);
}