更新睡眠报告提示样式,更新ios蓝牙开关判定

This commit is contained in:
wyf
2025-09-04 11:20:44 +08:00
parent aad3a00ac3
commit 9f73a8111a
12 changed files with 1845 additions and 277 deletions

View File

@@ -23,6 +23,7 @@ class BlueteethBindModel {
int? read = 1;
double? singal = -90;
bool? bluetooth = false; //蓝牙开关
@JsonKey(ignore: true)
List<BleDeviceData>? devicelist = []; //蓝牙扫描
@JsonKey(ignore: true)