v3.6.0
What's Changed
Bug Fixes
- Fix light effect control: Updated pyintellicenter to 0.1.7 which fixes light effect control that was returning 404 errors from IntelliCenter
Details
The pyintellicenter library was incorrectly using the USE attribute (read-only) for write operations when setting light effects. Version 0.1.7 corrects this by using the ACT attribute (action trigger) for write operations, which is what the IntelliCenter protocol requires.
Dependencies
- pyintellicenter: 0.1.6 → 0.1.7
Full Changelog: v3.5.6...v3.6.0