From 4fbe464a513ff638c3a1ea649bbec2c12fcaf4f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C3=BA=C5=A1=20Hromada?= Date: Fri, 10 May 2024 12:18:31 +0200 Subject: [PATCH] Update README.md (#16670) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added information when having one device attached Signed-off-by: Matúš Hromada --- bundles/org.openhab.binding.serial/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bundles/org.openhab.binding.serial/README.md b/bundles/org.openhab.binding.serial/README.md index 8eed5486d77..80268098848 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