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

Xiaomi: Map elliptical workout

This commit is contained in:
José Rebelo 2023-10-21 13:01:04 +01:00
parent 453ce5eedb
commit 0c27772bb5

View File

@ -152,6 +152,7 @@ public class XiaomiActivityFileId {
ACTIVITY_DAILY(Type.ACTIVITY, 0),
ACTIVITY_SLEEP(Type.ACTIVITY,8),
SPORTS_FREESTYLE(Type.SPORTS, 8),
SPORTS_ELLIPTICAL(Type.SPORTS, 11),
;
private final Type type;