summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-10-10 11:44:35 -0400
committerJackLivio <jack@livio.io>2018-10-10 11:44:35 -0400
commit82aeb31c413726a9f37d3af0578acc1f74689a59 (patch)
tree0e95613e63e73f09c6e5c7047775871ca8eeb350
parent42ce33645939bef8c90233b46268e1bab706e5b6 (diff)
downloadsdl_core-82aeb31c413726a9f37d3af0578acc1f74689a59.tar.gz
Remove subscribe defvalue tag
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 6310f8d823..c62a9e34d6 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -6393,7 +6393,7 @@
In the future, this should be the Identification of a module.
</description>
</param>
- <param name="subscribe" type="Boolean" mandatory="false" defvalue="false">
+ <param name="subscribe" type="Boolean" mandatory="false">
<description>
If subscribe is true, the head unit will register onInteriorVehicleData notifications for the requested moduleType.
If subscribe is false, the head unit will unregister onInteriorVehicleData notifications for the requested moduleType.