d0ugal / python-rfxcom

A Python 3.3+ library for working with your RFXTrx and automating your home.
BSD 3-Clause "New" or "Revised" License
8 stars 9 forks source link

Adding the possibility to add coroutines as callbacks for AsyncioTransport #22

Closed RouquinBlanc closed 9 years ago

RouquinBlanc commented 9 years ago

Hi D0ugal,

For my project I needed to pass a coroutine as a callback to the AsyncioTransport. Currently you can't execute coros as callback. Could you please consider taking those changes in?

It's a great lib!

Cheers Jonathan

d0ugal commented 9 years ago

Would you be able to add a usage example to the README?

RouquinBlanc commented 9 years ago

Hi D0ugal, you are absolutely right. Added a small example. As Bruno mentioned, and if you wish to take those changes in, it would be great to increase the version number.

Thanks Jonathan

d0ugal commented 9 years ago

Merged. I'll try and do a release this weekend. Feel free to remind me on Monday if I don't get around to it.

RouquinBlanc commented 9 years ago

Thanks a lot!

d0ugal commented 9 years ago

Released.

RouquinBlanc commented 9 years ago

Thanks a lot (again)!