Merge "Update VehicleApPowerStateShutdownParam" into main
This commit is contained in:
commit
510537ffa7
2 changed files with 5 additions and 0 deletions
|
@ -40,4 +40,5 @@ enum VehicleApPowerStateShutdownParam {
|
|||
SLEEP_IMMEDIATELY = 4,
|
||||
HIBERNATE_IMMEDIATELY = 5,
|
||||
CAN_HIBERNATE = 6,
|
||||
EMERGENCY_SHUTDOWN = 7,
|
||||
}
|
||||
|
|
|
@ -45,4 +45,8 @@ enum VehicleApPowerStateShutdownParam {
|
|||
* AP can enter hibernation (suspend to disk) instead of shutting down completely.
|
||||
*/
|
||||
CAN_HIBERNATE = 6,
|
||||
/**
|
||||
* AP must shutdown (gracefully) without a delay.
|
||||
*/
|
||||
EMERGENCY_SHUTDOWN = 7,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue