From ea0b1e8e5f43c5fd0a7d479e25ede3b8cbea464a Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 02 十二月 2024 17:17:19 +0800
Subject: [PATCH] tcp;可视对讲;

---
 HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
index 370900f..89cd452 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/Logic.cs
@@ -106,6 +106,14 @@
         /// condition_type=9鏃朵娇鐢�
         /// </summary>
         public string identifier = "";
+        /// <summary>
+        /// 妫�娴嬬被鍨� 閰嶅悎condition_type=3鏃朵娇鐢�,娌℃湁璇ュ瓧娈点�佽鍊兼垨0: 鐘舵�佹娴�(姣忔鏀跺埌鐘舵�佸氨鎴愮珛),1:鍔ㄤ綔妫�娴�(闇�瑕佸垏鎹㈢姸鎬佹墠鎴愮珛);
+        /// </summary>
+        public string detect_type = "1"; 
+        /// <summary>
+        /// 浜轰綋绉诲姩浼犳劅鍣紙甯︽寔缁椂闂达級
+        /// </summary>
+        public string hold_time = "";
         public List<Dictionary<string, string>> condition = new List<Dictionary<string, string>>();
         /// <summary>
         /// 鍦扮悊鍥存爮閰嶇疆
@@ -132,6 +140,7 @@
         /// 鍦烘櫙=2;
         /// 瀹夐槻=3;
         /// 寤舵椂=4;
+        /// 缇ゆ帶=5;
         /// </summary>
         public string target_type = "";
         public List<Dictionary<string, string>> status = new List<Dictionary<string, string>>();

--
Gitblit v1.8.0