Update remote control radio parameter #93
Conversation
| false | ||
| ], | ||
|
|
||
| hdChannelAvailableCurrent:[ |
There was a problem hiding this comment.
@yang1070 This is array, because we can access the array to index which that the matches with available channel. And that's why we can to take off channel on the radio view. If it was a structure, we doesn't can to do that.
There was a problem hiding this comment.
There need a change in the case that when hdRadioEnabled changes from false to true, the OnInteriorVehicleData notifications shall include all parameters related to HD radio, not just the hdRadioEnabled parameter only. Similarly, for the response of SetInteriorVehicleData that turns on the hdRadio, all HD related parameters shall be included.
|
Another requirement is that the XM radio channel number shall be the same as in the frequency integer. When click a XM radio station name in HMI, the frequency integer shall show the XM channel number. |
|
@ValeriiMalkov I haven't see any update for the XM radio channel number update so far. |
|
@yang1070 Sorry, updates for XM radio channel number are still in progress |
490daba to
cb828c0
Compare
app/model/media/RadioModel.js
Outdated
| } | ||
| break; | ||
| default: | ||
| properties.push('signalStrength'); |
There was a problem hiding this comment.
these three properties shall be in AM and FM too
12fa09d to
2d71ea6
Compare
|
@theresalech Ford reviewed, tested and approves this change. |
e0d4cd1 to
c80210a
Compare
|
@ValeriiMalkov please fix merge conflicts |
e2f2180 to
6c6514a
Compare
cdd76ac to
33ca053
Compare
|
@jacobkeeler all merge conflicts have been resolved |
ac8cd93 to
984c991
Compare
|
@jacobkeeler, PR was rebased to develop branch |
capabilities/rc_capabilities.js
Outdated
| longPressAvailable: false, | ||
| upDownAvailable: false | ||
| }], | ||
| audioControlCapabilities: [{ |
There was a problem hiding this comment.
audioControlCapabilities already exists in this file
capabilities/rc_capabilities.js
Outdated
| frontVerticalPositionAvailable: true, | ||
| headSupportHorizontalPositionAvailable: true | ||
| }], | ||
| buttonCapabilities: [{ |
There was a problem hiding this comment.
buttonCapabilities already exists in this file
index.html
Outdated
| src="app/view/navigationApp/baseNavigationView.js"></script> | ||
| <script type="text/javascript" src="app/view/navigationAppView.js"></script> | ||
|
|
||
| <!-- SDL Capabilities --> |
There was a problem hiding this comment.
capabilities/rc_capabilities.js
Outdated
| upDownAvailable: false | ||
| }], | ||
| climateControlCapabilities: [{ | ||
| moduleName: 'Climate Control Module', |
There was a problem hiding this comment.
moduleName already exists for this capability object
There was a problem hiding this comment.
Most of the issues were fixed, but this wasn't:
sdl_hmi/capabilities/rc_capabilities.js
Line 110 in e0f4d08
There was a problem hiding this comment.
@jacobkeeler we leave rc_capabilities.js version from develop branch and add two new parameters. All other changes were reverted. See 9de70a2
|
@jacobkeeler, HMI is tested after rebase, works according to proposal. |
f076885 to
b90f1a3
Compare
Add new parameter to RadioControlData: - `hdRadioEnable` Update max value from 3 to 7 for the next parameters: - `availableHDs` - `hdChannel` Add new radio control capabilities: - `hdRadioenableAvailable` - `siriusxmRadioAvailable`
Add parameters to notification in case when switching hdRadio enable
b90f1a3 to
e0f4d08
Compare
|
@jacobkeeler, all comments are processed, please have a look. |
capabilities/rc_capabilities.js
Outdated
| ventilationModeAvailable: true | ||
| }], | ||
| radioControlCapabilities: [{ | ||
| moduleName: 'Radio Control Module', |
There was a problem hiding this comment.
missing hdRadioEnableAvailable from radioControlCapabilities
There was a problem hiding this comment.
@JackLivio new parameters hdRadioEnableAvailable and siriusxmRadioAvailable was added. See 9de70a2
capabilities/rc_capabilities.js
Outdated
| upDownAvailable: false | ||
| }], | ||
| climateControlCapabilities: [{ | ||
| moduleName: 'Climate Control Module', |
There was a problem hiding this comment.
Most of the issues were fixed, but this wasn't:
sdl_hmi/capabilities/rc_capabilities.js
Line 110 in e0f4d08
capabilities/rc_capabilities.js
Outdated
| ventilationModeAvailable: true | ||
| }], | ||
| radioControlCapabilities: [{ | ||
| moduleName: 'Radio Control Module', |
There was a problem hiding this comment.
Now this one is a duplicate key (see line 118)
Add new radio control capabilities: hdRadioenableAvailable siriusxmRadioAvailable
e0f4d08 to
0f69786
Compare
|
@jacobkeeler , regarding the issue with the registration of several apps from different devices - bug was created #112 . |
Technical task: smartdevicelink/sdl_core#2162
Add new parameter to RadioControlData:
hdRadioEnableUpdate max value from 3 to 7 for the next parameters:
availableHDshdChannelAdd new radio control capabilities:
hdRadioenableAvailablesiriusxmRadioAvailable