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
106
106
optional OperatingState operating_state = 2 ;
107
107
108
108
// Possible operating states of the vehicle.
109
+ // It is user specific which states are used and how their transitions work.
109
110
//
110
111
enum OperatingState
111
112
{
@@ -124,9 +125,9 @@ message HostVehicleData
124
125
125
126
// Cabin lights and entertainment are off. The vehicle can not be driven.
126
127
// 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.
128
129
//
129
- OPERATING_STATE_OFF = 3 ;
130
+ OPERATING_STATE_STANDBY = 3 ;
130
131
131
132
// Some features of the vehicle are available e.g. cabin lights.
132
133
// Entertainment is off and the vehicle can not be driven.
You can’t perform that action at this time.
0 commit comments