Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/SDL Passenger Mode #1

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/UI/OnDriverDistraction/assets/OnDriverDistraction.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/UI/OnDriverDistraction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Purpose

### Notification

!!! must

1. Inform SDL whenever the driver distraction mode is activated/deactivated on HMI.
2. Allow a passenger to dismiss the lock screen.

!!!

Driver distraction rules may be specific to contry/area, so it depends on HMI when to trigger activate/deactivate states.

_Note: SDL ignores all invalid notifications which come from HMI (invalid JSON, invalid data types/bounds etc)_

#### Parameters

|Name|Type|Mandatory|Additional|
Expand All @@ -23,6 +34,7 @@ OnDriverDistraction
![OnDriverDistraction](./assets/OnDriverDistraction.png)
|||


#### JSON Example Notification
```json
{
Expand Down