mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 12:56:49 +01:00
Xiaomi Smart Band 8 Active: Fix discovery
This commit is contained in:
parent
7b22b8880d
commit
0fb2d1272a
@ -36,7 +36,7 @@ public class MiBand8ActiveCoordinator extends XiaomiCoordinator {
|
||||
|
||||
@Override
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user