Releases: robheyes/lifxcode
Fixed documentation
Merge pull request #80 from robheyes/missing-code Updated the readme
Fix a few exceptions
Add missing getActivityLog() method
Stop Tile from even attempting to set level - adds a warning to the log for now
Support for multizone and startLevelChange
Some support for multizone - set the colours on the device in the LIFX app, either wait or use the Poll button on the device's Hubitat page, then use Zones Save to save the state.
Use Zones Load to load the saved state.
Currently you can't use Set Level with a loaded zone, I need to figure out a way to do that properly.
Start/Stop Level Change is now supported for all bulb type devices. There are limits on the speed of this and the steps are definitely visible, but it does work reasonably well.
Add support for a single colour/level etc. to multizone devices, ie Beam and Strip
Merge pull request #74 from robheyes/limited-multizone Add support for colour/temp/level and state for the entire multizone device
Handle UDP warnings
Merge pull request #71 from robheyes/udp-warnings Use ignoreResponse/ignoreWarning
Reduce popcorning
Merge pull request #68 from robheyes/reduce-popcorning Reduce popcorning by
Scan multiple subnets
Internal rework
This is mostly a rework of some of the internals for speed, and also reducing the size of the drivers by moving more code to the LIFX Master App
0.9.31-alpha
- Discovery now uses a progress bar
- Changed getScaledColorMap to ignore any null values
Bug fix for transition
Merge pull request #56 from robheyes/copy-defaultTransition-to-state Change from using defaultTransition to using state.transitionTime