Skip to content

Commit

Permalink
Add volume property to Navigation branch (COVESA#504)
Browse files Browse the repository at this point in the history
* Add volume property to Navigation branch

It need to have a volume property of Navigation to control the navigation guidance volume.

* add unit: percent  

-  Added unit: percent to Navigation.Volume and Media.Volume
  • Loading branch information
wonsuk73 authored and jdacoello committed Feb 15, 2023
1 parent 834753b commit 141b6ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec/Cabin/Infotainment.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Media.Volume:
type: actuator
min: 0
max: 100
unit: percent
description: Current Media Volume

Navigation:
Expand Down Expand Up @@ -104,6 +105,14 @@ Navigation.Mute:
allowed: ['MUTED', 'ALERT_ONLY', 'UNMUTED']
description: Navigation mute state that was selected.

Navigation.Volume:
datatype: uint8
type: actuator
min: 0
max: 100
unit: percent
description: Current navigation volume

HMI:
type: branch
description: HMI related signals
Expand Down

0 comments on commit 141b6ad

Please sign in to comment.