partition.updateProperties(item, config, state, description);
break;
case ZONE:
partitionId = config.getPartitionId();
zoneId = config.getZoneId();
Zone zone = zoneMap.get(zoneId);
if(zone != null)
zone.updateProperties(item, config, state, description);
break;
case KEYPAD:
Keypad keypad = keypadMap.get(keypadId);
if(keypad != null)
keypad.updateProperties(item, config, state, description);