1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-03 11:33:19 +02:00

UM25: fixed bonding style

This commit is contained in:
Daniel Dakhno 2021-03-07 01:06:48 +01:00 committed by Andreas Shimokawa
parent b7b45e199d
commit b4a115d2c3

View File

@ -140,4 +140,9 @@ public class UM25Coordinator extends AbstractDeviceCoordinator {
public boolean supportsWeather() {
return false;
}
@Override
public int getBondingStyle() {
return BONDING_STYLE_NONE;
}
}