summaryrefslogtreecommitdiff
path: root/src/components/interfaces/HMI_API.xml
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-08-17 16:55:40 -0700
committerGitHub <noreply@github.com>2018-08-17 16:55:40 -0700
commit2e20fe9a9cda25a54be7847b38e7b1998fe4ef72 (patch)
treed4b768725c9a3f43050262b5b5a6743282bcd49b /src/components/interfaces/HMI_API.xml
parent6314b805b8940d21c415a48aee0e3e52208e071a (diff)
parentd1d41de4f1b9716504faa60b5d908c5c8b1c8454 (diff)
downloadsdl_core-2e20fe9a9cda25a54be7847b38e7b1998fe4ef72.tar.gz
Merge pull request #2264 from smartdevicelink/feature/rc_radio_parameter_update
Feature/Remote Control Radio Parameter Update
Diffstat (limited to 'src/components/interfaces/HMI_API.xml')
-rw-r--r--src/components/interfaces/HMI_API.xml19
1 files changed, 17 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index b341532cff..4dc5e7f331 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -1858,10 +1858,13 @@
</param>
<param name="rdsData" type="Common.RdsData" mandatory="false">
</param>
- <param name="availableHDs" type="Integer" minvalue="1" maxvalue="3" mandatory="false">
+ <param name="hdRadioEnable" type="Boolean" mandatory="false">
+ <description> True if the hd radio is on, false is the radio is off</description>
+ </param>
+ <param name="availableHDs" type="Integer" minvalue="1" maxvalue="7" mandatory="false">
<description>number of HD sub-channels if available</description>
</param>
- <param name="hdChannel" type="Integer" minvalue="1" maxvalue="3" mandatory="false">
+ <param name="hdChannel" type="Integer" minvalue="1" maxvalue="7" mandatory="false">
<description>Current HD sub-channel if available</description>
</param>
<param name="signalStrength" type="Integer" minvalue="0" maxvalue="100" mandatory="false">
@@ -1944,6 +1947,18 @@
True: Available, False: Not Available, Not present: Not Available.
</description>
</param>
+ <param name="hdRadioEnableAvailable" type="Boolean" mandatory="false">
+ <description>
+ Availability of the control of enable/disable HD radio.
+ True: Available, False: Not Available, Not present: Not Available.
+ </description>
+ </param>
+ <param name="siriusxmRadioAvailable" type="Boolean" mandatory="false">
+ <description>
+ Availability of sirius XM radio.
+ True: Available, False: Not Available, Not present: Not Available.
+ </description>
+ </param>
</struct>
<enum name="DefrostZone">