1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-23 21:40:54 +02:00

Huami: Add AI type field to workout proto

This commit is contained in:
José Rebelo 2023-05-23 23:42:46 +01:00
parent 9d966c8179
commit a12d95196a

View File

@ -46,7 +46,7 @@ message Steps {
message Type {
int32 type = 1; // 1 = running, 4 = bike, 3 = walk
// TODO 2, always 0?
int32 ai = 2; // 0 = normal, 1 = ai/automatic
}
message Distance {