bug fix
This commit is contained in:
47
rowers/tests/c2jsonsplitdata.txt
Normal file
47
rowers/tests/c2jsonsplitdata.txt
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"date": "2017-05-16 17:24:00",
|
||||
"timezone": "US/Pacific",
|
||||
"workout_type": "FixedTimeSplits",
|
||||
"type": "rower",
|
||||
"weight_class": "H",
|
||||
"time": 6000,
|
||||
"distance": 1789,
|
||||
"stroke_count": 314,
|
||||
"drag_factor": 134,
|
||||
"stroke_rate": 31,
|
||||
"calories_total": 90,
|
||||
"workout": {
|
||||
"splits": [
|
||||
{
|
||||
"time": 1200,
|
||||
"calories_total": 18,
|
||||
"stroke_rate": 33,
|
||||
"distance": 354
|
||||
},
|
||||
{
|
||||
"time": 1200,
|
||||
"calories_total": 18,
|
||||
"stroke_rate": 31,
|
||||
"distance": 355
|
||||
},
|
||||
{
|
||||
"time": 1200,
|
||||
"calories_total": 18,
|
||||
"stroke_rate": 32,
|
||||
"distance": 357
|
||||
},
|
||||
{
|
||||
"time": 1200,
|
||||
"calories_total": 18,
|
||||
"stroke_rate": 31,
|
||||
"distance": 363
|
||||
},
|
||||
{
|
||||
"time": 1200,
|
||||
"calories_total": 18,
|
||||
"stroke_rate": 30,
|
||||
"distance": 361
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user