Adds new variables for the time display. The time display is equal to the Stagetimer output, taking timer appearance into account (Docs). (Resolves #12)
$(stagetimer:timeDisplay) - Time Display
$(stagetimer:timeDisplayHours) - Time Display (hours)
$(stagetimer:timeDisplayMinutes) - Time Display (minutes)
$(stagetimer:timeDisplaySeconds) - Time Display (seconds)
Adds some variable about the current timer:
$(stagetimer:currentTimerStartTime12h) - Hard start time (12h format, Docs)
$(stagetimer:currentTimerStartTime24h)- Hard start time (24h format, Docs)
New features:
Transport: Reset
: Reset or restart the currently highlighted timer, utilizing the new/reset
API endpoint. (Resolves #11 and resolves #14)current_timer
andnext_timer
. See https://stagetimer.io/changelog/#version-213.$(stagetimer:timeDisplay)
- Time Display$(stagetimer:timeDisplayHours)
- Time Display (hours)$(stagetimer:timeDisplayMinutes)
- Time Display (minutes)$(stagetimer:timeDisplaySeconds)
- Time Display (seconds)$(stagetimer:currentTimerStartTime12h)
- Hard start time (12h format, Docs)$(stagetimer:currentTimerStartTime24h)
- Hard start time (24h format, Docs)$(stagetimer:nextTimerId)
- Timer ID$(stagetimer:nextTimerName)
- Timer name$(stagetimer:nextTimerSpeaker)
- Timer speaker$(stagetimer:nextTimerNotes)
- Timer notes$(stagetimer:nextTimerAppearance)
– Timer appearance (Docs)$(stagetimer:nextTimerStartTime12h)
- Hard start time (12h format, Docs)$(stagetimer:nextTimerStartTime24h)
- Hard start time (24h format, Docs)$(stagetimer:nextTimerDuration)
- Timer duration$(stagetimer:nextTimerDurationAsMs)
- Timer duration (ms)