From bf979a4548db94895f05871eb271ed48845566a6 Mon Sep 17 00:00:00 2001 From: nWRqenkF Date: Fri, 21 Apr 2023 08:26:30 +0200 Subject: [PATCH] [smartmeter] Remove copy-paste-error, as this binding doesn't play sounds (#14848) * Update README.md --- bundles/org.openhab.binding.smartmeter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.smartmeter/README.md b/bundles/org.openhab.binding.smartmeter/README.md index bec95aad8ae..f511b352bfc 100644 --- a/bundles/org.openhab.binding.smartmeter/README.md +++ b/bundles/org.openhab.binding.smartmeter/README.md @@ -16,7 +16,7 @@ The smartmeter thing requires the serial port where the meter device is connecte | Parameter | Name | Description | Required | Default | | --------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- | -| `port` | The serial port to connect to | URL to use for playing notification sounds, e.g. `/dev/ttyUSB0` | yes | | +| `port` | The serial port to connect to | URL to use for reading SML data, e.g. `/dev/ttyUSB0`, `rfc2217://xxx.xxx.xxx.xxx:3002` | yes | | | `refresh` | The refresh interval in seconds | Defines at which interval the values of the meter device shall be read | no | 20 | | `mode` | The protocol mode to use | Can be `SML` (PUSH mode), `ABC` (PULL) or `D` (PUSH) | no | `SML` | | `baudrateChangeDelay` | Delay of baudrate change in ms | USB to serial converters often require a delay of up to 250ms after the ACK before changing baudrate (only relevant for 'C' mode) | no | 0 |