diff options
author | Christian Hesse <mail@eworm.de> | 2020-04-24 20:47:47 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-04-24 20:47:47 +0200 |
commit | 0a48f37918f1c9ec202f4a0f3e598f2724ddb7a6 (patch) | |
tree | 2dabdd0595afa1558f0dbaf62a9981e768af88ea | |
parent | 29315c7377ab420121f8b75646d4f6366ce1c270 (diff) |
doc/mode-button: the reset button can do the samerouteros-6.47beta60
... starting with RouterOS 6.47beta60.
-rw-r--r-- | doc/mode-button.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/mode-button.md b/doc/mode-button.md index 5018d6e..0e5fa47 100644 --- a/doc/mode-button.md +++ b/doc/mode-button.md @@ -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 ------------- |