1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-01 08:41:32 +00:00

Merge pull request #7 from maikmerten/master

invoke setBus() on devices added to the bus
This commit is contained in:
Seth Morabito 2014-07-28 10:13:09 -07:00
commit 6b9295e72d

View File

@ -113,6 +113,7 @@ public class Bus {
deviceMap.put(priority, deviceSet);
}
device.setBus(this);
deviceSet.add(device);
buildDeviceAddressArray();
}