smartdevicelink / sdl_core

SmartDeviceLink In-Vehicle Software and Sample HMI
BSD 3-Clause "New" or "Revised" License
241 stars 244 forks source link

SendHapticData doesn't include appID #3645

Closed iCollin closed 3 years ago

iCollin commented 3 years ago

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
  1. Send valid SendHapticData rpc from mobile
Expected Behavior

Core forwards the hapticRectData and appID to HMI

Observed Behavior

Core just sends the hapticRectData to HMI

iCollin commented 3 years ago

Closed via https://github.com/smartdevicelink/sdl_core/pull/3646