Hi,
I have a question what is the mode button on the routers (for example at top of RB 941) - foto in attachment
When I press the button, there is no action (default and empty configuration).
Thank you in advance for your help
Hi,
I have a question what is the mode button on the routers (for example at top of RB 941) - foto in attachment
When I press the button, there is no action (default and empty configuration).
Thank you in advance for your help
It doesn’t do anything (currently, and hasn’t for 6 months).
See this thread: http://forum.mikrotik.com/t/hap-lite-classic-mode-button/113889/1
I have tested on cAP AC in 6.42 RouterOS version and it works:
/system routerboard mode-button
set enabled=yes on-event=script_reboot
/system script
add name=script_reboot owner=admin policy=ftp,reboot,read,write,policy,test,password,sniff,sensitive,romon source=“/system reboot”
In the default configuration is set as:
/system routerboard mode-button set enabled=yes
/system routerboard mode-button set on-event=dark-mode
/system script add name=dark-mode comment=“defconf” source={
:if ([system leds settings get all-leds-off] = “never”) do={
/system leds settings set all-leds-off=immediate
} else={
/system leds settings set all-leds-off=never