timeout <= 0 ? DEFAULT_WAIT_MILISECONDS
: timeout);
response = remoteResponse;
} else {
response = (AtCommandResponse) xbee
.sendSynchronous(new AtCommand("MY"));
}
if (response.isOk()) {
responseValue = response.getValue();
final String address = ByteUtils.toBase16(responseValue);
log.info(String.format("Successfully got %1$s address %2$s",