Skip to content

Commit

Permalink
Add support for other lap types
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmykane committed May 4, 2018
1 parent 50b9b21 commit dcf42a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dist/fit.js
Original file line number Diff line number Diff line change
Expand Up @@ -1300,8 +1300,14 @@ var FIT = exports.FIT = {
},
timer_trigger: {
0: 'manual',
1: 'auto',
2: 'fitness_equipment'
1: 'time',
2: 'distance',
3: 'position_start',
4: 'position_lap',
5: 'position_waypoint',
6: 'position_marked',
7: 'session_end',
8: 'fitness_equipment',
},
fitness_equipment_state: {
0: 'ready',
Expand Down

0 comments on commit dcf42a1

Please sign in to comment.