mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-16 13:04:30 +02:00
global-functions: $SendNotification: set origin
This commit is contained in:
parent
3015743b19
commit
c5a5fb5836
1 changed files with 1 additions and 1 deletions
|
@ -1299,7 +1299,7 @@
|
||||||
:set SendNotification do={
|
:set SendNotification do={
|
||||||
:global SendNotification2;
|
:global SendNotification2;
|
||||||
|
|
||||||
$SendNotification2 ({ subject=$1; message=$2; link=$3; silent=$4 });
|
$SendNotification2 ({ origin=$0; subject=$1; message=$2; link=$3; silent=$4 });
|
||||||
}
|
}
|
||||||
|
|
||||||
# send notification via NotificationFunctions - expects one array argument
|
# send notification via NotificationFunctions - expects one array argument
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue