Feat: add autostart state to lanes
This commit is contained in:
parent
ba0c0f8b35
commit
408f250614
1 changed files with 7 additions and 0 deletions
|
@ -21,6 +21,13 @@ message LaneFullState {
|
|||
State state = 1;
|
||||
uint32 reactionTime = 2;
|
||||
uint32 climbingTime = 3;
|
||||
|
||||
// This is only relevant in training mode!
|
||||
// If this stays `true` for at least the configured autostart
|
||||
// standstillDurationBeforeStart, an autostart will be executed.
|
||||
// Once this becomes true, clients should display indicate it and
|
||||
// optionally show a countdown.
|
||||
bool autostartPending = 4;
|
||||
}
|
||||
|
||||
message RaceFullState {
|
||||
|
|
Loading…
Reference in a new issue