chendo / lifx-console

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

(Documentation issue) Current abilities #2

Open alanhogan opened 9 years ago

alanhogan commented 9 years ago

Is it currently the case that the only thing this console can do is run the “identify” script?

chendo commented 9 years ago

It also lets you set colours, turn off/on etc, but it's unmaintained at the moment due to the upcoming HTTP API

alanhogan commented 9 years ago

I’m down to add a bit to the docs if you can point me at where to look to see the available commands.

Alan

On Feb 23, 2015, at 2:45 PM, Jack Chen notifications@github.com wrote:

It also lets you set colours, turn off/on etc, but it's unmaintained at the moment due to the upcoming HTTP API

— Reply to this email directly or view it on GitHub.

chendo commented 9 years ago

The console is effectively a pry instance within a LIFX::Client, so you can do anything on LIFX::Client like you normally would. This will probably help you: http://www.rubydoc.info/gems/lifx