chendo / lifx-console

A Pry-enabled REPL for interacting with LIFX devices
MIT License
11 stars 3 forks source link

LIFX Console

A Pry-enabled REPL to interact with LIFX devices.

Features

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

  1. Fork it ( http://github.com/chendo/lifx-console/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

MIT. See LICENSE.txt