Hello,
I would like to disable the 2.4 GHz Wi-Fi overnight.
Then I entered the following under System > Scheduled Tasks:
#Start Wi-Fi
00 08 * * 1-5 uci set wireless.radio1.disabled=0; uci commit wireless; wifi
00 10 * * 6-7 uci set wireless.radio1.disabled=0; uci commit wireless; wifi
#Stop Wi-Fi
00 23 * * * uci set wireless.radio1.disabled=1; uci commit wireless; wifi
wireless.@wifi-device[!].disabled=0 also did not result in the Wi-Fi being turned off at night.
I also tried wireless.@wifi-iface without success.
What did I misunderstand?
Have a nice day.
Bebbi
