-
Notifications
You must be signed in to change notification settings - Fork 0
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/sdl 0269 new vehicle data climate data #7
base: develop
Are you sure you want to change the base?
Feature/sdl 0269 new vehicle data climate data #7
Conversation
Add new struct Add to SubscribeVehicleData, UnsubscribeVehicleData, GetVehicleData, OnVehicleData RPCs
docs/Common/Enums/index.md
Outdated
@@ -889,6 +889,7 @@ | |||
|VEHICLEDATA_ELECTRONICPARKBRAKESTATUS|29|| | |||
|VEHICLEDATA_CLOUDAPPVEHICLEID|30| Parameter used by cloud apps or the policy server to identify a head unit| | |||
|VEHICLEDATA_OEM_CUSTOM_DATA|31|| | |||
|VEHICLEDATA_CLIMATEDATA|32|| |
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.
@KhrystynaDubovyk please rebase the feature branch to the latest develop
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.
or make git reset --hard origin/develop
and then git cherry-pick 02e39eb
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.
@LitvinenkoIra, thank you for review, the conflicts are resolved
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.
please check the comments
Co-authored-by: Ira Lytvynenko (GitHub) <ILytvynenko@luxoft.com>
Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Co-authored-by: Shobhit Adlakha <ShobhitAd@users.noreply.github.com>
Expand
VehicleDataType
enum with new paramAdd new struct
ClimateData
Add
climateData
to SubscribeVehicleData, UnsubscribeVehicleData, GetVehicleData, OnVehicleData RPCs