aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.template
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-09-18 13:08:29 +0200
committerGravatar Christian Hesse <mail@eworm.de>2020-09-18 13:08:29 +0200
commit1367a59c27706c4a2e47f0f3536ef851031468e7 (patch)
tree4c6c32364e73d70e51acbcfbb46ccf9dfda977bc /daily-psk.template
parent49737af6d191ec636030b1d408d3fb318ff9c9d0 (diff)
daily-psk: add symbol in notification
Diffstat (limited to 'daily-psk.template')
-rw-r--r--daily-psk.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/daily-psk.template b/daily-psk.template
index f462fe2..fd5bd2b 100644
--- a/daily-psk.template
+++ b/daily-psk.template
@@ -15,6 +15,7 @@
:global LogPrintExit;
:global SendNotification;
+:global SymbolForNotification;
:global UrlEncode;
:global WaitForFile;
:global WaitFullyConnected;
@@ -93,7 +94,7 @@ $WaitFullyConnected;
:set Attach "";
}
- $SendNotification ("daily PSK " . $Ssid) \
+ $SendNotification ([ $SymbolForNotification "calendar" ] . "daily PSK " . $Ssid) \
("This is the daily PSK on " . $Identity . ":\n\n" . \
"SSID: " . $Ssid . "\n" . \
"PSK: " . $NewPsk . "\n" . \