Skip to content

Releases: breitburg/python-am43

Release 1.1.1

Choose a tag to compare

@breitburg breitburg released this 13 Mar 21:44

Release 1.1.0

Choose a tag to compare

@breitburg breitburg released this 08 Mar 13:55

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

Choose a tag to compare

@breitburg breitburg released this 26 Dec 20:12
716a911

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

Choose a tag to compare

@breitburg breitburg released this 10 Aug 19:10
  • Added ability to obtain properties

Release 0.1.1

Choose a tag to compare

@breitburg breitburg released this 10 Aug 18:06
  • Fixed reconnection bug

Release 0.1.0

Choose a tag to compare

@breitburg breitburg released this 10 Aug 15:55
87faef8

Initial release