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

Redmi Watch 3 Active: override connection type

This commit is contained in:
MrYoranimo 2024-01-10 23:42:23 +01:00 committed by José Rebelo
parent c9d880456a
commit 815582354d

View File

@ -35,6 +35,11 @@ public class RedmiWatch3ActiveCoordinator extends XiaomiCoordinator {
return true;
}
@Override
public ConnectionType getConnectionType() {
return ConnectionType.BOTH;
}
@Override
protected Pattern getSupportedDeviceName() {
return Pattern.compile("^Redmi Watch 3 Active [A-Z0-9]{4}$");