From 3fcb73db484d2bed5ee993702913a7eaea68068c Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 18 八月 2023 18:01:23 +0800
Subject: [PATCH] 2.1.2

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

diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
index 26c55dc..623df1d 100644
--- a/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
+++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
@@ -164,6 +164,21 @@
                         #endregion
                     }
                     break;
+                case SPK.CommonSeries:
+                    #region 鐣岄潰
+                    ///寮�鍏�
+                    LogicView.FunTypeView SerriesSwitchView = new LogicView.FunTypeView();
+                    SerriesSwitchView.btnText.TextID = StringId.switchLogic;
+                    fLayout.AddChidren(SerriesSwitchView.FLayoutView());
+
+                    #endregion
+                    ///寮�鍏崇偣鍑讳簨浠�
+                    SerriesSwitchView.btnClick.MouseUpEventHandler += (sender, e) =>
+                    {
+                        SwitchViewMethod(device, SerriesSwitchView.btnState, 2);
+                    };
+
+                    break;
                 //寮�鍏崇伅鍏� 
                 case SPK.AirSwitch:
                 case SPK.LightSwitch:

--
Gitblit v1.8.0