mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 18:15:49 +01:00
Redmi Watch 3 Active: override connection type
This commit is contained in:
parent
c9d880456a
commit
815582354d
@ -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}$");
|
||||
|
Loading…
Reference in New Issue
Block a user