mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-17 16:21:01 +02:00
doc/mod/notification-matrix: how to use the function
This commit is contained in:
parent
f0f05be8a9
commit
648ce9c3bd
1 changed files with 10 additions and 0 deletions
|
@ -90,6 +90,16 @@ Usage and invocation
|
||||||
There's nothing special to do. Every script or function sending a notification
|
There's nothing special to do. Every script or function sending a notification
|
||||||
will now send it to your Matrix account.
|
will now send it to your Matrix account.
|
||||||
|
|
||||||
|
But of course you can send notifications directly or use a function in your
|
||||||
|
own scripts. Give it a try:
|
||||||
|
|
||||||
|
$SendMatrix "Subject..." "Body..."
|
||||||
|
|
||||||
|
Alternatively this sends a notification with all available and configured
|
||||||
|
methods:
|
||||||
|
|
||||||
|
$SendNotification "Subject..." "Body..."
|
||||||
|
|
||||||
See also
|
See also
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue