From 9af1aeb1c927a9f3a978f84a6eef78cbec0b9f6a Mon Sep 17 00:00:00 2001 From: Matthias Kleine Date: Fri, 22 Dec 2023 13:59:23 +0100 Subject: [PATCH] Documentation --- docs/en/javascript.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/javascript.md b/docs/en/javascript.md index 231dc072..a7f433d1 100644 --- a/docs/en/javascript.md +++ b/docs/en/javascript.md @@ -602,8 +602,8 @@ Allows to create a schedule based on a state value. If the state value changes, Supported formats: -- `hh:mm:ss` (e.g. `12:42:15`) -- `hh:mm` (e.g. `13:37`) +- `[h]h:[m]m:ss` (e.g. `12:42:15`, `15:3:12`, `3:10:25`) +- `[h]h:[m]m` (e.g. `13:37`, `9:40`) ```js scheduleById('0_userdata.0.configurableTimeFormat', () => {