- Bash script to toggle the WiFi LED (works on the TL-WN722N)
- Modified from this blog post
- works on Raspberry Pi, and likely any similar Linux install
$ toggle-wifi-led.sh [on|off|state]
0 22 * * * root /path/to/bin/toggle-wifi-led.sh off
0 8 * * * root /path/to/bin/toggle-wifi-led.sh on