Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated BLEDevice.rssi by AdvertisementData.rssi #114

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

koenvervloesem
Copy link
Member

Description:

Bleak 0.20.0 deprecates BLEDevice.rssi. This PR replaces this attribute by AdvertisementData.rssi, introduced in Bleak 0.19.0. This also bumps the minimal Bleak version required by Theengs Gateway to 0.19.0.

Fixes #113

Checklist:

  • The pull request is done against the latest development branch
  • Only one feature/fix was added per PR and the code change compiles without warnings
  • I accept the DCO.

Bleak 0.20.0 deprecates BLEDevice.rssi. This PR replaces this
attribute by AdvertisementData.rssi, introduced in Bleak 0.19.0.
This also bumps the minimal Bleak version required by Theengs
Gateway to 0.19.0.
@1technophile
Copy link
Member

Thanks

@1technophile 1technophile merged commit fc11d34 into development Mar 20, 2023
@1technophile 1technophile deleted the deprecate_bledevice_rssi branch March 20, 2023 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace BLEDevice with AdvertisementData
2 participants