HDL_ON/UI/UI2/3-Intelligence/Automation/TargetDeviceFunList.cs
@@ -519,7 +519,8 @@ { foreach (var dictionary in dicSateteList) { if (dictionary["key"] == "on_off") string keyValue = dictionary["key"]; if (keyValue == "on_off") { if (dictionary["value"] == "off") { @@ -528,7 +529,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; }