Add offset option (#24600) (#9647)

* Add offset option (#24600)

* add description
This commit is contained in:
h3ndrik 2019-06-28 21:42:48 +02:00 committed by Franck Nijhof
parent 6ec17327ae
commit 237181b632

View File

@ -37,6 +37,11 @@ to:
description: The name of the end/destination station. description: The name of the end/destination station.
required: true required: true
type: string type: string
offset:
description: Do not display departures leaving sooner than this number of minutes. Useful if you are a couple of minutes away from the stop.
required: false
type: time
default: 00:00
only_direct: only_direct:
description: Only show direct connections. description: Only show direct connections.
required: false required: false