This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
Change collors/ run scripts from windows command line ? #230
Unanswered
ricardodimon
asked this question in
Q&A
Replies: 1 comment
-
I have that planned (see #137) but haven't gotten around to implementing it yet. Don't really know when I will. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Change collors and run scripts from windows command line
I would like to know if there is any way to apply a color setting or run a script (lua) directly from the Windows Command Prompt.
This necessity is because I'm trying to change the color using TRIGGERcmd + Amazon Alexa.
The idea would be for the trigger cmd to execute a command like:
> MSIRGB.exe --setcolor 255,0,0
or
> MSIRGB.exe --runscript "Hue Wheel.lua"
.Finally, link with Alexa, and plug into routines and voice commands.
Beta Was this translation helpful? Give feedback.
All reactions