This commit is contained in:
x07maop
2015-12-10 11:08:41 +01:00
parent 27939f83c8
commit 66e2bf272c

View File

@@ -65,8 +65,8 @@ public class EnergyScan extends Panel {
edata = (ChannelDoubleArray) getController().getDevicePool().getByName("edata");
idata = (ChannelDoubleArray) getController().getDevicePool().getByName("idata");
fdata = (ChannelDoubleArray) getController().getDevicePool().getByName("fdata");
getController().getDevicePool().getByName("count").addListener(new DeviceAdapter() {
System.out.println(count);
count.addListener(new DeviceAdapter() {
@Override
public void onValueChanged(Device device, Object value, Object former) {
update();