133134135136137138139140141142
} private void updateDevices() throws SupportedMethodsException { allDevices = TellstickDevice.getDevices(); if (listener == null) { listener = new TellsticEventHandler(allDevices); } else { listener.setDeviceList(allDevices); } }