From 635127b0e5d7159acf9c616ca8d195033a9edc3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans-J=C3=B6rg=20Merk?= Date: Thu, 25 Mar 2021 13:08:36 +0100 Subject: [PATCH] Fix Typo in ReadMe (#10389) --- bundles/org.openhab.binding.intesis/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.binding.intesis/README.md b/bundles/org.openhab.binding.intesis/README.md index 78ec5640adc..300c6b4b4f5 100644 --- a/bundles/org.openhab.binding.intesis/README.md +++ b/bundles/org.openhab.binding.intesis/README.md @@ -36,7 +36,7 @@ The binding uses the following configuration parameters. | mode | String | The heating/cooling mode. | AUTO,HEAT,DRY,FAN,COOL | | fanSpeed | String | Fan speed (if applicable) | AUTO,1-10 | | vanesUpDown | String | Control of up/down vanes (if applicable) | AUTO,1-9,SWING,SWIRL,WIDE | -| vanesUpDown | String | Control of left/right vanes (if applicable) | AUTO,1-9,SWING,SWIRL,WIDE | +| vanesLeftRight | String | Control of left/right vanes (if applicable) | AUTO,1-9,SWING,SWIRL,WIDE | | targetTemperature | Number:Temperature | The currently set target temperature (if applicable) | range between 18°C and 30°C | | ambientTemperature | Number:Temperature | (Readonly) The ambient air temperature (if applicable) | | | outdoorTemperature | Number:Temperature | (Readonly) The outdoor air temperature (if applicable) | |