Skip to content

Commit 22cf0d8

Browse files
authored
Added Timestamp on Trigger Profile (openhab#1587)
Signed-off-by: Christoph Weitkamp <[email protected]>
1 parent 9d07cf0 commit 22cf0d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configuration/items.md

+1
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,7 @@ You can find the documentation of these Profiles within the [Add-On documentatio
713713
| `rawrocker-to-dimmer` | Trigger | Dimmer | Same as `rawrocker-to-on-off`, but additionally it allows to dim by holding the respective button. Technically, this Profile sends an `INCREASE` or `DECREASE` Command every 500 milliseconds while you hold. |
714714
| `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. |
715715
| `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. |
716+
| `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. |
716717
717718
##### Basic Example
718719

0 commit comments

Comments
 (0)