From 1b40f1180fa2f7b9e4f6ded651cf66699c7e5db7 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 12 一月 2022 16:33:33 +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