Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[profiles] Update index.md #2367

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>"]}
```