Skip to content

Commit

Permalink
[fix]: notification docs (#2917)
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Sep 21, 2024
1 parent 344ec14 commit 881bd92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,9 @@ When a regex is defined then `console.error` output from the adapter is always c
The host supports the __message__ command `getNotifications` to query the stored notifications together with the localized names and descriptions.

The message needs to take the following parameters in the message object:
* scopeFilter - scope of notifications
* categoryFilter - category of notifications
* instanceFilter - instance of notifications
* `scope` - scope of notifications
* `category` - category of notifications
* `instance` - instance of notifications

All three are optional and can be a string or null/undefined if omitted.

Expand All @@ -537,9 +537,9 @@ The host supports the __message__ command `clearNotifications` to clear specific
**Please only clear notifications that really were handled and displayed to the user especially for "system" scope!**

The message needs to take the following parameters in the message object:
* scopeFilter - scope of notifications
* categoryFilter - category of notifications
* instanceFilter - instance of notifications
* `scope` - scope of notifications
* `category` - category of notifications
* `instance` - instance of notifications

All three are optional and can be a string or null/undefined if omitted.

Expand Down

0 comments on commit 881bd92

Please sign in to comment.