From: Matúš Hromada Date: Fri, 10 May 2024 10:18:31 +0000 (+0200) Subject: Update README.md (#16670) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=4fbe464a513ff638c3a1ea649bbec2c12fcaf4f2;p=openhab-addons.git Update README.md (#16670) Added information when having one device attached Signed-off-by: Matúš Hromada --- diff --git a/bundles/org.openhab.binding.serial/README.md b/bundles/org.openhab.binding.serial/README.md index 8eed5486d7..8026809884 100644 --- a/bundles/org.openhab.binding.serial/README.md +++ b/bundles/org.openhab.binding.serial/README.md @@ -55,9 +55,9 @@ The configuration for the `serialBridge` consists of the following parameters: The configuration for the `serialDevice` consists of the following parameters: -| Parameter | Description | -| ------------ | ----------------------------------------------------------------------------------------------------- | -| patternMatch | Regular expression used to identify device from received data (must match the whole line) (mandatory) | +| Parameter | Description | +| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------- | +| patternMatch | Regular expression used to identify device from received data (must match the whole line). Use .* when having only one device attached. (mandatory)| ## Channels