CrabtreeOn,印度客户定制APP,迁移2.0平台版本
陈嘉乐
2021-03-02 c404f2f369710fe72bbcc4cff2b7b8a2c11b5ff1
Crabtree/SmartHome/HDL/Operation/Device/FoolHeat.cs
old 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",
                };
            }
        }
    }
}