summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2019-03-16 15:14:30 -0400
committerGitHub <noreply@github.com>2019-03-16 15:14:30 -0400
commitbf9f7f33a443a007c4b05e262800f84c33684b4a (patch)
tree451ccff048756115757a96c0c23a8eeac0a02956
parentb5f59bac3c0dc5b57230d512c303f287948bea2c (diff)
parentcea6922fa666b86dcf71ec95b0f6a28ac73c97d3 (diff)
downloadsdl_core-bf9f7f33a443a007c4b05e262800f84c33684b4a.tar.gz
Merge pull request #2844 from smartdevicelink/fix/weather_icon_definition
Fix weatherIcon definition
-rw-r--r--src/components/interfaces/HMI_API.xml2
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/interfaces/HMI_API.xml b/src/components/interfaces/HMI_API.xml
index bbb173044a..e0ca4d6d18 100644
--- a/src/components/interfaces/HMI_API.xml
+++ b/src/components/interfaces/HMI_API.xml
@@ -3555,7 +3555,7 @@
<description> In km </description>
</param>
- <param name="weatherIconImageName" type="String" mandatory="false"/>
+ <param name="weatherIcon" type="Common.Image" mandatory="false"/>
</struct>
<struct name="WeatherServiceData">
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 3b9614ab76..a0345ada29 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -3899,7 +3899,7 @@
<description> In km </description>
</param>
- <param name="weatherIconImageName" type="String" mandatory="false"/>
+ <param name="weatherIcon" type="Image" mandatory="false"/>
</struct>
<struct name="WeatherServiceData" since="5.1">