Skip to content

Instantly share code, notes, and snippets.

@ruzickap
Created April 11, 2014 18:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ruzickap/10489737 to your computer and use it in GitHub Desktop.
Save ruzickap/10489737 to your computer and use it in GitHub Desktop.
OpenWrt Rainbow - set led colors
uci set rainbow.wifi=led
uci set rainbow.@led[-1].color=blue
uci set rainbow.@led[-1].status=auto
uci set rainbow.pwr=led
uci set rainbow.@led[-1].color=red
uci set rainbow.@led[-1].status=auto
uci set rainbow.lan=led
uci set rainbow.@led[-1].color=green
uci set rainbow.@led[-1].status=auto
uci set rainbow.wan=led
uci set rainbow.@led[-1].color=FFFF00
uci set rainbow.@led[-1].status=auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment