aboutsummaryrefslogtreecommitdiffstats
path: root/daily-psk.capsman
diff options
context:
space:
mode:
Diffstat (limited to 'daily-psk.capsman')
-rw-r--r--daily-psk.capsman3
1 files changed, 2 insertions, 1 deletions
diff --git a/daily-psk.capsman b/daily-psk.capsman
index a60f41d..33208f5 100644
--- a/daily-psk.capsman
+++ b/daily-psk.capsman
@@ -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" . \