Enable battery reporting for Moondrop Space Travel

This commit is contained in:
Severin von Wnuck-Lipinski
2025-04-17 16:39:36 +02:00
committed by José Rebelo
parent dcebe5f4c1
commit aa573ad6b7

View File

@@ -48,8 +48,8 @@ public class MoondropSpaceTravelCoordinator extends AbstractBLClassicDeviceCoord
}
@Override
public int getBatteryCount(final GBDevice device) {
return 0;
public boolean supportsOSBatteryLevel() {
return true;
}
@Override