Add a zero-value to the Frequency GRPC enum (required by protobuf specs)
This commit is contained in:
parent
5aa4d9e568
commit
f6f9696620
|
@ -58,6 +58,7 @@ message Waypoint {
|
|||
}
|
||||
|
||||
enum Frequency {
|
||||
UNSPECIFIED = 0;
|
||||
PUNCTUAL = 1;
|
||||
RECURRENT = 2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue