HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
@@ -518,7 +518,8 @@ { foreach (var dictionary in dicSateteList) { if (dictionary["key"] == "on_off") string keyValue = dictionary["key"]; if (keyValue == "on_off") { if (dictionary["value"] == "off") { @@ -527,7 +528,7 @@ //重新添加开光属性数据 Dictionary<string, string> diction = new Dictionary<string, string>(); diction.Add("key", "on_off"); diction.Add("value", "on_off"); diction.Add("value", "off"); dicSateteList.Add(diction); break; }