nullp0tr / bluew

Bluew is a simple and easy to use bluetooth API for python
MIT License
15 stars 2 forks source link

what about events like onDisconnect or how i can resolve it! #16

Open arxipoff opened 5 years ago

arxipoff commented 5 years ago

I like your lib ! Its work and great but i need to reconnect to device who go away and come back to BLE point ! No events, how i can resolve this in your lib? Pleas help and sorry for stupid question =)

nullp0tr commented 5 years ago

device.Connected always fetches the up-to-date value, currently there's no support for events unfortunately.