mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
check-lte-firmware-upgrade: give current and available version
This commit is contained in:
parent
fe8820d7d5
commit
06c8f279f8
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,9 @@
|
|||
:if (($Firmware->"installed") != ($Firmware->"latest")) do={
|
||||
$SendNotification ("LTE firmware upgrade") \
|
||||
("A new firmware version " . ($Firmware->"latest") . " is available for " . \
|
||||
"LTE interface " . $IntName . " on " . $Identity . ".") "" "true";
|
||||
"LTE interface " . $IntName . " on " . $Identity . ".\n\n" . \
|
||||
"Installed: " . ($Firmware->"installed") . "\n" . \
|
||||
"Available: " . ($Firmware->"latest")) "" "true";
|
||||
:set SentLteFirmwareUpgradeNotification ($Firmware->"latest");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue