fillupConfig(ohtfDevice, deviceConfig);
}
} else if (deviceType.equals(TypeKey.brick_dc.name())) {
logger.debug("{} setting dc config", LoggerConstants.CONFIG);
TFBrickDCConfiguration tfBrickDCConfiguration = modelFactory.createTFBrickDCConfiguration();
OHTFDevice<TFBrickDCConfiguration, NoSubIds> ohtfDevice = modelFactory.createOHTFDevice();
ohtfDevice.getSubDeviceIds().addAll(Arrays.asList(NoSubIds.values()));
ohtfDevice.setTfConfig(tfBrickDCConfiguration);
fillupConfig(ohtfDevice, deviceConfig);
} else if (deviceType.equals(TypeKey.io_actuator.name())) {