aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.local
diff options
context:
space:
mode:
Diffstat (limited to 'daily-psk.local')
-rw-r--r--daily-psk.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/daily-psk.local b/daily-psk.local
index 0d098a0..13a878e 100644
--- a/daily-psk.local
+++ b/daily-psk.local
@@ -14,6 +14,7 @@
:global LogPrintExit;
:global SendNotification;
+:global SymbolForNotification;
:global UrlEncode;
:global WaitForFile;
:global WaitFullyConnected;
@@ -87,7 +88,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" . \