}
}
// Add the device TACs to the device.
TacIdentification tacIdentification = loadTacIdentification();
if (tacIdentification != null) {
TacIdentificationEntry tacEntry = tacIdentification.find(
deviceName);
if (tacEntry != null) {
Set tacSet = convertTacEntryToTacSet(tacEntry);
if (tacSet.size() != 0) {
device.setTACValues(tacSet);