Betree / magicblue

💡 Unofficial Python API to control Magic Blue bulbs over Bluetooth
MIT License
100 stars 23 forks source link

change magicblueshell.py to new bluepy lib #6

Closed don41382 closed 7 years ago

don41382 commented 8 years ago

Currently magicblueshell.py is still using the old library gattlib. This should be changed to the new bluepy library.

see http://ianharvey.github.io/bluepy-doc/ for details.

Betree commented 7 years ago

Done with commit 32aa1e777ef5cc929e2126636918e8957e9499c3 and available in v0.2 release.

Thanks for notifying this !