-
Notifications
You must be signed in to change notification settings - Fork 12
[SDL 0269] New vehicle data ClimateData #350
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
Merged
renonick87
merged 9 commits into
smartdevicelink:develop
from
LuxoftSDL:feature/sdl_0269_new_vehicle_data_climateData
Feb 10, 2021
Merged
Changes from 1 commit
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
a74af69
feature/sdl_0269_new_vehicle_data_climateData
vladmu d1e6617
Review fixes
vladmu 3881d93
Review fixes
vladmu 9f8ba10
Merge remote-tracking branch 'origin/develop' into feature/sdl_0269_n…
vladmu f683c5c
Merge remote-tracking branch 'origin/develop' into feature/sdl_0269_n…
vladmu f3c57cb
regenerated RPCs
vladmu f71de8c
review fixes
vladmu 29ece49
Merge remote-tracking branch 'origin/develop' into feature/sdl_0269_n…
BogMW e8316c2
Merge remote-tracking branch 'origin/develop' into feature/sdl_0269_n…
BogMW File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Are you able to apply this history tag to
VEHICLEDATA_EXTERNTEMP?<history> <element name="VEHICLEDATA_EXTERNTEMP" since="2.0" until="X.x" /> </history>I think you may just need to add
* @since SmartDeviceLink 2.0.0 * @deprecated in SmartDeviceLink 7.1.0around line 110 above
static get VEHICLEDATA_EXTERNTEMP ().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.
It is possible, but I'm not sure we need to add something here manually. The code you see is a result of the code generator tool.