Trigger device update in controller when some devices may be unloaded now.

This commit is contained in:
Florian Nücke
2022-02-13 16:57:34 +01:00
parent f98d457774
commit c0b35cd4f8

View File

@@ -129,6 +129,8 @@ public abstract class AbstractGroupingDeviceBusElement<TEntry extends AbstractGr
devices.removeInt(entry.getDevice());
onEntryRemoved(entry);
}
scanDevices();
}
protected final void setEntriesForGroup(final int index, final QueryResult queryResult) {