-
Notifications
You must be signed in to change notification settings - Fork 2
/
conf_zrl_lousa.json
95 lines (88 loc) · 1.37 KB
/
conf_zrl_lousa.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
{
"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": "344198",
"team_class": "espresso",
"turn_timer_active": false,
"turns_sequence_name": ["J. Carvalho", "J. Nunes"],
"riders": [
{
"zid": 344198,
"name": "P. Borlido",
"weight": 69,
"active": true
},
{
"zid": 272271,
"name": "Rafael M.",
"weight": 68,
"active": true
},
{
"zid": 2147478,
"name": "A. Barbosa",
"weight": 62,
"active": true
},
{
"zid": 159892,
"name": "J. Sousa",
"weight": 66,
"active": true
},
{
"zid": 416001,
"name": "J. Carvalho",
"weight": 75,
"active": true
}
],
"other_teams": [
{
"team_leader": 910390,
"name": "BikeBeat",
"active": true
},
{
"team_leader": 1762483,
"name": "BRC",
"active": true
},
{
"team_leader": 47583,
"name": "Broom",
"active": true
},
{
"team_leader": 1762522,
"name": "JeS",
"active": true
},
{
"team_leader": 186594,
"name": "NLR",
"active": true
},
{
"team_leader": 1360468,
"name": "R3R",
"active": true
},
{
"team_leader": 801900,
"name": "TR Junkies",
"active": true
},
{
"team_leader": 160696,
"name": "UCC",
"active": true
}
]
}