Fix reconfiguration of discovered things
This commit is contained in:
parent
8245d5dfd1
commit
58b07ef5d7
@ -67,7 +67,7 @@ Page {
|
|||||||
case 0:
|
case 0:
|
||||||
if (root.thing) {
|
if (root.thing) {
|
||||||
if (d.thingDescriptor) {
|
if (d.thingDescriptor) {
|
||||||
engine.thingManager.reconfigureDiscoveredThing(root.thing.id, d.thingDescriptor.id, params);
|
engine.thingManager.reconfigureDiscoveredThing(d.thingDescriptor.id, params);
|
||||||
} else {
|
} else {
|
||||||
engine.thingManager.reconfigureThing(root.thing.id, params);
|
engine.thingManager.reconfigureThing(root.thing.id, params);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user