smartdevicelink / sdl_core

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

Replace clusterModeStatus with clusterModes and vise versa #3830

Closed ychernysheva closed 2 years ago

ychernysheva commented 2 years ago

Fixes #3460

This PR is ready for review.

Risk

This PR makes no API changes.

Testing Plan

Covered by ATF test scripts

Summary

There is a discrepancy between request and response names of VD parameter with data type VEHICLEDATA_CLUSTERMODESTATUS: according to API we should use name clusterModeStatus in mobile and HMI requests, but another name clusterModes is provided in mobile and HMI responses. To deal with this issue we need to convert request to response names and vise versa to ensure correct processing of requests and responses.

CLA

ychernysheva commented 2 years ago

@theresalech this PR is ready for Livio review