We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a few typos in descriptions within the HMI_API.xml, which are in the process of being fixed in the MOBILE_API.xml in the RPC Spec repo: https://github.com/smartdevicelink/rpc_spec/pull/278/files
windowCapabilities
DisplayCapability
autoCompleteList
KeyboardProperties
SAVE
SeatMemoryActionType
siriusxmRadioAvailable
The text was updated successfully, but these errors were encountered:
Closed via #3505
Sorry, something went wrong.
theresalech
No branches or pull requests
Bug Report
There are a few typos in descriptions within the HMI_API.xml, which are in the process of being fixed in the MOBILE_API.xml in the RPC Spec repo: https://github.com/smartdevicelink/rpc_spec/pull/278/files
Expected Behavior
windowCapabilities
param inDisplayCapability
struct: https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/HMI_API.xml#L3554:autoCompleteList
param inKeyboardProperties
struct: https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/HMI_API.xml#L3064SAVE
inSeatMemoryActionType
enum: https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/HMI_API.xml#L1756siriusxmRadioAvailable
param: https://github.com/smartdevicelink/sdl_core/blob/master/src/components/interfaces/HMI_API.xml#L2101Observed Behavior
windowCapabilities
param inDisplayCapability
struct currently includes "capabilties"autoCompleteList
param inKeyboardProperties
struct currently includes "prepopulate"SAVE
inSeatMemoryActionType
enum currently includes "postions"siriusxmRadioAvailable
param currently includes "sirius XM"The text was updated successfully, but these errors were encountered: