0.01
No commit activity in last 3 years
No release in over 3 years
Pry-enabled REPL for interacting with LIFX devices. Contains a bunch of useful utilities, like visual device identification.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.5
~> 10.1

Runtime

~> 0.4
~> 0.9
 Project Readme

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

  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