Hi, very nice addon !
I still have a question : is there a way to synchronize timers between clients using ServerPush ? Thanks for your answer !
You can use a view registry to maintain a list of all the views with timers and use ServerPush to update them.
The main issue is you would need to implement a timer on the server side, or some other way to keep track of the time on the server side.
One thing currently missing is a method to set the current time. Right now the only method available setStartTime will make reset use that time, and that might not be the desired behavior.