HDL_ON/UI/UI2/3-Intelligence/Automation/ConditionDeviceFunList.cs
@@ -61,6 +61,7 @@ //空调 case SPK.AcStandard: case SPK.HvacAC: case SPK.HvacCac://毛细空调 //地热 case SPK.FloorHeatStandard: case SPK.HvacFloorHeat: @@ -667,6 +668,8 @@ { if (edit) { /// this.function = device; Input inputs = Logic.currlogic.input[index]; //清除之前旧数据 dicSateteList.Clear(); @@ -854,6 +857,9 @@ private bool Is_SpkAttribute(string key) { ///修改新属性 ///识别使用功能是否存在属性 if (this.function==null) { return false; } var job = this.function.GetAttribute(key); if (job != null) {