From: Gaƫl L'hopital Date: Fri, 21 Apr 2023 16:03:34 +0000 (+0200) Subject: Correcting rollershutterposition documentation (#14850) X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=3ae20b776cc9d75c22f06e335325df80c62d165c;p=openhab-addons.git Correcting rollershutterposition documentation (#14850) Signed-off-by: clinique --- diff --git a/bundles/org.openhab.transform.rollershutterposition/README.md b/bundles/org.openhab.transform.rollershutterposition/README.md index dd1a0bf22c..8df1f2f48e 100644 --- a/bundles/org.openhab.transform.rollershutterposition/README.md +++ b/bundles/org.openhab.transform.rollershutterposition/README.md @@ -14,6 +14,6 @@ The precision parameter can be used to specify the minimum movement that can be This is useful when latencies in the system limit prevent very small movements and will reduce the accuracy of the position estimation. ```java -Rollershutter { channel=""[profile="rollershutter:position", uptime=, downtime=, precision=]]} +Rollershutter { channel=""[profile="transform:ROLLERSHUTTERPOSITION", uptime=, downtime=, precision=]} ```