Skip to content

Commit

Permalink
Correcting rollershutterposition documentation (#14850)
Browse files Browse the repository at this point in the history
Signed-off-by: clinique <gael@lhopital.org>
  • Loading branch information
clinique authored Apr 21, 2023
1 parent 216b41a commit 3ae20b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>]}
```

0 comments on commit 3ae20b7

Please sign in to comment.