Add trigger-event-string profile to docs (#1851)
Signed-off-by: Jan N. Klug <github@klug.nrw>pull/1969/head
parent
e81df2316f
commit
b7ff3129af
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue