1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-27 17:50:57 +02:00

Garmin: Map more fit file types

From the device.fit of a Fenix 7S
This commit is contained in:
José Rebelo 2024-06-16 13:17:49 +01:00
parent c847079cd2
commit 134983010a

View File

@ -40,10 +40,12 @@ public class FileType {
UNKNOWN_1_0(1, 0), // venu 3, fileIndex=4096
// fit files
DEVICE(128, 1),
DEVICE_1(128, 1), // just "-"
SETTINGS(128, 2),
SPORTS(128, 3),
ACTIVITY(128, 4),
WORKOUTS(128, 5),
COURSES(128, 6),
SCHEDULES(128, 7),
LOCATION(128, 8),
TOTALS(128, 10),
@ -51,17 +53,27 @@ public class FileType {
SUMMARY(128, 20),
RECORDS(128, 29),
MONITOR(128, 32),
MLT_SPORT(128, 33),
SEGMENTS(128, 34),
SEGMENT_LIST(128, 35),
CLUBS(128, 37),
SCORE(128, 38),
ADJUSTMENTS(128, 39),
HMD(128, 40),
CHANGELOG(128, 41),
METRICS(128, 44),
SLEEP(128, 49),
PACE_BANDS(128, 56),
DEVICE_58(128, 58), // just "Device" in Fenix 7s
MUSCLE_MAP(128, 59),
RUNNING_TRACK(128, 60),
ECG(128, 61),
BENCHMARK(128, 62),
POWER_GUIDANCE(128, 63),
CALENDAR(128, 65),
HRV_STATUS(128, 68),
HSA(128, 70),
COM_ACT(128, 71),
FBT_BACKUP(128, 72),
SKIN_TEMP(128, 73),
FBT_PTD_BACKUP(128, 74),