1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-09-01 03:55:47 +02:00

Adding activity kind snorkeling to garmin devices (#4002)

Co-authored-by: CaptKentish <captkentish@noreply.codeberg.org>
Co-committed-by: CaptKentish <captkentish@noreply.codeberg.org>
This commit is contained in:
CaptKentish 2024-08-18 10:26:03 +00:00 committed by José Rebelo
parent 10403a375b
commit 8a72bf8895

View File

@ -113,6 +113,7 @@ public enum GarminSport {
WATER_TUBING(76, 0, ActivityKind.WATER_TUBING),
WAKESURFING(77, 0, ActivityKind.WAKESURFING),
MIXED_MARTIAL_ARTS(80, 0, ActivityKind.MIXED_MARTIAL_ARTS), // aka MMA
SNORKELING(82, 0, ActivityKind.SNORKELING),
DANCE(83, 0, ActivityKind.DANCE),
JUMP_ROPE(84, 0, ActivityKind.JUMP_ROPING),
;