fix:猫眼协议调整为蓝牙发送
This commit is contained in:
parent
77232dc0c6
commit
a77cb10caf
@ -97,8 +97,6 @@ class CatEyeWorkModeLogic extends BaseGetXController {
|
|||||||
);
|
);
|
||||||
if (entity.errorCode!.codeIsSuccessful) {
|
if (entity.errorCode!.codeIsSuccessful) {
|
||||||
showToast('设置成功'.tr);
|
showToast('设置成功'.tr);
|
||||||
getLockSettingInfoData();
|
|
||||||
updateCatEyeSetConfig();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -136,8 +134,6 @@ class CatEyeWorkModeLogic extends BaseGetXController {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// 获取锁设置信息
|
// 获取锁设置信息
|
||||||
Future<void> getLockSettingInfoData() async {
|
Future<void> getLockSettingInfoData() async {
|
||||||
final LockSetInfoEntity entity =
|
final LockSetInfoEntity entity =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user