Added Option to Show not running trains on certain days
This commit is contained in:
parent
43d4e43d99
commit
e7a8f8987d
4 changed files with 33 additions and 10 deletions
|
@ -9,6 +9,8 @@ apiserver {
|
|||
bgcolormain = "black"
|
||||
textcolormain = "red"
|
||||
textcolorupdate = "grey"
|
||||
textcolornotrun = "orange"
|
||||
bgcolornotrun = "black"
|
||||
|
||||
monitors {
|
||||
monitor1 {
|
||||
|
@ -18,6 +20,7 @@ apiserver {
|
|||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
notRunningDays = []
|
||||
}
|
||||
monitor2 {
|
||||
Title = ""
|
||||
|
@ -26,6 +29,7 @@ apiserver {
|
|||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
notRunningDays = []
|
||||
}
|
||||
monitor3 {
|
||||
Title = ""
|
||||
|
@ -34,6 +38,7 @@ apiserver {
|
|||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
notRunningDays = []
|
||||
}
|
||||
monitor4 {
|
||||
Title = ""
|
||||
|
@ -42,6 +47,7 @@ apiserver {
|
|||
Station = ""
|
||||
FinalStop = ""
|
||||
maxjourneys = 1
|
||||
notRunningDays = []
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue