Releases: breitburg/python-am43
Releases · breitburg/python-am43
Release 1.1.1
Release 1.1.0
Now you can specify «HCI» device by it's index like that:
import am43
blind = am43.search('xx:xx:xx:xx:xx:xx', device=1)
- Minor internal changes
Release 1.0.0
Warning
This release is breaking backwards compatibility!
This release brings ability to search for multiple blinds at once through the search function, implements Blind.disconnect methods and bug fixes.
- Now to initiate blind you need to use
am43.search
function that argues addresses for target blinds - Use
Blind.disconnect
method to disconnect from the current blind - Fixed bugs with the endless looping while connecting
Release 0.1.2
- Added ability to obtain properties
Release 0.1.1
- Fixed reconnection bug
Release 0.1.0
Initial release