Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Notification: "when_relative" for "chronometer" (#4273)
"timeout" is relative, but "when" is absolute by default. It is now possible to synchronize timers in seconds without time difference: ```yaml timeout: 120 chronometer: "true" when: 120 when_relative: "true" ```
- Loading branch information