Thanks for the input.
I can see how the echo command is being used to turn something on and off but the next trick I’d like to see is how to make the LED blink at a certain rate without using a script to turn it on and off repeatedly. Meaning, one command to start the LED flashing at a s certain rate, one more command to stop it or change it to another rate.

From what I have read, the kmod-ledtrig-timer is the package I need to do blinking LEDs.

I am not a programmer so am trying to avoid writing a script unless there is something very simple to be found on the Internet somewhere.

I find this on the openwrt site but no idea how to use it.

opkg install kmod-ledtrig-timer

Name Type Required Default Description
default integer no 0 LED state before trigger: 0 means OFF and 1 means ON
delayoff integer yes (none) How long (in milliseconds) the LED should be off.
delayon integer yes (none) How long (in milliseconds) the LED should be on.
sysfs string yes (none) LED device name
trigger string yes (none) timer