mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
doc/mod/notification-matrix: end all commands with a semicolon
This commit is contained in:
parent
0f3746c894
commit
2acc0aba7e
1 changed files with 2 additions and 2 deletions
|
@ -97,12 +97,12 @@ will now send it to your Matrix account.
|
||||||
But of course you can use the function to send notifications directly. Give
|
But of course you can use the function to send notifications directly. Give
|
||||||
it a try:
|
it a try:
|
||||||
|
|
||||||
$SendMatrix "Subject..." "Body..."
|
$SendMatrix "Subject..." "Body...";
|
||||||
|
|
||||||
Alternatively this sends a notification with all available and configured
|
Alternatively this sends a notification with all available and configured
|
||||||
methods:
|
methods:
|
||||||
|
|
||||||
$SendNotification "Subject..." "Body..."
|
$SendNotification "Subject..." "Body...";
|
||||||
|
|
||||||
To use the functions in your own scripts you have to declare them first.
|
To use the functions in your own scripts you have to declare them first.
|
||||||
Place this before you call them:
|
Place this before you call them:
|
||||||
|
|
Loading…
Reference in a new issue