1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-11-28 12:56:49 +01:00

[Huawei] Fix MediumToStrengthThreshold request

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-03-23 21:27:47 +01:00
parent df3273be7c
commit 78ee68f426
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843

View File

@ -513,7 +513,7 @@ public class FitnessData {
} }
public static class MediumToStrengthThreshold { public static class MediumToStrengthThreshold {
public static final byte id = 0x23; public static final byte id = 0x29;
public static class Request extends HuaweiPacket { public static class Request extends HuaweiPacket {
public Request(ParamsProvider paramsProvider, public Request(ParamsProvider paramsProvider,