mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-10 05:04:47 +02:00
check-lte-firmware-upgrade: update formatting of notification
This commit is contained in:
parent
d2883e6f43
commit
0b04f173c8
1 changed files with 3 additions and 2 deletions
|
@ -73,8 +73,9 @@
|
||||||
message=("A new firmware version " . ($Firmware->"latest") . " is available for " . \
|
message=("A new firmware version " . ($Firmware->"latest") . " is available for " . \
|
||||||
"LTE interface " . $IntName . " on " . $Identity . ".\n\n" . \
|
"LTE interface " . $IntName . " on " . $Identity . ".\n\n" . \
|
||||||
[ $FormatLine "Interface" [ $CharacterReplace ($Info->"manufacturer" . " " . $Info->"model") ("\"") "" ] ] . "\n" . \
|
[ $FormatLine "Interface" [ $CharacterReplace ($Info->"manufacturer" . " " . $Info->"model") ("\"") "" ] ] . "\n" . \
|
||||||
[ $FormatLine "Installed" ($Firmware->"installed") ] . "\n" . \
|
"Firmware version:\n" . \
|
||||||
[ $FormatLine "Available" ($Firmware->"latest") ]); silent=true });
|
[ $FormatLine " Installed" ($Firmware->"installed") ] . "\n" . \
|
||||||
|
[ $FormatLine " Available" ($Firmware->"latest") ]); silent=true });
|
||||||
:set ($SentLteFirmwareUpgradeNotification->$IntName) ($Firmware->"latest");
|
:set ($SentLteFirmwareUpgradeNotification->$IntName) ($Firmware->"latest");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue