You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an RC mobile application, I want to know last used radio band with sending fewer SetInteriorVehicleData_requests.
Detailed description:
The RADIO_TUNER is to be to replaced with three enumeration elements AM, FM and XM.
The changes are applicable for both the MOBILE_API and HMI_API.
<enumname="PrimaryAudioSource">
<description>Reflects the current primary audio source (if selected).</description>
...
<elementname="MOBILE_APP">
</element>
- <elementname="RADIO_TUNER">
- <description>Radio may be on AM, FM or XM</description>
- </element>
+ <elementname="AM">
+ </element>
+ <elementname="FM">
+ </element>
+ <elementname="XM">
+ </element>
+ <elementname="DAB">
+ </element>
</enum>
Because the parameters (audio source, radio band, and radio frequency) belong to two different remote control moduleTypes, in order to set the audio source to a specific radio station or radio frequency, a mobile application needs to send two setInteriorVehicleData requests in sequence.
The first request sets the audio source to AM/FM/XM with targeted moduleType=AUDIO.
The second request sets the desired frequency of AM/FM radio or station number of XM radio with targeted moduleType=RADIO.
Description:
As an RC mobile application, I want to know last used radio band with sending fewer SetInteriorVehicleData_requests.
Detailed description:
The
RADIO_TUNER
is to be to replaced with three enumeration elementsAM
,FM
andXM
.The changes are applicable for both the MOBILE_API and HMI_API.
Because the parameters (audio source, radio band, and radio frequency) belong to two different remote control moduleTypes, in order to set the audio source to a specific radio station or radio frequency, a mobile application needs to send two
setInteriorVehicleData
requests in sequence.The first request sets the audio source to
AM
/FM
/XM
with targetedmoduleType=AUDIO
.The second request sets the desired frequency of
AM
/FM
radio or station number ofXM
radio with targetedmoduleType=RADIO
.Diagram:
N/A
Links:
The text was updated successfully, but these errors were encountered: