Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
klein0r committed Dec 22, 2023
1 parent bf34798 commit 9af1aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 9af1aeb

Please sign in to comment.