Add Waze realtime documentation (#5634)

* Add Waze realtime documentation

* ✏️ Tweaks
This commit is contained in:
mountainsandcode 2018-08-09 16:27:38 +02:00 committed by Paulus Schoutsen
parent 4650303a38
commit f18a85e79e

View File

@ -56,4 +56,8 @@ excl_filter:
description: A substring that has to be NOT present in the description of the selected route (a simple case-insensitive matching). description: A substring that has to be NOT present in the description of the selected route (a simple case-insensitive matching).
required: false required: false
type: string type: string
realtime:
description: If this is set to false, Waze returns the time estimate, not including current conditions, but rather the average travel time for the current time of day. The parameter defaults to true, meaning Waze will return real-time travel time.
required: false
type: boolean
{% endconfiguration %} {% endconfiguration %}