keylightctl icon indicating copy to clipboard operation
keylightctl copied to clipboard

CLI for managing Elgato Keylight (Air)

Results 4 keylightctl issues
Sort by recently updated
recently updated
newest added

Hello and thanks for the great project! As a Linux user, I am really happy to not have to rely on the Android app to control my key light. There...

I can discover my light via discovery, but I'm not quite sure what's going on when actually trying to manipulate: ``` vladimir@clownshoes:~/Downloads$ keylightctl discover Starting discovery - Elgato\ Key\ Light\...

CLI output: ``` ↯sudo ./keylightctl discover --timeout 60s Starting discovery ==> Found no accessories during discovery ``` ![image](https://user-images.githubusercontent.com/326166/108830640-e83b2a80-75c9-11eb-84ca-08da545d9dea.png)

With some minor refactoring most parts of this could be tested pretty effectively. Discovery is already an interface, and separating loading data from displaying it is generally a good idea.

enhancement