aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.template
diff options
context:
space:
mode:
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" . \