mirror of
https://github.com/elisspace/core.git
synced 2026-09-17 00:06:21 +00:00
Add the amount of remaining time before a timer is finished in its state attributes, so that it is received when fetching a timer state. In my particular case, it allows me to correctly implement a UI for a timer when it is paused and when the UI didn't received the pause state change (which happens when the UI is started after the pause). In this case, it is impossible to show the remaining amount of time before the timer ends.