From b04a671b50c33abaa5881b6e3c63f6892cff59ba Mon Sep 17 00:00:00 2001 From: Traines Date: Fri, 14 Mar 2025 16:57:02 +0000 Subject: [PATCH] improve duration explanation --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b58a12ee..5c28a2fb 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,7 @@ Depending on the configured profile, db-vendo-client will use multiple different | | `db` Profile | `dbnav` Profile | `dbweb` Profile | ------------- | ------------- | ------------- | ------------- | | no API key required | ✅ | ✅ | ✅ | -| max duration boards | 12h | 1h | 1h | +| duration for boards | up to 12h | always 1h | always 1h | | remarks | not for boards | for boards only most important remarks | all remarks on boards and journeys | | cancelled trips | contained with cancelled flag in journeys, not contained in boards | contained with cancelled flag | contained with cancelled flag | | tickets | only for `refreshJourney()`, mutually exclusive with polylines | only for `refreshJourney()`, mutually exclusive with polylines | only for `refreshJourney()`, mutually exclusive with polylines |