mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-25 16:15:55 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public ConnectionType getConnectionType() {
|
||||||
|
return ConnectionType.BOTH;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Pattern getSupportedDeviceName() {
|
protected Pattern getSupportedDeviceName() {
|
||||||
return Pattern.compile("^Redmi Watch 3 Active [A-Z0-9]{4}$");
|
return Pattern.compile("^Redmi Watch 3 Active [A-Z0-9]{4}$");
|
||||||
|
Loading…
Reference in New Issue
Block a user