This commit is contained in:
wyf
2025-05-20 14:00:44 +08:00
parent 75ddfca402
commit 0a8cffa4c6
48 changed files with 5221 additions and 1733 deletions

View File

@@ -66,8 +66,14 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
RxMap connect_wifi = {}.obs;
RxString scanMac = "".obs;
String? currentDeviceMac;
RxString? cid = "".obs ;//校准id
RxString? currentDeviceMac = "".obs;
RxString? cid = "".obs ;
RxString search = "".obs;//搜索关键字
RxInt connectStatus = 0.obs;
RxMap selectWifi = {}.obs; //正在连接wifi信息
// 安全展示 TopSlideNotification
void safeShowNotification(String msg) {

View File

@@ -44,6 +44,8 @@ class BodyDeviceController extends GetControllerEx<BodyDeviceModel> {
RxString keyWord = "".obs;
String wifiMac = "";
Future<ApiResponse> getDeviceNum() async {
try {
ApiResponse apiResponse = ApiResponse(code: -1, msg: "设备.设备列表请求失败".tr);