aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/mode-button.md10
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
-------------