From e2b03dea757f1def5b203f8269309e01cc0f78e9 Mon Sep 17 00:00:00 2001 From: mueller-ma Date: Tue, 31 Oct 2023 19:58:11 +0100 Subject: [PATCH] Fix typo in README.md (#15826) Signed-off-by: mueller-ma --- bundles/org.openhab.binding.ecovacs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. | |