/*
  * (non-Javadoc)
  *
  * @see com.sitewhere.spi.device.communication.IDeviceCommunication#
  * getCommandDestinations( )
  */
 @Override
 public List<ICommandDestination<?, ?>> getCommandDestinations() {
   return delegate.getCommandDestinations();
 }