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; }