From 44eb6ab48a87f3c21db871d63bc5fd5dc03b90ca Mon Sep 17 00:00:00 2001 From: Wonsuk Lee Date: Wed, 2 Nov 2022 01:03:39 +0900 Subject: [PATCH] Add tire pressure unit to HMI (#501) * 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 --- spec/Cabin/Infotainment.vspec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spec/Cabin/Infotainment.vspec b/spec/Cabin/Infotainment.vspec index 4271dd484..764ee7e30 100644 --- a/spec/Cabin/Infotainment.vspec +++ b/spec/Cabin/Infotainment.vspec @@ -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