/*
  * (non-Javadoc)
  *
  * @see com.sitewhere.spi.device.communication.IDeviceCommunication#
  * getCommandProcessingStrategy()
  */
 @Override
 public ICommandProcessingStrategy getCommandProcessingStrategy() {
   return delegate.getCommandProcessingStrategy();
 }