From c4f8c1ad52cd629f39009848610d31b320bfda03 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 26 Nov 2018 13:45:02 +0100 Subject: global-config: add identity tag --- global-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-config b/global-config index 7223187..b60ea3c 100644 --- a/global-config +++ b/global-config @@ -66,7 +66,7 @@ # Run different commands with multiple mode-button presses. :global "mode-button" { 1="/ system script run leds-toggle-mode;"; - 2=":global SendNotification; :global identity; \$SendNotification \"Hello...\" (\"Hello world, \" . \$identity . \" calling!\");"; + 2=":global SendNotification; :global identity; \$SendNotification (\"[\" . \$identity . \"] Hello...\") (\"Hello world, \" . \$identity . \" calling!\");"; 3="/ system shutdown;"; 4="/ system reboot;"; 5="/ system script run bridge-port-toggle;"; -- cgit v1.2.3-54-g00ecf