aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/capabilities
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2020-01-02 10:58:34 -0500
committerScott Murray <scott.murray@konsulko.com>2020-01-02 10:58:34 -0500
commitbad0a516cd461f5a5385da841858504b67ee5832 (patch)
tree4116c96330ec9a2cd718ae9ec7999b2b1967a3cf /src/plugins/capabilities
parent261cfccc3572563f9292ce72f389db90144cac8f (diff)
Update navigation event names
Change set_destination/cancel_navigation to match the setDestination/cancelNavigation that alexa-voiceagent-service seems to have switched to at some point between 1.3 and 2.0. It does not seem worthwhile trying to get Amazon to change on their side, and additionally 2.1 changes the whole API so capabilities will need to be reworked again anyway. Bug-AGL: SPEC-3083 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I52c0eb78c6c3c27b8c5714092f235aa409cfcc18
Diffstat (limited to 'src/plugins/capabilities')
-rw-r--r--src/plugins/capabilities/navigation/include/NavigationMessages.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/capabilities/navigation/include/NavigationMessages.h b/src/plugins/capabilities/navigation/include/NavigationMessages.h
index 00c0c65..646e1f1 100644
--- a/src/plugins/capabilities/navigation/include/NavigationMessages.h
+++ b/src/plugins/capabilities/navigation/include/NavigationMessages.h
@@ -31,10 +31,8 @@ static string NAME = "navigation";
* Supported actions from VA -> APPS
******************************************************************************************************
*/
-static string NAVIGATION_SET_DESTINATION = "set_destination";
-static string NAVIGATION_CANCEL = "cancel_navigation";
-
-// Supported actions from Apps -> VA
+static string NAVIGATION_SET_DESTINATION = "setDestination";
+static string NAVIGATION_CANCEL = "cancelNavigation";
// List of actions that are delivered from VA -> Apps
static list<string> NAVIGATION_UPSTREAM_ACTIONS = {