Crabtree/SmartHome/HDL/Operation/Device/FoolHeat.csold mode 100755 new mode 100644
@@ -153,5 +153,24 @@ WorkMode = 9, Null = 999, } } /// <summary> /// 模式A协议属性 /// </summary> /// <returns></returns> public string SetModeAttribute { get { return TemperatureType switch { 1 => "normal", 2 => "day", 3 => "night", 4 => "away", 5 => "timer", _ => "normal", }; } } } }