diff --git a/bundles/org.openhab.binding.ecovacs/README.md b/bundles/org.openhab.binding.ecovacs/README.md index 3360cf0ee965c..80266490c117f 100644 --- a/bundles/org.openhab.binding.ecovacs/README.md +++ b/bundles/org.openhab.binding.ecovacs/README.md @@ -114,7 +114,7 @@ The following actions are supported by the `command` channel: |--------------|-------------------------------------------|------------------------------------------------------| | `clean` | Start cleaning in automatic mode. | | | `spotArea` | Start cleaning specific rooms. | | -| `customArea` | Start cleaning specific areas. | | +| `customArea` | Start cleaning specific areas. | | | `pause` | Pause cleaning if it's currently active. | If the device is idle, the command is ignored. | | `resume` | Resume cleaning if it's currently paused. | If the device is not paused, the command is ignored. | | `stop` | Stop cleaning immediately. | |