更新控制页面图标

This commit is contained in:
wyf
2026-04-07 09:33:43 +08:00
parent ca00faad0b
commit 0ead6eb952
4 changed files with 6 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import 'package:vbvs_app/enum/APPPackageType.dart';
class AppConstants {
// App-related constants
static const String zhmht_app_version = "SWES_1.2026.04.02"; //眠花糖
static const String zhmht_app_version = "SWES_1.2026.04.03"; //眠花糖
static const String theh_app_version = "1.2604.02"; //太和
// 1. 纯字符串列表格式

View File

@@ -698,7 +698,7 @@ void initEasyDartModule() {
EasyDartModule.init(
loggerConfig: LoggerConfig(
host: "https://zhmht.swes.com.cn:27020/vsbs_log",
serviceName: "太和e护test2026-04-01"),
serviceName: "智慧眠花糖2026-04-03-test"),
webSocketConfig:
WebSocketConfig(ServiceConstant.webSocketService, (data) {
// 接收到服务消息

View File

@@ -301,9 +301,11 @@ class MHTBlueToothController extends GetControllerEx<MHTBlueToothModel> {
data: data,
onSuccess: (res) {
resFlag = true;
EasyDartModule.logger.info("更新睡眠习惯成功: ${res.msg}");
},
onFailure: (res) {
resFlag = false;
EasyDartModule.logger.info("更新睡眠习惯失败: ${res.msg}");
},
);
return resFlag;
@@ -491,7 +493,8 @@ class MHTBlueToothController extends GetControllerEx<MHTBlueToothModel> {
}
ef.log("全部指令");
EasyDartModule.logger.info("设备mac${commandData['mac']}" +"wifi指令控制下发时间-->${DateTime.now()}");
EasyDartModule.logger.info(
"设备mac${commandData['mac']}" + "wifi指令控制下发时间-->${DateTime.now()}");
commandData['wfr'] = true; //是否等待响应 true: 等待 false:不等待(默认)
commandData['type'] = 0; //0 base64数据 1 二进制数据