1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-24 15:43:46 +02:00

ID115: add supportsFindDevice() function

This commit is contained in:
Vadim Kaushan 2018-07-29 19:34:34 +03:00
parent 458a363f11
commit 14dc3ad9c5

View File

@ -132,4 +132,9 @@ public class ID115Coordinator extends AbstractDeviceCoordinator {
public boolean supportsWeather() {
return false;
}
@Override
public boolean supportsFindDevice() {
return false;
}
}