Skip to content

Commit

Permalink
Add trigger-event-string profile to docs (#1851) (#1852)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <github@klug.nrw>

Co-authored-by: J-N-K <github@klug.nrw>
  • Loading branch information
github-actions[bot] and J-N-K authored Jul 3, 2022
1 parent ee44f8d commit bc3192d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configuration/items.md
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,7 @@ You can find the documentation of these Profiles within the [Add-On documentatio
| `rawrocker-to-play-pause`, `rawrocker-to-next-previous` and `rawrocker-to-rewind-fastforward` | Trigger | Player | These Profiles can only be used on Channels of the type `system.rawrocker` and Player Items. They will convert a press on the first rocker button to an `PLAY` / `NEXT` / `FASTFORWARD` command while the second one will be converted to an `PAUSE` / `PREVIOUS` / `REWIND` command. |
| `rawrocker-to-stop-move` and `rawrocker-to-up-down` | Trigger | Rollershutter | These Profiles can only be used on Channels of the type `system.rawrocker` and Rollershutter Items. They will convert a press on the first rocker button to an `MOVE` / `UP` command while the second one will be converted to an `STOP` / `DOWN` command. |
| `timestamp-trigger` | Trigger | DateTime | This Profile can be used to link a trigger Channel to a DateTime Item and will update it every time the Channel triggers an event, whatever the event is. |
| `trigger-event-string` | Trigger | String | This profile can be used to link a trigger channel to a String item. The item's state will be updated to the string representation of the triggering event (e.g. `PRESSED`). |
##### Basic Example
Expand Down

0 comments on commit bc3192d

Please sign in to comment.