mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: update example config in README
This commit is contained in:
@@ -49,9 +49,14 @@ I added an [example config](config.json.example):
|
|||||||
},
|
},
|
||||||
"connections": {
|
"connections": {
|
||||||
"stations": [
|
"stations": [
|
||||||
""
|
"Berlin Hauptbahnhof",
|
||||||
|
"Amsterdam",
|
||||||
|
"Helsinki"
|
||||||
|
],
|
||||||
|
"blacklist": [
|
||||||
|
"OTHER",
|
||||||
|
"RIDE_SHARING"
|
||||||
],
|
],
|
||||||
"blacklist": [],
|
|
||||||
"min_duration": 5,
|
"min_duration": 5,
|
||||||
"max_duration": null,
|
"max_duration": null,
|
||||||
"max_wait_time": 6,
|
"max_wait_time": 6,
|
||||||
@@ -62,8 +67,10 @@ I added an [example config](config.json.example):
|
|||||||
"voice": [
|
"voice": [
|
||||||
{
|
{
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"stations": {
|
"end_stations": {
|
||||||
"general": "general.aac",
|
"general": "general.aac",
|
||||||
|
},
|
||||||
|
"stops": {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user