Skip to content

Commit

Permalink
Remove location from vent windows command
Browse files Browse the repository at this point in the history
The location field is not required or enforced for the vent windows
command for vehicles that support this protocol. Removing from the
protobuf definition to avoid confusion.
  • Loading branch information
Seth Terashima authored and sethterashima committed May 17, 2024
1 parent 4ea8e2b commit 7bfff28
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 179 deletions.
2 changes: 1 addition & 1 deletion pkg/protocol/protobuf/car_server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ message VehicleControlTriggerHomelinkAction {
}

message VehicleControlWindowAction {
LatLong location = 1;
reserved 1; // Location not required for vehicles that support this protocol.
oneof action {
Void unknown = 2;
Void vent = 3;
Expand Down
Loading

0 comments on commit 7bfff28

Please sign in to comment.