issues
search
alengwenus
/
pypck
Asynchronous LCN-PCK library written in Python
MIT License
10
stars
5
forks
source link
Asyncronous convenience functions in Module-/GroupConnection
#31
Closed
alengwenus
closed
3 years ago
alengwenus
commented
3 years ago
This PR resolves #30.
Breaking changes:
All convenience methods in Module-/GroupConnection have been converted to coroutines.
All
async_send_command
methods have been renamed to
send_command
.
This PR resolves #30.
Breaking changes:
async_send_command
methods have been renamed tosend_command
.