InsteonDevice dev = getDevice(c.getAddress());
if (dev == null) {
logger.warn("no device found with insteon address {}", c.getAddress());
return;
}
dev.processCommand(m_driver, c, command);
}
/**
* Helper method to find a device by address
* @param aAddr the insteon address to search for