1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-16 20:57:33 +01: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 42f35259fc662c43936f07c925043e48b82c56a8.
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;