Return a list with all connected Devices
List<Device> getAllConnectedDevices() { return connectedDevices.toList(); }