1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-06-02 11:26:09 +02:00

Xiaomi Smart Band 8 Active: Fix discovery

This commit is contained in:
José Rebelo 2024-03-31 18:03:36 +01:00
parent 7b22b8880d
commit 0fb2d1272a

View File

@ -36,7 +36,7 @@ public class MiBand8ActiveCoordinator extends XiaomiCoordinator {
@Override @Override
protected Pattern getSupportedDeviceName() { protected Pattern getSupportedDeviceName() {
return Pattern.compile("^Xiaomi Smart Band 8 Active [A-Z0-9]{4}$"); return Pattern.compile("^Xiaomi( Smart)? Band 8 Active [A-Z0-9]{4}$");
} }
@Nullable @Nullable