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

Amazfit Bip 3 Pro: Enable HR stats and sleep respiratory rate

This commit is contained in:
José Rebelo 2023-08-26 17:52:10 +01:00
parent 7e848d19fb
commit 42f35259fc

View File

@ -108,11 +108,21 @@ public class AmazfitBip3ProCoordinator extends HuamiCoordinator {
return true;
}
@Override
public boolean supportsHeartRateStats() {
return true;
}
@Override
public boolean supportsSpo2() {
return true;
}
@Override
public boolean supportsSleepRespiratoryRate() {
return true;
}
@Override
public boolean supportsPai() {
return true;