1
0
mirror of https://github.com/sethm/symon.git synced 2025-04-19 23:37:00 +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

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