mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 21:06:50 +01:00
Xiaomi: Fix workout types on xiaomi.proto
This commit is contained in:
parent
5ca3298e5b
commit
e6aa9d276a
@ -92,7 +92,7 @@ message System {
|
||||
optional DoNotDisturb dndStatus = 11;
|
||||
|
||||
// 2, 39
|
||||
optional WidgetSubtypes widgetSubtypes = 14;
|
||||
optional WorkoutTypes workoutTypes = 14;
|
||||
|
||||
// 2, 5
|
||||
optional FirmwareInstallRequest firmwareInstallRequest = 16;
|
||||
@ -209,13 +209,13 @@ message Language {
|
||||
optional string code = 1; // pt_pt, en_us
|
||||
}
|
||||
|
||||
message WidgetSubtypes {
|
||||
repeated WidgetSubtype widgetSubtype = 1;
|
||||
message WorkoutTypes {
|
||||
repeated WorkoutType workoutType = 1;
|
||||
optional uint32 unknown2 = 2; // 1
|
||||
}
|
||||
|
||||
message WidgetSubtype {
|
||||
optional uint32 subType = 1;
|
||||
message WorkoutType {
|
||||
optional uint32 type = 1;
|
||||
optional uint32 unknown2 = 2; // 1
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user