1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2024-07-22 06:41:06 +02:00

Mi Band 6: set time on connect

This commit is contained in:
Andreas Shimokawa 2022-03-31 11:07:13 +02:00
parent 6223336bc3
commit 08eb58e63b

View File

@ -131,6 +131,7 @@ public class InitOperation2021 extends InitOperation {
TransactionBuilder builder = createTransactionBuilder("Authenticated, now initialize phase 2");
builder.add(new SetDeviceStateAction(getDevice(), GBDevice.State.INITIALIZING, getContext()));
huamiSupport.enableFurtherNotifications(builder, true);
huamiSupport.setCurrentTimeWithService(builder);
huamiSupport.requestDeviceInfo(builder);
huamiSupport.phase2Initialize(builder);
huamiSupport.phase3Initialize(builder);