From 97087c60c0b454e8a678745de5617bea11a102e6 Mon Sep 17 00:00:00 2001 From: Laurent Garnier Date: Tue, 5 May 2026 18:13:38 +0200 Subject: [PATCH] Enhance time trigger for DSL rule Signed-off-by: Laurent Garnier --- configuration/rules-dsl.md | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/rules-dsl.md b/configuration/rules-dsl.md index f749bfff44..2ac3557fed 100644 --- a/configuration/rules-dsl.md +++ b/configuration/rules-dsl.md @@ -173,6 +173,7 @@ You can either use some pre-defined expressions for timers or use a [cron expres ```java Time is midnight Time is noon +Time is 08:00 Time is [timeOnly] [offset=N] Time cron "" ```