v0.4.22
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.