Skip to content

v0.4.22

Compare
Choose a tag to compare
@jason0x43 jason0x43 released this 12 May 00:11
· 316 commits to master since this release

This release changes how RGB light colors are handled to try to address #33. Previously, color changes were handled by sending individual setHue and setSaturation commands. Sending those in quick succession could confuse some lights. This release uses a single setColor command to update a light's color.