Huawei Watch GT 6 (Pro): Fix typo, remove experimental

This commit is contained in:
José Rebelo
2025-09-28 13:46:21 +01:00
parent 3da16c3c14
commit f91a9f14ae
@@ -26,16 +26,11 @@ import nodomain.freeyourgadget.gadgetbridge.devices.huawei.HuaweiConstants;
import nodomain.freeyourgadget.gadgetbridge.impl.GBDevice;
import nodomain.freeyourgadget.gadgetbridge.model.DeviceType;
/// #5428
public class HuaweiWatchGT6Coordinator extends HuaweiBRCoordinator {
@Override
public boolean isExperimental() {
// #5428 - untested
return true;
}
@Override
public DeviceType getDeviceType() {
return DeviceType.HUAWEIWATCHGT5;
return DeviceType.HUAWEIWATCHGT6;
}
@Override
@@ -45,7 +40,7 @@ public class HuaweiWatchGT6Coordinator extends HuaweiBRCoordinator {
@Override
public int getDeviceNameResource() {
return R.string.devicetype_huawei_watchgt5;
return R.string.devicetype_huawei_watchgt6;
}
@Override