Skip to content

Commit d22af6e

Browse files
STATE_STANDBY instead of STATE_OFF
STATE_STANDBY instead of STATE_OFF and description extension. Signed-off-by: Thomas Nader <Thomas.Nader@bmw.de>
1 parent c137c23 commit d22af6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

osi_hostvehicledata.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)