bug fix
This commit is contained in:
64
rowers/tests/c2jsonintervaldata.txt
Normal file
64
rowers/tests/c2jsonintervaldata.txt
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"date": "2017-05-01 14:33:00",
|
||||
"timezone": "Australia/Melbourne",
|
||||
"workout_type": "VariableInterval",
|
||||
"type": "rower",
|
||||
"weight_class": "H",
|
||||
"time": 16800,
|
||||
"distance": 6721,
|
||||
"rest_distance": 236,
|
||||
"rest_time": 2700,
|
||||
"calories_total": 427,
|
||||
"drag_factor": 175,
|
||||
"stroke_count": 996,
|
||||
"stroke_rate": 33,
|
||||
"workout": {
|
||||
"intervals": [
|
||||
{
|
||||
"type": "time",
|
||||
"time": 2400,
|
||||
"distance": 1011,
|
||||
"rest_time": 600,
|
||||
"rest_distance": 43,
|
||||
"stroke_rate": 35,
|
||||
"calories_total": 68
|
||||
},
|
||||
{
|
||||
"type": "time",
|
||||
"time": 3000,
|
||||
"distance": 1229,
|
||||
"rest_time": 600,
|
||||
"rest_distance": 59,
|
||||
"stroke_rate": 34,
|
||||
"calories_total": 80
|
||||
},
|
||||
{
|
||||
"type": "time",
|
||||
"time": 3000,
|
||||
"distance": 1190,
|
||||
"rest_time": 600,
|
||||
"rest_distance": 59,
|
||||
"stroke_rate": 33,
|
||||
"calories_total": 75
|
||||
},
|
||||
{
|
||||
"type": "time",
|
||||
"time": 2400,
|
||||
"distance": 971,
|
||||
"rest_time": 750,
|
||||
"rest_distance": 44,
|
||||
"stroke_rate": 34,
|
||||
"calories_total": 62
|
||||
},
|
||||
{
|
||||
"type": "time",
|
||||
"time": 6000,
|
||||
"distance": 2320,
|
||||
"rest_time": 150,
|
||||
"rest_distance": 31,
|
||||
"stroke_rate": 32,
|
||||
"calories_total": 142
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user