From c008153a455b2c79ac9087d82bd9abf9f1eea19f Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 11 八月 2021 18:03:14 +0800 Subject: [PATCH] 2021-08-11-1 --- HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs index 4b1896f..9423a49 100644 --- a/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs +++ b/HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs @@ -204,6 +204,8 @@ break; //鐜妫�娴嬩紶鎰熷櫒 case SPK.SensorEnvironment: + case SPK.SensorEnvironment2: + case SPK.SensorEnvironment3: { #region 鐣岄潰 ///娓╁害 @@ -229,7 +231,11 @@ LogicView.FunTypeView tvocView = new LogicView.FunTypeView(); tvocView.frameLayout.Y = co2View.frameLayout.Bottom; tvocView.btnText.TextID = StringId.tvoc; - fLayout.AddChidren(tvocView.FLayoutView()); + if (SPK.SensorEnvironment3 != device.spk) + { + fLayout.AddChidren(tvocView.FLayoutView()); + } + #endregion #region 鐐瑰嚮浜嬩欢 ///娓╁害鐐瑰嚮浜嬩欢 @@ -537,7 +543,7 @@ { var value = view.GetValue(key, text); selectedState = device.spk + "_"+ key; - AddDictionary(key, value, "integer"); + AddDictionary(key, value, "integer","in"); Save(device,index, edit); }); } @@ -553,7 +559,7 @@ private void GetEditState(Entity.Function device, int index, Button button1, Button button2, Button button3, Button button4) { Input inputs = Logic.currlogic.input[index]; - var dicList = inputs.condition as List<Dictionary<string, string>>; + var dicList = inputs.condition; //娓呴櫎涔嬪墠鏃ф暟鎹� dicSateteList.Clear(); if (dicList.Count != 0) -- Gitblit v1.8.0