Skip to content

Releases: breitburg/python-am43

Release 1.1.1

13 Mar 21:44
Compare
Choose a tag to compare

Release 1.1.0

08 Mar 13:55
Compare
Choose a tag to compare

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

26 Dec 20:12
716a911
Compare
Choose a tag to compare

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

10 Aug 19:10
Compare
Choose a tag to compare
  • Added ability to obtain properties

Release 0.1.1

10 Aug 18:06
Compare
Choose a tag to compare
  • Fixed reconnection bug

Release 0.1.0

10 Aug 15:55
87faef8
Compare
Choose a tag to compare

Initial release