Closed iCollin closed 3 years ago
SendHapticData in the HMI API lists appID as a mandatory parameter, but this request is forwarded to the HMI without this parameter.
Core forwards the hapticRectData and appID to HMI
hapticRectData
Core just sends the hapticRectData to HMI
Closed via https://github.com/smartdevicelink/sdl_core/pull/3646
Bug Report
SendHapticData in the HMI API lists appID as a mandatory parameter, but this request is forwarded to the HMI without this parameter.
Reproduction Steps
Expected Behavior
Core forwards the
hapticRectData
and appID to HMIObserved Behavior
Core just sends the
hapticRectData
to HMI