LIFX Console
A Pry-enabled REPL to interact with LIFX devices.
Features
- Pry-enabled!
- Helpers to help you visually identify lights.
Installation
$ gem install lifx-console
Usage
$ lifx-console
Print the label of lights being visually identified
[1] pry(#<LIFX::Client>)> while light = identify
[1] pry(#<LIFX::Client>)* puts light.label
[1] pry(#<LIFX::Client>)* end
Contributing
- Fork it ( http://github.com/chendo/lifx-console/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
MIT. See LICENSE.txt