v0.2 - Documentation and More
The biggest parts of this release are the new documentation and a new (since v0.1.3) way to control your LEDs! Documentation can be found on readthedocs. The alternative control method is a new way to control your LEDs that will be familiar to users of FastLED or adafruit's NeoPixel libraries. More details in the docs
Other changes:
- Added the ability to resize zones (since v0.1.6)
- Added the ability to connect and disconnect from the SDK server. (since v0.1.4)
- The naming scheme of the constants was also changed to remove redundancy.
DeviceType.DEVICE_TYPE_MOTHERBOARD -> DeviceType.MOTHERBOARD
- Calling
update
on anOpenRGBClient
will now check whether new devices have been added.