Add status

This commit is contained in:
2022-11-02 00:25:21 +01:00
parent be9ee8372f
commit da16c90fc3
4 changed files with 267 additions and 172 deletions

View File

@@ -46,6 +46,10 @@ message GetVehicleResponse {
message GetVehiclesRequest {
repeated string namespaces = 5;
repeated string types = 6;
repeated string administrators = 7;
google.protobuf.Timestamp availability_from = 8;
google.protobuf.Timestamp availability_to = 9;
}
message GetVehiclesResponse {