35 lines
771 B
Text
35 lines
771 B
Text
|
apiserver {
|
||
|
port = 8111 //Port to listen to
|
||
|
refreshTime = 60 //Refresh Time in Seconds
|
||
|
|
||
|
monitors {
|
||
|
monitor1 {
|
||
|
Title = ""
|
||
|
DepartureTime = ""
|
||
|
TrainType = ""
|
||
|
Station = ""
|
||
|
FinalStop = ""
|
||
|
}
|
||
|
monitor2 {
|
||
|
Title = ""
|
||
|
DepartureTime = ""
|
||
|
TrainType = ""
|
||
|
Station = ""
|
||
|
FinalStop = ""
|
||
|
}
|
||
|
monitor3 {
|
||
|
Title = ""
|
||
|
DepartureTime = ""
|
||
|
TrainType = ""
|
||
|
Station = ""
|
||
|
FinalStop = ""
|
||
|
}
|
||
|
monitor4 {
|
||
|
Title = ""
|
||
|
DepartureTime = ""
|
||
|
TrainType = ""
|
||
|
Station = ""
|
||
|
FinalStop = ""
|
||
|
}
|
||
|
}
|
||
|
}
|