mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +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:
+1
@@ -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),
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user