mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 01:09:47 +01:00
Add uncrypted transactions for TalkBand 6
This commit is contained in:
parent
2a41b77ffc
commit
b860ab116f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user