mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Xiaomi: Add outdoor running subtype to enum.
This commit is contained in:
parent
7a3139fce0
commit
9ea7b48e0c
@ -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),
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user