aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2022-08-25 12:52:59 +0200
committerGravatar Christian Hesse <mail@eworm.de>2022-08-25 12:57:40 +0200
commite820323e7836f4f258b4af8af4e49f3d088bc18e (patch)
treef90f11797fa0940507da2f3823ccef2dcc24cd41
parent8f7a0c2a0698fd8fc9596697de61d5abc7311466 (diff)
global-config: add earth symbol in hello-world message for mode button
-rw-r--r--global-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/global-config b/global-config
index 3d34ed2..a2afd66 100644
--- a/global-config
+++ b/global-config
@@ -128,7 +128,7 @@
# Run different commands with multiple mode-button presses.
:global ModeButton {
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;";
4="/system/reboot;";
5=":global BridgePortVlan; \$BridgePortVlan alt;";