From 5f1f9af3c04e8453e6b96ee601ace5e2924ebdc7 Mon Sep 17 00:00:00 2001 From: Kevin Eifinger Date: Fri, 12 Jul 2019 10:44:06 +0200 Subject: [PATCH] mode instead of travel_mode in doc --- README.md | 2 +- info.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2418fa..60f0fbe 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Key | Type | Required | Description `origin` | `string` | `true` | The starting point for calculating travel distance and time. `destination` | `string` | `true` | The finishing point for calculating travel distance and time. `name` | `string` | `false` | A name to display on the sensor. The default is "HERE Travel Time". -`travel_mode` | `string` | `false` | You can choose between: `car`, `pedestrian`, `publicTransport` or `truck`. The default is `car`. +`mode` | `string` | `false` | You can choose between: `car`, `pedestrian`, `publicTransport` or `truck`. The default is `car`. `route_mode` | `string` | `false` | You can choose between: `fastest`, or `shortest`. This will determine whether the route is optimized to be the shortest and completely disregard traffic and speed limits or the fastest route according to the current traffic information. The default is `fastest` `traffic_mode` | `string` | `false` | You can choose between: `true`, or `false`. Decide whether you want to take the current traffic condition into account. Default is `false`. diff --git a/info.md b/info.md index 3b0befb..df3e0a6 100644 --- a/info.md +++ b/info.md @@ -49,7 +49,7 @@ Key | Type | Required | Description `origin` | `string` | `true` | The starting point for calculating travel distance and time. `destination` | `string` | `true` | The finishing point for calculating travel distance and time. `name` | `string` | `false` | A name to display on the sensor. The default is "HERE Travel Time". -`travel_mode` | `string` | `false` | You can choose between: `car`, `pedestrian`, `publicTransport` or `truck`. The default is `car`. +`mode` | `string` | `false` | You can choose between: `car`, `pedestrian`, `publicTransport` or `truck`. The default is `car`. `route_mode` | `string` | `false` | You can choose between: `fastest`, or `shortest`. This will determine whether the route is optimized to be the shortest and completely disregard traffic and speed limits or the fastest route according to the current traffic information. The default is `fastest` `traffic_mode` | `string` | `false` | You can choose between: `true`, or `false`. Decide whether you want to take the current traffic condition into account. Default is `false`.