Skip to content

Commit

Permalink
Include laps-power data in tests #6
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 7, 2017
1 parent eeffc36 commit 174fdf3
Show file tree
Hide file tree
Showing 31 changed files with 25,372 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,217 @@
{
"calories": [
19
],
"device": [
"A374391F"
],
"distance": [
1073.5
],
"duration": [
{
"hours": [
0
],
"milliseconds": [
125
],
"minutes": [
3
],
"seconds": [
0
]
}
],
"end": [
{
"date": [
{
"day": [
5
],
"month": [
11
],
"year": [
2017
]
}
],
"offset": [
60
],
"time": [
{
"hour": [
14
],
"milliseconds": [
0
],
"minute": [
35
],
"seconds": [
27
]
}
],
"trusted": [
0
]
}
],
"exercise-count": [
1
],
"heartrate": [
{
"average": [
103
],
"maximum": [
125
]
}
],
"heartrate-duration": [
{
"hours": [
0
],
"minutes": [
0
],
"seconds": [
31
]
},
{
"hours": [
0
],
"minutes": [
1
],
"seconds": [
38
]
},
{
"hours": [
0
],
"minutes": [
0
],
"seconds": [
0
]
},
{
"hours": [
0
],
"minutes": [
0
],
"seconds": [
0
]
},
{
"hours": [
0
],
"minutes": [
0
],
"seconds": [
0
]
}
],
"model": [
"Polar V800"
],
"session-name": [
{
"text": [
"Radfahren"
]
}
],
"start": [
{
"date": [
{
"day": [
5
],
"month": [
11
],
"year": [
2017
]
}
],
"offset": [
60
],
"time": [
{
"hour": [
14
],
"milliseconds": [
0
],
"minute": [
32
],
"seconds": [
12
]
}
],
"trusted": [
0
]
}
],
"training-load": [
{
"carbs": [
50
],
"fat": [
49
],
"load-value": [
1
],
"protein": [
1
],
"recovery-time": [
{
"hours": [
0
],
"milliseconds": [
0
],
"minutes": [
8
],
"seconds": [
0
]
}
]
}
]
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
{
"calories": [
19
],
"distance": [
1073.5
],
"duration": [
{
"hours": [
0
],
"milliseconds": [
125
],
"minutes": [
3
],
"seconds": [
0
]
}
],
"sensors": [
1,
2,
3,
4,
20,
21,
6,
7,
8,
11,
13,
14,
15,
16,
17,
18,
19,
26,
27,
6,
28,
29,
6,
31
],
"sport": [
{
"value": [
2
]
}
],
"start": [
{
"date": [
{
"day": [
5
],
"month": [
11
],
"year": [
2017
]
}
],
"offset": [
60
],
"time": [
{
"hour": [
14
],
"milliseconds": [
0
],
"minute": [
32
],
"seconds": [
17
]
}
],
"trusted": [
0
]
}
],
"training-load": [
{
"carbs": [
50
],
"fat": [
49
],
"load-value": [
1
],
"protein": [
1
],
"recovery-time": [
{
"hours": [
0
],
"milliseconds": [
0
],
"minutes": [
8
],
"seconds": [
0
]
}
]
}
]
}
Binary file not shown.
Loading

0 comments on commit 174fdf3

Please sign in to comment.