From b409ece9569247d7e7b44fc15e8a02556ca05a57 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 01 七月 2021 15:27:23 +0800
Subject: [PATCH] 合并温居城代码
---
HDL_ON/Entity/Enumerative/MyEnum.cs | 33 ++++++++++++++++++++++++++-------
1 files changed, 26 insertions(+), 7 deletions(-)
diff --git a/HDL_ON/Entity/Enumerative/MyEnum.cs b/HDL_ON/Entity/Enumerative/MyEnum.cs
index 5930ba8..d365658 100644
--- a/HDL_ON/Entity/Enumerative/MyEnum.cs
+++ b/HDL_ON/Entity/Enumerative/MyEnum.cs
@@ -137,20 +137,39 @@
/// </summary>
Weather = 0x14,
-
+ /// <summary>
+ /// 闂ㄩ攣
+ /// </summary>
DoorLock = 0x15,
-
+ /// <summary>
+ /// 鐢靛櫒
+ /// </summary>
Electric = 0x16,
-
+ /// <summary>
+ /// 鑳芥簮鐩戞帶
+ /// </summary>
EnergyMonitoring = 0x17,
-
+ /// <summary>
+ /// 鐜鏁版嵁
+ /// </summary>
Environmental = 0x18,
-
+ /// <summary>
+ /// 闈㈡澘
+ /// </summary>
Panel = 0x19,
-
+ /// <summary>
+ /// 瀹夐槻鐩戞帶
+ /// </summary>
SecurityMonitoring = 0x20,
-
+ /// <summary>
+ /// 鍙瀵硅
+ /// </summary>
VideoIntercom = 0x21,
+ /// <summary>
+ /// 瀹夐槻涓績
+ /// </summary>
+ SecurityCenter = 0x22,
+
}
--
Gitblit v1.8.0