This commit is contained in:
CortexCore 2023-07-18 21:14:22 +08:00
parent e7e80c982a
commit f380713718
2 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ public partial class 温湿度Reader : Node
catch (Exception e)
{
BIT4Log.Log<湿Reader>(e.Message);
hintsLabel.SetTextAsync(e.Message);
}
}

View File

@ -11,7 +11,7 @@
* 通过`模拟生产`手动注册标识,或自动注册标识
* 对温湿度传感器进行数据采集
* 提交温湿度传感器数据到标识
* 为温湿度传感器创建异常环境
* 生产环境异常模拟
* 标识解析检测软件检测到异常环境,并发送异常信息
* 回到`标识解析`页面,搜索标识并找到异常原因
## 🗎目录