Skip to content

Commit

Permalink
Add tire pressure unit to HMI (COVESA#501)
Browse files Browse the repository at this point in the history
* Add tire pressure unit to HMI

- It needs to add tire pressure unit to HMI branch because there are three different units related with tire pressure in usual.

* Fix syntax error

- add ':' into the end of "HMI.TirePressureUnit"

* Replace allowed value strings with upper case

- Replace allowed value strings with upper case
  • Loading branch information
wonsuk73 authored and jdacoello committed Feb 15, 2023
1 parent 027efa8 commit d198cc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spec/Cabin/Infotainment.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ HMI.TemperatureUnit:
type: actuator
allowed: ['C', 'F']
description: Temperature unit used in the current HMI

HMI.TirePressureUnit:
datatype: string
type: actuator
allowed: [‘PSI’, ‘KPA’, ’BAR’]
description: Tire pressure unit used in the current HMI

HMI.DayNightMode:
datatype: string
Expand Down

0 comments on commit d198cc2

Please sign in to comment.