-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2054a76
commit 9322b2f
Showing
2 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"cgsServer": { | ||
"IP": "127.0.0.1", | ||
"Port": 5250, | ||
"Queue": 1 | ||
}, | ||
"cgtTemplate": { | ||
"defaultBB": { | ||
"template": "VFC/BB", | ||
"keys": [ | ||
"f0", | ||
"f1" | ||
], | ||
"layer": 20, | ||
"sendJSON": false, | ||
"defaultPlayTime": 7 | ||
}, | ||
"infoBar": { | ||
"template": "VFC/BB", | ||
"keys": [ | ||
"f0", | ||
"f1" | ||
], | ||
"layer": 21, | ||
"sendJSON": false, | ||
"defaultPlayTime": 0, | ||
"selectOptions": [ | ||
{ | ||
"name": "Deutsche Einzelmeisterschaft 2023", | ||
"disciplines": [ | ||
"Speed 30 Sekunden", | ||
"Speed 180 Sekunden", | ||
"Freestyle" | ||
] | ||
}, | ||
{ | ||
"name": "Bundesfinale Einzel 2023", | ||
"disciplines": [ | ||
"Speed 30 Sekunden", | ||
"Speed 180 Sekunden", | ||
"Freestyle" | ||
] | ||
}, | ||
{ | ||
"name": "Double Under Cup 2023", | ||
"disciplines": [] | ||
}, | ||
{ | ||
"name": "Triple Under Cup 2023", | ||
"disciplines": [] | ||
} | ||
] | ||
}, | ||
"jumpBB": { | ||
"template": "", | ||
"keys": [ | ||
"f0", | ||
"f1", | ||
"f2" | ||
], | ||
"layer": 22, | ||
"sendJSON": false, | ||
"defaultPlayTime": 7, | ||
"dataSource": "" | ||
} | ||
} | ||
} |