Releases: samclane/LIFX-Control-Panel
1.5.0 Official
Groups beta.2
-
Group interface only updates the changed parameter. For example, if you only move the brightness slider, all the lights in the group will have the same new brightness, but will not change their hue, saturation, or temperature.
-
Groups can now be utilized in keybinds. You'll find them at the bottom of the bulbs dropdown menu. (I'm still working on batch commands, so you can only control one bulb/group with a single shortcut. The batch feature is coming soon!)
Device Groups Beta.1 (Size fix)
Device Groups Beta
1.4.2: Stability / Bugfixes
- Fixed uncaught device communication exception.
- Added more verbose error message.
v2.3.1 - Color Cycle Brightness and Stability Fix
- Color Cycle takes current brightness into account
- Updating light bulbs, especially with
Rescan
should be more stable
Full Changelog: 1.4.1...untagged-717aee864f2b8cab90e9
Small bugfixes and GUI repsonsiveness
BulbIcon
s from theBulbIconList
now update immediately after moving a slider- The overall color of a bulb in the GUI now takes Kelvin into account. This means, finally, the color shown on-screen is the exact color the lightbulb is putting out.
1.4.0 Official Release
Added ColorScale widgets, to better show slider values
Fixed GUI Lag on Icon Update
Updating every icon every time would cause the GUI to hang. This update fixes this by only updating the icons where their corresponding bulb has changed.
EDIT: Added a line to actually reset the updated
flag when the icon has been updated.