This commit is contained in:
Admin
2015-08-27 10:04:08 -05:00
parent 937fb5d32d
commit e38374f749

View File

@@ -61,6 +61,7 @@ public class VeraInfo {
theDevice.setRoom(roomMap.get(theDevice.getRoom()).getName());
else
theDevice.setRoom("no room");
if(theDevice.getCategory() != null && categoryMap.get(theDevice.getCategory()) != null)
theDevice.setCategory(categoryMap.get(theDevice.getCategory()).getName());
else