Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Mapped fitbit's generic sport type to Hub's generic sport type (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevforget authored Nov 22, 2022
1 parent ae93334 commit d977e34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapiriik/services/Fitbit/fitbit.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ class FitbitService(ServiceBase):
1071: ActivityType.Cycling,
2131: ActivityType.StrengthTraining,
2040: ActivityType.StrengthTraining,
15000: ActivityType.Other,
}

SupportedActivities = list(_activityTypeMappings.keys())
Expand Down

0 comments on commit d977e34

Please sign in to comment.