global-functions: drop support for attachment in notification e-mail

This commit is contained in:
Christian Hesse 2021-02-16 16:04:18 +01:00
parent e7c2a7745a
commit 17d7678e2d
6 changed files with 12 additions and 15 deletions

View file

@ -30,7 +30,7 @@
"LTE interface " . $IntName . " on " . $Identity . ".\n\n" . \
"Interface: " . [ $CharacterReplace ($Info->"manufacturer" . " " . $Info->"model") ("\"") "" ] . "\n" . \
"Installed: " . ($Firmware->"installed") . "\n" . \
"Available: " . ($Firmware->"latest")) "" "" "true";
"Available: " . ($Firmware->"latest")) "" "true";
:set SentLteFirmwareUpgradeNotification ($Firmware->"latest");
}
}