-
Notifications
You must be signed in to change notification settings - Fork 2
/
conf_zone2.json
92 lines (85 loc) · 1.29 KB
/
conf_zone2.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
{
"ip": "192.168.10.7",
"port": 3000,
"user": "_zwift_user_",
"pwd": "_zwift_pass_",
"user_is_rider": false,
"user_zid": "416001",
"map": "greater_london",
"start_time": "102000",
"team_leader": "1567061",
"turn_timer_active": false,
"turns_sequence_name": [],
"riders": [
{
"zid": 1567061,
"name": "A. Otstot",
"weight": 70,
"active": true
},
{
"zid": 1586989,
"name": "C. Pruitt",
"weight": 63,
"active": true
},
{
"zid": 146672,
"name": "B. Galambos",
"weight": 71,
"active": true
},
{
"zid": 64351,
"name": "J. Wilson",
"weight": 74,
"active": true
},
{
"zid": 462877,
"name": "J. Duke",
"weight": 78,
"active": true
},
{
"zid": 541854,
"name": "H. Guay",
"weight": 74,
"active": true
},
{
"zid": 36916,
"name": "J. Anthony",
"weight": 77,
"active": true
},
{
"zid": 135104,
"name": "J. ONeill",
"weight": 78,
"active": true
}
],
"other_teams": [
{
"team_leader": 1525003,
"name": "EVO",
"active": true
},
{
"team_leader": 1106370,
"name": "DIRT D",
"active": true
},
{
"team_leader": 226769,
"name": "Steamers E.",
"active": true
},
{
"team_leader": 2096914,
"name": "Herd",
"active": true
}
]
}