Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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