Skip to content

v0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@CrazyIvan359 CrazyIvan359 released this 24 Dec 16:31
· 34 commits to master since this release
7b4235a
  • BREAKING CHANGE

    • LED restructure set/get pixel functions to simplify array subclassing. #92
  • Changed

    • LED some minor cleanup of array subtypes. #92
    • MQTT use custom client logger for better control of log messages. #93
    • Migrate from pylint to Pylance for code checking in VSCode. #96
    • Convert entire codebase to be fully typed. #96
    • Migrate CI code check to Pyright from pylint. #96
    • OneWire move get_w1_address function from base bus class to wire-1 bus class. #97
  • Fixed

    • Missing comma in Odroid C1+ and C2 board definitions. #89
    • GPIO Digital pin pulse message handler using entire payload as state instead of
      JSON property 'state'. #90
    • I2C Bus instance referencing error, devices not able to access the bus instance. #91
    • OneWire bus not being instantiated. #94
    • OneWire polling not referencing device instance. #94
    • XSET module missing module type. #95