doc/mode-button: the reset button can do the same

... starting with RouterOS 6.47beta60.
This commit is contained in:
Christian Hesse 2020-04-24 20:47:47 +02:00
parent 29315c7377
commit 0a48f37918

View file

@ -10,7 +10,9 @@ These scripts extend the functionality of mode button. Instead of just one
you can trigger several actions by pressing the mode button several times.
The hardware needs to have a mode button, see
`/ system routerboard mode-button`.
`/ system routerboard mode-button`. Starting with RouterOS 6.47beta60 you
can configure the reset button to act the same, see
`/ system routerboard reset-button`.
Requirements and installation
-----------------------------
@ -19,10 +21,14 @@ Just install the scripts:
$ScriptInstallUpdate mode-button-event,mode-button-scheduler;
Then configure the mode-button to run `mode-button-event`:
Then configure the mode button to run `mode-button-event`:
/ system routerboard mode-button set enabled=yes on-event="/ system script run mode-button-event;";
To use the reset button instead:
/ system routerboard reset-button set enabled=yes on-event="/ system script run mode-button-event;";
Configuration
-------------