I am updating a clock with precision to seconds, and currently I use this to trigger the update action:
trigger: time_pattern
seconds: /1
At the same time a timer is running, and intuitively would make sense to use the timer change as the trigger.
So, my questions are two:
- Is there any way to access the timer change event?
- If that were possible, which option would be more efficient?
- Is there another way to synchronise a timer/time to a clock?
Kind of philosophical, but I really dislike the watchdog cronjob once per second.