hello,
i am using scheduled tasks for enabling/disabling wlan. excample:
30 23 * * 0-6 uci set wireless.@wifi-device[0].disabled=1; uci commit wireless; wifi
0 5 * * 0-6 uci set wireless.@wifi-device[0].disabled=0; uci commit wireless; wifi
for a shortime a configured a second wlan (named "wlanForGuest"), and now i would like to upgrade my scheduled tasks. what is the correct name in the scheduled tasks?
wifi-device[1] ???
or
wifi-device['wlanForGuest'] ???
i am using tp-link 1043nd and OpenWrt Barrier Breaker 14.07 (+LUCI)