diff options
author | Christian Hesse <mail@eworm.de> | 2018-11-26 13:45:02 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2018-11-26 13:45:02 +0100 |
commit | c4f8c1ad52cd629f39009848610d31b320bfda03 (patch) | |
tree | ef2f3431d2e91889407c17161e3bee53c574755d | |
parent | cdb85460bd549f20e4ba25f198360fedc9e67db4 (diff) |
global-config: add identity tag
-rw-r--r-- | global-config | 2 |
1 files changed, 1 insertions, 1 deletions
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;"; |