From 544a359fd6952303b9cacbe3e5bc49315e8dad9b Mon Sep 17 00:00:00 2001 From: Jimmy Tanagra Date: Sat, 28 Dec 2024 12:20:10 +1000 Subject: [PATCH] Add `timeOnly` and `offset` to `DateTimeTrigger` config Signed-off-by: Jimmy Tanagra --- configuration/jsr223.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configuration/jsr223.md b/configuration/jsr223.md index 92444cf854..00b3d8a2b8 100644 --- a/configuration/jsr223.md +++ b/configuration/jsr223.md @@ -533,9 +533,11 @@ All parameters are Strings. Read the JSR223 language specific documentation for examples of using these `TriggerType` objects. ::: details timer.DateTimeTrigger -| Parameter | Description | -| ---------- | ---------------------- | -| `itemName` | The name of the `Item` | +| Parameter | Description | +| ---------- | ------------------------------------------------------------------------- | +| `itemName` | The name of the `Item` | +| `timeOnly` | Whether only the time of the item should be compared or the date and time | +| `offset` | The offset in seconds to add to the time of the item | ::: ::: details timer.GenericCronTrigger