mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-09 17:44:29 +02:00
global-config: add earth symbol in hello-world message for mode button
This commit is contained in:
parent
8f7a0c2a06
commit
e820323e78
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
||||||
# Run different commands with multiple mode-button presses.
|
# Run different commands with multiple mode-button presses.
|
||||||
:global ModeButton {
|
:global ModeButton {
|
||||||
1="/system/script/run leds-toggle-mode;";
|
1="/system/script/run leds-toggle-mode;";
|
||||||
2=":global SendNotification; :global Identity; \$SendNotification (\"Hello...\") (\"Hello world, \" . \$Identity . \" calling!\");";
|
2=":global Identity; :global SendNotification; :global SymbolForNotification; \$SendNotification ([ \$SymbolForNotification \"earth\" ] . \"Hello...\") (\"Hello world, \" . \$Identity . \" calling!\");";
|
||||||
3="/system/shutdown;";
|
3="/system/shutdown;";
|
||||||
4="/system/reboot;";
|
4="/system/reboot;";
|
||||||
5=":global BridgePortVlan; \$BridgePortVlan alt;";
|
5=":global BridgePortVlan; \$BridgePortVlan alt;";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue