check-lte-firmware-upgrade: update formatting of notification

This commit is contained in:
Christian Hesse 2023-06-06 22:51:53 +02:00
parent d2883e6f43
commit 0b04f173c8
1 changed files with 3 additions and 2 deletions

View File

@ -73,8 +73,9 @@
message=("A new firmware version " . ($Firmware->"latest") . " is available for " . \
"LTE interface " . $IntName . " on " . $Identity . ".\n\n" . \
[ $FormatLine "Interface" [ $CharacterReplace ($Info->"manufacturer" . " " . $Info->"model") ("\"") "" ] ] . "\n" . \
[ $FormatLine "Installed" ($Firmware->"installed") ] . "\n" . \
[ $FormatLine "Available" ($Firmware->"latest") ]); silent=true });
"Firmware version:\n" . \
[ $FormatLine " Installed" ($Firmware->"installed") ] . "\n" . \
[ $FormatLine " Available" ($Firmware->"latest") ]); silent=true });
:set ($SentLteFirmwareUpgradeNotification->$IntName) ($Firmware->"latest");
}