Update README.md (#16670)

Added information when having one device attached

Signed-off-by: Matúš Hromada <matushromada@gmail.com>
This commit is contained in:
Matúš Hromada 2024-05-10 12:18:31 +02:00 committed by GitHub
parent 525b04ca61
commit 4fbe464a51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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