Fix groups
This commit is contained in:
parent
742c1b01bb
commit
fbd3476483
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public class OsMoGroups implements OsMoReactor, OsmoTrackerListener {
|
|||
mergeGroup(group, obj, true);
|
||||
group.active = true;
|
||||
// connect to all devices in group
|
||||
for(OsMoDevice d : storage.getMainGroup().getGroupUsers()) {
|
||||
for(OsMoDevice d : group.getGroupUsers()) {
|
||||
connectDeviceImpl(d);
|
||||
}
|
||||
storage.save();
|
||||
|
|
Loading…
Reference in a new issue