-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
There needs to be an option to start the timer on deband with the push of a button. This is done by adding a "placeholder" segment in the end, which only lasts one second and counts down to the desired time.
When the timer is done, that segment is shown and once the timer is restarted, it will look like it just starts.
- show end of last segment when timer is done
- add an option to put the start time a few seconds into the future when anything in the timer is changed This will make sure, that all displays have received the update and start counting synchronized (Chore: capsulate redis operations into respository module #26)
- This will be done by adding a
metadatastruct to the timer which contains an integer fielddelay_start_stop, which will be used as the delay after pressing restart. - The
metadatastruct shall not be present on the websocket
- This will be done by adding a
- add an option
ShowLastSegmentto thepre_start_behavior(Chore: capsulate redis operations into respository module #26) - make the sounds more configurable, so a start sound can be added
- The sounds will be at
/sounds/<sound file name> - each segment will have a
soundsarray which contains structs with the propertiesfilenameandtrigger_time - maybe check if
trigger_timeis contained in the segment trigger_timeis given in seconds and means the beginning of the given second.
- The sounds will be at
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request