1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-08-25 08:40:43 +02:00

Add uncrypted transactions for TalkBand 6

This commit is contained in:
Damien 'Psolyca' Gaignon 2024-01-28 19:02:49 +01:00
parent 2a41b77ffc
commit b860ab116f
No known key found for this signature in database
GPG Key ID: 9E9404E5D9E11843

View File

@ -31,6 +31,11 @@ import nodomain.freeyourgadget.gadgetbridge.model.DeviceType;
public class HuaweiTalkBandB6Coordinator extends HuaweiBRCoordinator { public class HuaweiTalkBandB6Coordinator extends HuaweiBRCoordinator {
private static final Logger LOG = LoggerFactory.getLogger(HuaweiTalkBandB6Coordinator.class); private static final Logger LOG = LoggerFactory.getLogger(HuaweiTalkBandB6Coordinator.class);
public HuaweiTalkBandB6Coordinator() {
super();
getHuaweiCoordinator().setTransactionCrypted(false);
}
@Override @Override
public DeviceType getDeviceType() { public DeviceType getDeviceType() {
return DeviceType.HUAWEITALKBANDB6; return DeviceType.HUAWEITALKBANDB6;