wei
2020-12-02 30b5770f56f99c1f92e933ad31cf7d2af58b033c
HDL_ON/Entity/FunctionList.cs
@@ -7,11 +7,6 @@
{
    public class FunctionList
    {
        public FunctionList()
        {
        }
        /// <summary>
        /// 空调列表
        /// </summary>
@@ -93,7 +88,6 @@
        {
            var fs = new List<Function>();
            fs.AddRange(GetAllDeviceFunctionList());
            fs.AddRange(scenes);
            return fs;
        }
@@ -102,7 +96,7 @@
        /// </summary>
        public List<Function> GetAllDeviceFunctionList()
        {
            if (deviceFunctionList == null)
            //if (deviceFunctionList == null || deviceFunctionList.Count == 0)
            {
                deviceFunctionList = new List<Function>();
                deviceFunctionList.AddRange(aCs);