From 06a320d7e207a7da06b207346d1106c13dd82901 Mon Sep 17 00:00:00 2001 From: wjc <1243177876@qq.com> Date: 星期二, 30 八月 2022 15:23:45 +0800 Subject: [PATCH] 2022年08月30日15:23:36 --- HDL_ON/Entity/Function/Function.cs | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index 9e45062..a24cde6 100644 --- a/HDL_ON/Entity/Function/Function.cs +++ b/HDL_ON/Entity/Function/Function.cs @@ -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 绗笁鏂箂pk鍒楄〃 /// <summary> /// 鑾峰彇鎵�鏈夌涓夋柟鍝佺墝鍔熻兘鐨剆pk -- Gitblit v1.8.0