Correcting rollershutterposition documentation (#14850)

Signed-off-by: clinique <gael@lhopital.org>
This commit is contained in:
Gaël L'hopital 2023-04-21 18:03:34 +02:00 committed by GitHub
parent 216b41a2ef
commit 3ae20b776c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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>]}
```