summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-09-07 16:23:15 -0400
committerGitHub <noreply@github.com>2018-09-07 16:23:15 -0400
commite32f05950701e9ac5f5e75c7396c4d74241fee03 (patch)
tree56f374efc817d80f1a5a54892a0492a593f3f3d6
parent0c66475836b18a890a31aace97741691e4c2d3c2 (diff)
parent9eb0abe2fc0576fa0abbba67964bc4a516cd73e1 (diff)
downloadsdl_core-e32f05950701e9ac5f5e75c7396c4d74241fee03.tar.gz
Merge pull request #2588 from smartdevicelink/fix/add_missing_rpc_changes
Add missing RPC changes: SpaceAvailable & CurrentTemperatureAvailable
-rw-r--r--src/components/interfaces/MOBILE_API.xml31
1 files changed, 26 insertions, 5 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index c36c4a4533..670793f1c4 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -3204,6 +3204,12 @@
<description>The short friendly name of the climate control module.
It should not be used to identify a module by mobile application.</description>
</param>
+ <param name="currentTemperatureAvailable" type="Boolean" mandatory="false" since="5.0">
+ <description>
+ Availability of the reading of current temperature.
+ True: Available, False: Not Available, Not present: Not Available.
+ </description>
+ </param>
<param name="fanSpeedAvailable" type="Boolean" mandatory="false">
<description>
Availability of the control of fan speed.
@@ -5987,11 +5993,14 @@
<element name="CORRUPTED_DATA"/>
</param>
- <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true">
+ <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="false" since="5.0">
<description>
Provides the total local space available in SDL Core for the registered app.
If the transfer has systemFile enabled, then the value will be set to 0 automatically.
</description>
+ <history>
+ <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true" since="3.0" until="5.0"/>
+ </history>
</param>
<param name="info" type="String" maxlength="1000" mandatory="false" platform="documentation">
@@ -6032,8 +6041,14 @@
<element name="UNSUPPORTED_REQUEST"/>
</param>
- <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true">
- <description>Provides the total local space available on the module for the registered app.</description>
+ <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="false" since="5.0">
+ <description>
+ Provides the total local space available in SDL Core for the registered app.
+ If the transfer has systemFile enabled, then the value will be set to 0 automatically.
+ </description>
+ <history>
+ <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true" since="3.0" until="5.0"/>
+ </history>
</param>
<param name="info" type="String" maxlength="1000" mandatory="false" platform="documentation">
@@ -6076,8 +6091,14 @@
</description>
</param>
- <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true">
- <description>Provides the total local space available on the module for the registered app.</description>
+ <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="false" since="5.0">
+ <description>
+ Provides the total local space available in SDL Core for the registered app.
+ If the transfer has systemFile enabled, then the value will be set to 0 automatically.
+ </description>
+ <history>
+ <param name="spaceAvailable" type="Integer" minvalue="0" maxvalue="2000000000" mandatory="true" since="3.0" until="5.0"/>
+ </history>
</param>
<param name="info" type="String" maxlength="1000" mandatory="false" platform="documentation">