ohtfDevice.setTfConfig(configuration);
fillupConfig(ohtfDevice, deviceConfig);
} else if (deviceType.equals(TypeKey.object_temperature.name())) {
logger.debug("{} setting TFObjectTemperatureConfiguration device_type {}",
LoggerConstants.CONFIG, deviceType);
TFObjectTemperatureConfiguration configuration =
modelFactory.createTFObjectTemperatureConfiguration();
OHTFDevice<TFObjectTemperatureConfiguration, TemperatureIRSubIds> ohtfDevice =
modelFactory.createOHTFDevice();
ohtfDevice.getSubDeviceIds().addAll(Arrays.asList(TemperatureIRSubIds.values()));
ohtfDevice.setTfConfig(configuration);