wjc
2022-08-25 7b96ea115d51fb721130fef8622500740dea7b08
HDL_ON/Entity/Function/Function.cs
@@ -361,7 +361,7 @@
                switch (key)
                {
                    case "pm2.5":
                        //
                        break;
                }
            }
@@ -1196,20 +1196,26 @@
        public string loopId;
    }
    /// <summary>
    /// Tag 功能SPK
    /// </summary>
    public static class SPK
    {
        /// <summary>
        /// 门锁
        /// </summary>
        public const string DoorLock = "security.door";
        /// <summary>
        /// 门锁spk列表
        /// </summary>
        /// <returns></returns>
        public static List<string> GetDoorLockSPKList()
        {
            var list = new List<string>();
            list.Add(DoorLock);
            return list;
        }
        #region 灯光
@@ -1267,6 +1273,10 @@
        /// (卷帘)
        /// </summary>
        public const string CurtainRoller = "curtain.roller";
        /// <summary>
        /// 梦幻帘
        /// </summary>
        public const string CurtainDream = "curtain.dream";
        /// <summary>
        /// 窗帘spk列表
@@ -1279,6 +1289,7 @@
            spkList.Add(CurtainSwitch);
            spkList.Add(CurtainShades);
            spkList.Add(CurtainTrietex);
            spkList.Add(CurtainDream);
            return spkList;
        }
        #endregion
@@ -1738,6 +1749,13 @@
        }
        #endregion
        #region 可视对讲
        /// <summary>
        /// HDL可视对讲
        /// </summary>
        public const string doorgate="door.gate";
        #endregion
        #region 第三方spk列表
        /// <summary>
        /// 获取所有第三方品牌功能的spk
@@ -1905,7 +1923,7 @@
        /// <summary>
        /// 
        /// </summary>
        public uint color = 0x00000000;
        public string color = string.Empty;
        /// <summary>
        /// 描述
        /// </summary>