summaryrefslogtreecommitdiff
path: root/src/components/interfaces
diff options
context:
space:
mode:
authorAlexander Kutsan <akutsan@luxoft.com>2017-08-24 20:35:45 +0300
committerAlexander Kutsan <akutsan@luxoft.com>2017-08-28 19:22:52 +0300
commit975af485676149cdd9571d9ce59be1b18fcdb105 (patch)
tree8103332ae17a2102d7a4d32c764bb0d1a66cf329 /src/components/interfaces
parentc875496c25c2d8ba8d6d13f52ba4f9952918cadd (diff)
downloadsdl_core-975af485676149cdd9571d9ce59be1b18fcdb105.tar.gz
Add read only descriptions for parameters
Diffstat (limited to 'src/components/interfaces')
-rw-r--r--src/components/interfaces/MOBILE_API.xml11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index b3d7859a64..e8ecf996e5 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -1500,22 +1500,26 @@
<param name="band" type="RadioBand" mandatory="false">
</param>
<param name="rdsData" type="RdsData" mandatory="false">
+ <description> Read only parameter.</description>
</param>
<param name="availableHDs" type="Integer" minvalue="1" maxvalue="3" mandatory="false">
- <description>number of HD sub-channels if available</description>
+ <description>number of HD sub-channels if available. Read only parameter.</description>
</param>
<param name="hdChannel" type="Integer" minvalue="1" maxvalue="3" mandatory="false">
<description>Current HD sub-channel if available</description>
</param>
<param name="signalStrength" type="Integer" minvalue="0" maxvalue="100" mandatory="false">
+ <description> Read only parameter.</description>
</param>
<param name="signalChangeThreshold" type="Integer" minvalue="0" maxvalue="100" mandatory="false">
- <description>If the signal strength falls below the set value for this parameter, the radio will tune to an alternative frequency</description>
+ <description>If the signal strength falls below the set value for this parameter,
+ the radio will tune to an alternative frequency. Read only parameter.</description>
</param>
<param name="radioEnable" type="Boolean" mandatory="false">
- <description> True if the radio is on, false is the radio is off</description>
+ <description> True if the radio is on, false is the radio is off.</description>
</param>
<param name="state" type="RadioState" mandatory="false">
+ <description> Read only parameter.</description>
</param>
</struct>
@@ -1612,6 +1616,7 @@
<param name="fanSpeed" type="Integer" minvalue="0" maxvalue="100" mandatory="false">
</param>
<param name="currentTemperature" type="Temperature" mandatory="false">
+ <description> Read only parameter.</description>
</param>
<param name="desiredTemperature" type="Temperature" mandatory="false">
</param>