From 6ce8832d1121f61f6476e4548ae7a53551080027 Mon Sep 17 00:00:00 2001 From: lss <lsc@hdlchina.com.cn> Date: 星期二, 17 五月 2022 13:13:09 +0800 Subject: [PATCH] 临时备份 --- 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