Waze Travel Time: optional inclusive/exclusive filters (#5208)

* Waze Travel Time: optional inclusive/exclusive filters

documentation update about the new optional filtering params

* Update
This commit is contained in:
Mario Di Raimondo 2018-05-09 00:35:12 +02:00 committed by Fabian Affolter
parent 9dce793b65
commit e06c9adce7

View File

@ -48,4 +48,12 @@ name:
required: false required: false
default: "Waze Travel Time" default: "Waze Travel Time"
type: string type: string
incl_filter:
description: A substring that has to be present in the description of the selected route (a simple case-insensitive matching).
required: false
type: string
excl_filter:
description: A substring that has to be NOT present in the description of the selected route (a simple case-insensitive matching).
required: false
type: string
{% endconfiguration %} {% endconfiguration %}