HDL_ON/UI/UI2/2-Classification/ClassificationPageBLL.cs
@@ -370,6 +370,16 @@ System.Threading.Thread.Sleep(100); } break; case ShowFunction.FreshAir: foreach (var f in FunctionList.List.GetAirFreshList()) { f.trait_on_off.curValue = onoff; Dictionary<string, string> d = new Dictionary<string, string>(); d.Add(FunctionAttributeKey.OnOff, f.trait_on_off.curValue.ToString()); Control.Ins.SendWriteCommand(f, d); System.Threading.Thread.Sleep(100); } break; } } else