mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 16:24:25 +02:00
add scripts mode-button-{event,scheduler}
This commit is contained in:
parent
8f4986af0b
commit
172d789f2a
3 changed files with 38 additions and 0 deletions
|
@ -39,6 +39,14 @@
|
|||
# pseudo-random PSK.
|
||||
:global "daily-psk-match-comment" "Daily PSK";
|
||||
|
||||
# Run different commands with multiple mode-button presses.
|
||||
:global "mode-button" {
|
||||
1="/ system script run leds-toggle-mode;";
|
||||
2="/ system shutdown";
|
||||
3="/ system reboot";
|
||||
# add mode here...
|
||||
};
|
||||
|
||||
# This address should resolve ntp servers and is used to update
|
||||
# ntp settings. A pool can rotate servers.
|
||||
:global "ntp-pool" "pool.ntp.org";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue