Skip to content

Commit

Permalink
Merge branch 'main' into median
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-hoehn authored Sep 29, 2024
2 parents 4b0fe13 + 56c8772 commit 0ff9bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions developers/transformations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The FollowProfile takes state updates on an `Item` and sends them as a command o
In the direction from the ThingHandler towards the `Item`, the FollowProfile ignores state updates.

```java
<itemType> <itemName> { channel="<channelUID>", channel="<followChannelUID>"[profile="follow"]}
<itemType> <itemName> { channel="<channelUID>", channel="<followChannelUID>"[profile="system:follow"]}
```

### OffsetProfile
Expand All @@ -191,5 +191,5 @@ A positive offset is the amount of change from the device towards the framework,
A negative offset subtracts the offset from the value sent by the device to the framework and adds the offset to values sent from the framework to the device.

```java
Number <itemName> { channel="<bindingID>:<thing-typeID>:<thingName>:<channelName>"[profile="offset", offset="<value>"]}
Number <itemName> { channel="<bindingID>:<thing-typeID>:<thingName>:<channelName>"[profile="system:offset", offset="<value>"]}
```

0 comments on commit 0ff9bf1

Please sign in to comment.