txpwr

Read only property. Integer. returns the automatically configured transmit power of the tag. Maximum value is 255.

When trying to use rssi to find relative distance between tag and tag manager, the value of txpwr must also be considered. To take this into account use the following formula:

corrected_rssi = rssi - 20*log10(txpwr/255)