From 20fd172c9782560ce5655ce0a8d42e4baa98fbbb Mon Sep 17 00:00:00 2001 From: jacobkeeler Date: Wed, 18 Sep 2019 16:15:41 -0400 Subject: Fix definition of maximumChangeVelocity in HMI API --- src/components/interfaces/HMI_API.xml | 13 +++++++++---- src/components/interfaces/MOBILE_API.xml | 5 +++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml index 8e2d8dd0d1..6f58dd01b2 100644 --- a/src/components/interfaces/HMI_API.xml +++ b/src/components/interfaces/HMI_API.xml @@ -3332,8 +3332,13 @@ References signal "VedsEvntRoll_D_Ltchd". See VehicleDataEventStatus. - - References signal "VedsMaxDeltaV_D_Ltchd". See VehicleDataEventStatus. + + + References signal "VedsMaxDeltaV_D_Ltchd". Change in velocity in KPH. Additional reserved values: + 0x00 No event + 0xFE Not supported + 0xFF Fault + References signal "VedsMultiEvnt_D_Ltchd". See VehicleDataEventStatus. @@ -4082,7 +4087,7 @@ - + @@ -4113,7 +4118,7 @@ - + Contains information about the locations of each seat diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml index d4397fdd5b..a98652dc95 100644 --- a/src/components/interfaces/MOBILE_API.xml +++ b/src/components/interfaces/MOBILE_API.xml @@ -1857,7 +1857,8 @@ - References signal "VedsMaxDeltaV_D_Ltchd". Change in velocity in KPH. Additional reserved values: + + References signal "VedsMaxDeltaV_D_Ltchd". Change in velocity in KPH. Additional reserved values: 0x00 No event 0xFE Not supported 0xFF Fault @@ -3021,7 +3022,7 @@ - + -- cgit v1.2.1