Skip to content

Commit

Permalink
[logreader] Added hint about case sensitive patterns (openhab#11379)
Browse files Browse the repository at this point in the history
* [logreader] Added hint about case sensitive patterns

- Added hint about case sensitive patterns

Signed-off-by: Christoph Weitkamp <[email protected]>

* Incorporated comments from review

Signed-off-by: Christoph Weitkamp <[email protected]>

* Incorporated comments from review

Signed-off-by: Christoph Weitkamp <[email protected]>
Signed-off-by: Nick Waterton <[email protected]>
  • Loading branch information
cweitkamp authored and NickWaterton committed Dec 30, 2021
1 parent e028271 commit f3e9ee7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bundles/org.openhab.binding.logreader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ The `reader` Thing has the following configuration parameters:
| `customPatterns` | String | no | | Search patterns separated by \| character for custom events. |
| `customBlacklistingPatterns` | String | no | | Search patterns for blacklisting unwanted custom events separated by \| character. |

Search patterns follows Java regular expression syntax. See https://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html.
Search patterns follows [Java regular expression syntax](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/regex/Pattern.html).
Be aware that search patterns are case sensitive.

## Channels

Expand Down

0 comments on commit f3e9ee7

Please sign in to comment.