From 3be0abe90546f2a3a45828f5e6c8adc4517ea9e0 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 14 一月 2022 13:12:38 +0800 Subject: [PATCH] Merge branch 'wxr1215' --- HDL_ON/Entity/Function/Function.cs | 15 ++++++++++++++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Entity/Function/Function.cs b/HDL_ON/Entity/Function/Function.cs index 64bc159..300e667 100644 --- a/HDL_ON/Entity/Function/Function.cs +++ b/HDL_ON/Entity/Function/Function.cs @@ -170,6 +170,9 @@ case SPK.HvacFan: iconPath = "electricalfan"; break; + case SPK.HvacFloorHeat: + iconPath = "floorHeatstandard"; + break; case SPK.ElectricTuyaFan2: iconPath = "electricaltyqborgovyzytytz"; break; @@ -1110,7 +1113,17 @@ public static class SPK { - + /// <summary> + /// 闂ㄩ攣 + /// </summary> + public const string DoorLock = "security.door"; + + public static List<string> GetDoorLockSPKList() + { + var list = new List<string>(); + list.Add(DoorLock); + return list; + } #region 鐏厜 -- Gitblit v1.8.0