mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-26 05:44:39 +02:00
check-lte-firmware-upgrade: make notification silent
This commit is contained in:
parent
06b93ca6c2
commit
a78d9d0470
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
:if (($Firmware->"installed") != ($Firmware->"latest")) do={
|
:if (($Firmware->"installed") != ($Firmware->"latest")) do={
|
||||||
$SendNotification ("LTE firmware upgrade") \
|
$SendNotification ("LTE firmware upgrade") \
|
||||||
("A new firmware version " . ($Firmware->"latest") . " is available for " . \
|
("A new firmware version " . ($Firmware->"latest") . " is available for " . \
|
||||||
"LTE interface " . $IntName . " on " . $Identity . ".");
|
"LTE interface " . $IntName . " on " . $Identity . ".") "" "true";
|
||||||
:set SentLteFirmwareUpgradeNotification ($Firmware->"latest");
|
:set SentLteFirmwareUpgradeNotification ($Firmware->"latest");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue