1
0
mirror of https://github.com/sethm/symon.git synced 2024-06-07 03:29:28 +00:00

invoke setBus() on devices added to the bus

This commit is contained in:
Maik Merten 2014-07-28 18:19:52 +02:00
parent 7edbb12f68
commit 004087a742

View File

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