int type = PrototypeFactory.getDeviceType(deviceName);
constants.info("DeviceFactory.create(" + deviceName + ")");
if (type == PrototypeFactory.HXM) {
Device device = new HxmDevice(deviceName);
return device;
}
if (type == PrototypeFactory.HRM) {
Device device = new HrmDevice(deviceName);