Feat: add MuteFalseStartSoundCommand
This commit is contained in:
parent
ff9ef2ecc1
commit
e565e19148
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,9 @@ message RebootCommand {}
|
||||||
|
|
||||||
message SayAtYourMarksCommand {}
|
message SayAtYourMarksCommand {}
|
||||||
|
|
||||||
|
// sets the race from FINISHED to FINISHED_MUTED, only works in FINISHED state
|
||||||
|
message MuteFalseStartSoundCommand {}
|
||||||
|
|
||||||
message Command {
|
message Command {
|
||||||
oneof command {
|
oneof command {
|
||||||
RaceStartCommand start = 1;
|
RaceStartCommand start = 1;
|
||||||
|
@ -25,5 +28,6 @@ message Command {
|
||||||
RaceResetCommand reset = 4;
|
RaceResetCommand reset = 4;
|
||||||
RebootCommand reboot = 5;
|
RebootCommand reboot = 5;
|
||||||
SayAtYourMarksCommand sayAtYourMarks = 6;
|
SayAtYourMarksCommand sayAtYourMarks = 6;
|
||||||
|
MuteFalseStartSoundCommand muteFalseStartSound = 7;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue