mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
UM25: fixed bonding style
This commit is contained in:
committed by
Andreas Shimokawa
parent
b7b45e199d
commit
b4a115d2c3
+5
@@ -140,4 +140,9 @@ public class UM25Coordinator extends AbstractDeviceCoordinator {
|
||||
public boolean supportsWeather() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getBondingStyle() {
|
||||
return BONDING_STYLE_NONE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user