From 82aeb31c413726a9f37d3af0578acc1f74689a59 Mon Sep 17 00:00:00 2001 From: JackLivio Date: Wed, 10 Oct 2018 11:44:35 -0400 Subject: Remove subscribe defvalue tag --- src/components/interfaces/MOBILE_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. - + 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. -- cgit v1.2.1 From f21ae8ccf1d606d7d4a3b3c4d357fcc7acab631a Mon Sep 17 00:00:00 2001 From: JackLivio Date: Wed, 10 Oct 2018 16:23:46 -0400 Subject: Add history tag --- src/components/interfaces/MOBILE_API.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml index c62a9e34d6..76fc6ef2d1 100644 --- a/src/components/interfaces/MOBILE_API.xml +++ b/src/components/interfaces/MOBILE_API.xml @@ -6393,11 +6393,15 @@ In the future, this should be the Identification of a module. - + 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. + If subscribe is not included, the subscription status of the app for the requested moduleType will remain unchanged. + + + -- cgit v1.2.1