更新睡眠报告

This commit is contained in:
wyf
2025-05-28 21:14:04 +08:00
parent 98cd7f4e6a
commit b34737dbe8
46 changed files with 1580 additions and 974 deletions

View File

@@ -26,7 +26,7 @@ class BlueteethBindModel {
@JsonKey(ignore: true)
List<BleDeviceData>? betDevicelist = []; //网络状态
@JsonKey(ignore: true)
List? blelist = [];//蓝牙扫描的原始数据
List? blelist = []; //蓝牙扫描的原始数据
List bindArr = ["", "", ""];
String connectedWifiName = "";
@@ -67,14 +67,16 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
RxString scanMac = "".obs;
RxString? currentDeviceMac = "".obs;
RxString? cid = "".obs ;
RxString? cid = "".obs;
RxString search = "".obs;//搜索关键字
RxString search = "".obs; //搜索关键字
RxInt connectStatus = 0.obs;
RxMap selectWifi = {}.obs; //正在连接wifi信息
int returnPage = 0;//0返回首页 1.返回设备列表
// 安全展示 TopSlideNotification
void safeShowNotification(String msg) {
try {