Convert number to repeat to avoid confusion

This commit is contained in:
Marc Di Luzio 2020-07-26 18:02:06 +01:00
parent c0d4a809c9
commit 74e1cd4564
6 changed files with 25 additions and 30 deletions

View file

@ -126,8 +126,8 @@ message Command {
// The command type
CommandType command = 1;
// The number of times to execute the command (assumes 1 if not present or 0)
int32 number = 2;
// The number of times to repeat the command after the first
int32 repeat = 2;
// broadcast - a simple message, must be composed of up to 3 printable ASCII
// glyphs (32-126)