Startup
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user