wxr
2022-06-30 8784b669c284e02f0a4d2d9aacefc408196c8583
HDL_ON/Entity/Function/Function.cs
@@ -361,7 +361,7 @@
                switch (key)
                {
                    case "pm2.5":
                        //
                        break;
                }
            }
@@ -380,7 +380,15 @@
        /// <summary>
        /// 是否在线
        /// </summary>
        public bool online = true;
        public bool online {
            get
            {
                return true;
            }
            set {
            }
        }
        /// <summary>
        /// 环境面板 绑定的 设备目标sid列表
@@ -1196,14 +1204,19 @@
        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>();
@@ -1267,6 +1280,10 @@
        /// (卷帘)
        /// </summary>
        public const string CurtainRoller = "curtain.roller";
        /// <summary>
        /// 梦幻帘
        /// </summary>
        public const string CurtainDream = "curtain.dream";
        /// <summary>
        /// 窗帘spk列表
@@ -1279,6 +1296,7 @@
            spkList.Add(CurtainSwitch);
            spkList.Add(CurtainShades);
            spkList.Add(CurtainTrietex);
            spkList.Add(CurtainDream);
            return spkList;
        }
        #endregion