]> git.basschouten.com Git - openhab-addons.git/commitdiff
Correcting rollershutterposition documentation (#14850)
authorGaël L'hopital <gael@lhopital.org>
Fri, 21 Apr 2023 16:03:34 +0000 (18:03 +0200)
committerGitHub <noreply@github.com>
Fri, 21 Apr 2023 16:03:34 +0000 (18:03 +0200)
Signed-off-by: clinique <gael@lhopital.org>
bundles/org.openhab.transform.rollershutterposition/README.md

index dd1a0bf22c09edd704ab831dca9c37bdae10c98a..8df1f2f48e3ac5c14ae16efef2142ff12d298e65 100644 (file)
@@ -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 <itemName> { channel="<channelUID>"[profile="rollershutter:position", uptime=<uptime>, downtime=<downtime>, precision=<minimun percent movement>]]}
+Rollershutter <itemName> { channel="<channelUID>"[profile="transform:ROLLERSHUTTERPOSITION", uptime=<uptime>, downtime=<downtime>, precision=<minimun percent movement>]}
 ```