From 0a48f37918f1c9ec202f4a0f3e598f2724ddb7a6 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 24 Apr 2020 20:47:47 +0200 Subject: doc/mode-button: the reset button can do the same ... starting with RouterOS 6.47beta60. --- doc/mode-button.md | 10 ++++++++-- 1 file 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 ------------- -- cgit v1.2.3-54-g00ecf