ttu / ruuvitag-sensor

Python package for communicating with RuuviTag BLE Sensor and for decoding sensor data from broadcasted data
https://ttu.github.io/ruuvitag-sensor/
MIT License
196 stars 78 forks source link

fix: replace deprecated Bleak BLEDevice.rssi with AdvertisementData.rssi #214

Closed terop closed 1 year ago

terop commented 1 year ago

As of Bleak version 0.20.0 BLEDevice.rssi is deprecated and AdvertisementData.rssi should be used instead.

ttu commented 1 year ago

Thanks 👍