gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API
MIT License
123 stars 63 forks source link

TagReadData Object RSSI average? #57

Closed mitchgalea closed 5 years ago

mitchgalea commented 5 years ago

Hello,

Just wondering whether the rssi value returned in TagReadData objects from reader.read() when read_count > 1 is the average rssi value of all the readings or something else such as the last rssi value?

gotthardp commented 5 years ago

Good question, but this is a MercuryAPI feature. The documentation says it is controlled by the /reader/tagReadData/recordHighestRssi parameter, which is not configurable from Python. Default depends on your reader, so I cannot be more specific.