Skip to content

Commit

Permalink
fixed checkmark in table that filtering messages based on RQL is supp…
Browse files Browse the repository at this point in the history
…orted
  • Loading branch information
thjaeckle committed Nov 30, 2021
1 parent 6f30702 commit b8747d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ following parameters can additionally be provided when specifying the `topics` o
| Description | Topic | [Filter by namespaces](basic-changenotifications.html#by-namespaces) | [Filter by RQL expression](basic-changenotifications.html#by-rql-expression) |
|-------------|-----------------|------------------|-----------|
| Subscribe for [Thing events/change notifications](basic-changenotifications.html) | `_/_/things/twin/events` | ✔ | ✔ |
| Subscribe for [Thing messages](basic-messages.html) | `_/_/things/live/messages` | ✔ | ❌ |
| Subscribe for [Thing messages](basic-messages.html) | `_/_/things/live/messages` | ✔ | ✔ |
| Subscribe for [Thing live commands](protocol-twinlive.html) | `_/_/things/live/commands` | ✔ | ❌ |
| Subscribe for [Thing live events](protocol-twinlive.html) | `_/_/things/live/events` | ✔ | ✔ |
| Subscribe for [Policy announcements](protocol-specification-policies-announcement.html) | `_/_/policies/announcements` | ✔ | ❌ |
Expand Down

0 comments on commit b8747d3

Please sign in to comment.