Update README.md (#16670)

Added information when having one device attached

Signed-off-by: Matúš Hromada <matushromada@gmail.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
This commit is contained in:
Matúš Hromada 2024-05-10 12:18:31 +02:00 committed by Ciprian Pascu
parent 97cdc9a8fd
commit 29cecb756e

View File

@ -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