Trying to add a simple line of code to a CPE . RB411 running ROSv5.22 Firmware 2.41 . Simple line to enable the wireless interface only if it is disabled.
this would be proper way how to check that value:
:put [/interface wireless get wlan1 disabled]
falseand to see why type is returned:
:put [:type [/interface wireless get wlan1 disabled]]
bool