Control a WLED using Twitch chat commands.
This web page listens to Twitch chat WLED commands that allow to control the WLED. This application uses WLED HTTP request API.
Say !color RRGGBB (or #RRGGBB) in hexadecimal notation or !color R,G,B where R, G and B must be a value between 0-255 to modify the primary color.
You can see a live demo of this in the dialogikTV Twitch livestream chat.
HEX
!color 00acee (dialogikTV blue)
!color #ee00ac (pink, note the optional # sign)
RGB
R G B
!color 0-255,0-255,0-255
!color 255,0,0 (red)
!color 255,0,255 (purple)
!color 200,255,200 (light green)
You can modify the WLED effects using the !fx command. (Technically, these commands change presets, not effects).
Say !fx <effect>, where effect is
android,scannerorbreathe
to select a specific effect. You can also just say !fx to cycle through effects.