GlowControl is a super simple Ubuntu Touch app for LIFX®.
Get it from the Ubuntu (Click) App store.
Make sure you're on the same network as your LIFX® bulbs.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Rebase your commits.
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
Install submodules:
git submodule update --init --recursive
Build depends on
cmake
qtbase5-dev qtdeclarative5-dev intltool
Build it:
Install the deps
mkdir build && cd build
cmake ../
make
Make a click:
mkdir click-build && cd build-click
cmake -DCLICK_MODE:BOOLEAN=1 ../
make DESTDIR=out install
click build out
Author: Jonas G. Drange
Thanks to Andrew Kane for lib-lifx.
MIT, see LICENSE.