tzy
2021-03-29 6bf515816c3c971f57722c5195208f65446ef335
HDL_ON/DAL/DriverLayer/Control_Udp.cs
@@ -711,7 +711,7 @@
                                //4   运行模式    1 - 通风,2 - 加湿
                                byte airFreshMode = 1;
                                if (commandDictionary.ContainsKey(FunctionAttributeKey.Mode) == true
                                    && commandDictionary[FunctionAttributeKey.Mode] == "fan")
                                    && commandDictionary[FunctionAttributeKey.Mode] == "humidification")
                                {
                                    airFreshMode = 2;
                                }