-
Notifications
You must be signed in to change notification settings - Fork 2
/
conf_zrl_montejunto.json
118 lines (111 loc) · 1.71 KB
/
conf_zrl_montejunto.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"ip": "192.168.10.7",
"port": 3000,
"user": "_zwift_user_",
"pwd": "_zwift_pass_",
"user_is_rider": false,
"user_zid": "416001",
"map": "tick_tock",
"start_time": "181500",
"team_leader": "1471758",
"team_class": "frappe",
"turn_timer_active": false,
"turns_sequence_name": ["J. Carvalho", "J. Nunes"],
"riders": [
{
"zid": 1471758,
"name": "J. Nunes",
"weight": 79,
"active": true
},
{
"zid": 589694,
"name": "André S.",
"weight": 83,
"active": true
},
{
"zid": 1453182,
"name": "F. Costa",
"weight": 68,
"active": true
},
{
"zid": 1556920,
"name": "Zé Pereira",
"weight": 74,
"active": false
},
{
"zid": 157054,
"name": "N. Lourenco",
"weight": 67,
"active": true
},
{
"zid": 489763,
"name": "P. Pinheiro",
"weight": 79,
"active": true
},
{
"zid": 1176802,
"name": "A. Pereira",
"weight": 73,
"active": false
},
{
"zid": 899397,
"name": "N. Mendez",
"weight": 67,
"active": true
}
],
"other_teams": [
{
"team_leader": 1130323,
"name": "BMPRO",
"active": true
},
{
"team_leader": 269633,
"name": "BZR Lions",
"active": true
},
{
"team_leader": 854658,
"name": "DBR",
"active": true
},
{
"team_leader": 1403712,
"name": "SZ Mimer",
"active": true
},
{
"team_leader": 419595,
"name": "SZ Heim",
"active": true
},
{
"team_leader": 1088305,
"name": "EVO",
"active": true
},
{
"team_leader": 1398066,
"name": "Kirch",
"active": true
},
{
"team_leader": 980652,
"name": "Wolfpack",
"active": true
},
{
"team_leader": 135363,
"name": "C-GEN",
"active": true
}
]
}