From e7c2a7745a7aa6b252091c144a7bd66055b6434e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 16 Feb 2021 16:01:36 +0100 Subject: daily-psk: drop support for attaching QR-Code The notification contains the link. Should be sufficient, no? --- daily-psk.local | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'daily-psk.local') diff --git a/daily-psk.local b/daily-psk.local index 1add2e9..ec03c1a 100644 --- a/daily-psk.local +++ b/daily-psk.local @@ -75,26 +75,14 @@ $WaitFullyConnected; :if ($Skip = 0) do={ :set Seen ($Seen, $Ssid); - - :local Url ("https://www.eworm.de/cgi-bin/cqrlogo-wifi.cgi" . \ + :local Link ("https://www.eworm.de/cgi-bin/cqrlogo-wifi.cgi" . \ "?scale=8&level=1&ssid=" . [ $UrlEncode $Ssid ] . "&pass=" . [ $UrlEncode $NewPsk ]); - :local Attach "qrcode-daily.png"; - - :do { - / tool fetch check-certificate=yes-without-crl \ - $Url dst-path=$Attach; - $WaitForFile $Attach; - } on-error={ - :set Attach ""; - } - $SendNotification ([ $SymbolForNotification "calendar" ] . "daily PSK " . $Ssid) \ ("This is the daily PSK on " . $Identity . ":\n\n" . \ "SSID: " . $Ssid . "\n" . \ "PSK: " . $NewPsk . "\n" . \ "Date: " . $Date . "\n\n" . \ - "A client device specific rule must not exist!") \ - $Url $Attach; + "A client device specific rule must not exist!") $Link; } } } -- cgit v1.2.3-54-g00ecf