Skip to content

Commit 881bd92

Browse files
authored
[fix]: notification docs (#2917)
1 parent 344ec14 commit 881bd92

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -525,9 +525,9 @@ When a regex is defined then `console.error` output from the adapter is always c
525525
The host supports the __message__ command `getNotifications` to query the stored notifications together with the localized names and descriptions.
526526

527527
The message needs to take the following parameters in the message object:
528-
* scopeFilter - scope of notifications
529-
* categoryFilter - category of notifications
530-
* instanceFilter - instance of notifications
528+
* `scope` - scope of notifications
529+
* `category` - category of notifications
530+
* `instance` - instance of notifications
531531

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

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

539539
The message needs to take the following parameters in the message object:
540-
* scopeFilter - scope of notifications
541-
* categoryFilter - category of notifications
542-
* instanceFilter - instance of notifications
540+
* `scope` - scope of notifications
541+
* `category` - category of notifications
542+
* `instance` - instance of notifications
543543

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

0 commit comments

Comments
 (0)