更新睡眠报告提示样式,更新ios蓝牙开关判定
This commit is contained in:
@@ -73,7 +73,10 @@ class MHTBlueToothController extends GetControllerEx<MHTBlueToothModel> {
|
||||
RxString? cid = "".obs;
|
||||
|
||||
RxBool isScanning = false.obs;
|
||||
Map<String, Map> localUpgradeMac = {}; //mac 进度
|
||||
RxMap<String, Map> localUpgradeMac = <String, Map>{}.obs; //mac 进度
|
||||
String? currentUpgradeVersion;//最新版本号
|
||||
String? currentUpgradeName;//最新固件名
|
||||
String? currentUpgradeUrl;//最新固件名
|
||||
|
||||
void startStatusPolling() {
|
||||
updateDeviceStatus().then((res) {
|
||||
|
||||
Reference in New Issue
Block a user