-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
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
SDL 0192 Button Subscription response from HMI #580
SDL 0192 Button Subscription response from HMI #580
Conversation
… button response result code
@jordynmackool this PR is ready for review and is approved by Ford. |
…ption-response-from-HMI Fix naming and formatting
@ValeriiMalkov just checking in to make sure you've received Jacob's review. Please let us know if you have any questions or concerns with addressing his feedback. If you could also provide us with an anticipated date for when this PR will be ready for Livio's re-review, we'd appreciate it! Thank you! |
@theresalech Thanks for the reminder. Comments done and ready for review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR looks good, although it looks like there is an issue where the capabilities do not update when switching templates. That is out of the scope of this feature though, so that can be fixed separately
capabilities/display_capabilities.js
Outdated
"longPressAvailable": true, | ||
"upDownAvailable": true | ||
}], | ||
"buttonCapabilities": SDL.ButtonCapability, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"buttonCapabilities": SDL.ButtonCapability, | |
"buttonCapabilities": SDL.ButtonCapability.filter(button => button.name !== 'PLAY_PAUSE'), |
Ah, looks like PLAY_PAUSE
was not present in this template's capabilities originally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done bc91ea3
Apologies, one more minor suggestion |
Done bc91ea3 |
Implements #0192
This PR is ready for review.
Testing Plan
Manual testing
Instruction for the feature 0192_Button_Subscription_response_from_HMI_instruction_Web_HMI.xlsx
Summary
Implementation of Button Subscription response from HMI
CLA