From 3c8f41f50076a3b904705ef9f94d1a827ecd8c52 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期六, 28 八月 2021 15:43:19 +0800 Subject: [PATCH] 2021-8-28-4 --- HDL_ON/DAL/DriverLayer/Control.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/HDL_ON/DAL/DriverLayer/Control.cs b/HDL_ON/DAL/DriverLayer/Control.cs index bdbbe68..e3d0166 100644 --- a/HDL_ON/DAL/DriverLayer/Control.cs +++ b/HDL_ON/DAL/DriverLayer/Control.cs @@ -639,6 +639,7 @@ Dictionary<string, string> keys = new Dictionary<string, string>(); keys.Add("sid", securityAlarm.sid); keys.Add("status", state); + keys.Add("alarm", securityAlarm.alarm.ToString()); var aLinkData = new AlinkReadFunctionStatusObj() { id = Ins.msg_id.ToString(), @@ -793,6 +794,7 @@ if (updataLocalSecurity != null) { updataLocalSecurity.status = updataSecurity.status; + updataLocalSecurity.alarm = updataSecurity.alarm; } } HomePage.LoadEvent_RefreshSecurityStatus(); -- Gitblit v1.8.0