1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-20 20:10:15 +02:00

Xiaomi: Add outdoor running subtype to enum.

This commit is contained in:
Andreas Shimokawa 2023-10-21 22:41:07 +02:00 committed by José Rebelo
parent 7a3139fce0
commit 9ea7b48e0c

View File

@ -151,6 +151,7 @@ public class XiaomiActivityFileId {
UNKNOWN(Type.UNKNOWN, -1),
ACTIVITY_DAILY(Type.ACTIVITY, 0),
ACTIVITY_SLEEP(Type.ACTIVITY,8),
SPORTS_OUTDOOR_RUNNING(Type.SPORTS, 1),
SPORTS_FREESTYLE(Type.SPORTS, 8),
SPORTS_ELLIPTICAL(Type.SPORTS, 11),
;