Skip to content

Commit 7c3187a

Browse files
committed
Add minimum version comments to change-based-only fields
1 parent 121ede8 commit 7c3187a

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

protos/vehicle_data.pb.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/vehicle_data.proto

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@ enum Field {
114114
SemitruckTractorParkBrakeStatus = 104; // Semi-truck only
115115
SemitruckTrailerParkBrakeStatus = 105; // Semi-truck only
116116
BrakePedalPos = 106;
117-
RouteLastUpdated = 107;
118-
RouteLine = 108;
119-
MilesToArrival = 109;
120-
MinutesToArrival = 110;
121-
OriginLocation = 111;
122-
DestinationLocation = 112;
117+
RouteLastUpdated = 107; // Requires firmware version 2024.26 or later
118+
RouteLine = 108; // Requires firmware version 2024.26 or later
119+
MilesToArrival = 109; // Requires firmware version 2024.26 or later
120+
MinutesToArrival = 110; // Requires firmware version 2024.26 or later
121+
OriginLocation = 111; // Requires firmware version 2024.26 or later
122+
DestinationLocation = 112; // Requires firmware version 2024.26 or later
123123
CarType = 113;
124124
Trim = 114;
125125
ExteriorColor = 115;
@@ -170,7 +170,7 @@ enum Field {
170170
BMSState = 160;
171171
GuestModeMobileAccessState = 161;
172172
Deprecated_1 = 162;
173-
DestinationName = 163;
173+
DestinationName = 163; // Requires firmware version 2024.26 or later
174174
DiInverterTR = 164;
175175
DiInverterTF = 165;
176176
DiInverterTREL = 166;

0 commit comments

Comments
 (0)