File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ message HostVehicleData
106106 optional OperatingState operating_state = 2 ;
107107
108108 // Possible operating states of the vehicle.
109+ // It is user specific which states are used and how their transitions work.
109110 //
110111 enum OperatingState
111112 {
@@ -124,9 +125,9 @@ message HostVehicleData
124125
125126 // Cabin lights and entertainment are off. The vehicle can not be driven.
126127 // Some ECUs are still operating and not in their minimum electrical sate.
127- // Usually the driver has left the vehicle recently.
128+ // Usually the driver has left (and closed) the vehicle recently.
128129 //
129- OPERATING_STATE_OFF = 3 ;
130+ OPERATING_STATE_STANDBY = 3 ;
130131
131132 // Some features of the vehicle are available e.g. cabin lights.
132133 // Entertainment is off and the vehicle can not be driven.
You can’t perform that action at this time.
0 commit comments