diff options
author | Christian Hesse <mail@eworm.de> | 2022-06-05 22:50:23 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2022-06-05 22:50:23 +0200 |
commit | 648ce9c3bdbb9ce36359dc2fe6c9c2fafb207cae (patch) | |
tree | 86ff561010cdbb82b10955059073030e07c86bdb /doc/mod | |
parent | f0f05be8a9663fab7f1fcdf0931465654a77d9bd (diff) |
doc/mod/notification-matrix: how to use the function
Diffstat (limited to 'doc/mod')
-rw-r--r-- | doc/mod/notification-matrix.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/mod/notification-matrix.md b/doc/mod/notification-matrix.md index 3da5659..c5003e0 100644 --- a/doc/mod/notification-matrix.md +++ b/doc/mod/notification-matrix.md @@ -90,6 +90,16 @@ Usage and invocation There's nothing special to do. Every script or function sending a notification 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 -------- |