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

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

Per the feedback on #3249, this does not seem to be supported.

This reverts commit 42f35259fc.
This commit is contained in:
José Rebelo 2023-08-27 17:45:57 +01:00
parent 88b72d51c8
commit 200cfdf29a

View File

@ -108,21 +108,11 @@ 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;