-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature/Remote Control - Allow Multiple Modules per Module Type #171
Conversation
1 add new ModuleInfo struct 2 ModuleData -> add `moduleId` param 3 add new Grid struct 4 add struct SeatLocation 5 add new struct SeatLocationCapability 6. ClimateControlCapabilities -> add `moduleInfo` 7. RadioControlCapabilities -> add `moduleInfo` 8. ButtonCapabilities -> add `moduleInfo` 9. AudioControlCapabilities -> add `moduleInfo` 10. HMISettingsControlCapabilities -> add `moduleInfo` 11. LightControlCapabilities -> add `moduleInfo` 12. SeatControlCapabilities -> add `moduleInfo` 13. SeatControlData - remove `id` param 14. SystemCapability struct - > add "seatLocationCapability" Enums 1. remove SupportedSeat 2. SystemCapabilityType -> add SEAT_LOCATION Functions 1. GetInteriorVehicleData_request -> add `moduleId`, add `subscribe` description 2. ButtonPress add "moduleId" 3. GetInteriorVehicleDataConsent_request -> add `moduleIds` 4. GetInteriorVehicleDataConsent_response -> "allowed" add array="true" 5. TTS.SetGlobalProperties_request -> add param `userLocation` 6. RC.GetCapabilities_response -> add param name="seatLocationCapability"
added per revision smartdevicelink/sdl_evolution#786
…eLinkMirror/sdl_hmi_integration_guidelines into feature/multiple_modules
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
@theresalech Ford has approved of these changes. |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
docs/RC/GetInteriorVehicleDataConsent/assets/GetInteriorVehicleDataConsent.gliffy
Outdated
Show resolved
Hide resolved
Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Preview this pull request for HMI Documentation: |
1 similar comment
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
1 similar comment
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
In this feature, the |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
@ShobhitAd, please see RC/SetGlobalProperties/index.md in a19e0a8 |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
@KhrystynaDubovyk Thanks for making the changes so quickly. We should also add {
"name": "SetGlobalProperties"
} to the |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
@ShobhitAd, please see the updates to config.json in 2a62528 |
Co-Authored-By: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Preview this pull request for HMI Documentation: |
Provides the information for #2919
Proposal: Remote Control - Allow Multiple Modules per Module Type
This PR is ready for review.
Summary
HMI guidelines for SDL evolution issue: smartdevicelink/sdl_evolution#700
moduleId
parammoduleInfo
moduleInfo
moduleInfo
moduleInfo
moduleInfo
moduleInfo
moduleInfo
id
-> mandatory=falseEnums
Functions
moduleId
, addsubscribe
descriptionmoduleIds
CLA