Add a zero-value to the Frequency GRPC enum (required by protobuf specs)

This commit is contained in:
Romain Thouvenin 2024-05-07 10:41:06 +02:00
parent 5aa4d9e568
commit f6f9696620
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ message Waypoint {
} }
enum Frequency { enum Frequency {
UNSPECIFIED = 0;
PUNCTUAL = 1; PUNCTUAL = 1;
RECURRENT = 2; RECURRENT = 2;
} }