Update gtfs.markdown (#21670)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Friedrieck 2022-02-18 12:00:49 +01:00 committed by GitHub
parent 7182d61ab1
commit a533d00ccc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ name:
default: GTFS Sensor
type: string
offset:
description: A minimum delay to look for. If a departure is in less time than `offset`, it will be ignored.
description: "A minimum delay to look for. If a departure is in less time than `offset`, it will be ignored. Set the value either in seconds (`integer`), or using one of these `time` formats: `offset: 'HH:MM:SS'`, `offset: 'HH:MM'`. "
required: false
default: 0
type: [integer, time]