From 4ab5ecb0a4fa8ab66647427c4f90db9db302ea3b Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期二, 02 七月 2024 16:05:25 +0800
Subject: [PATCH] 音乐播放时间计算

---
 HDL_ON/Entity/Enumerative/MyEnum.cs |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/Entity/Enumerative/MyEnum.cs b/HDL_ON/Entity/Enumerative/MyEnum.cs
index 505c817..dbd81a5 100644
--- a/HDL_ON/Entity/Enumerative/MyEnum.cs
+++ b/HDL_ON/Entity/Enumerative/MyEnum.cs
@@ -161,6 +161,9 @@
         /// 闈㈡澘
         /// </summary>
         Panel = 0x19,
+        /// <summary>
+        /// 瀹夐槻鐩戞帶
+        /// </summary>
         SecurityMonitoring = 0x20,
         /// <summary>
         /// 鍙瀵硅
@@ -169,16 +172,24 @@
         /// <summary>
         /// 瀹夐槻涓績
         /// </summary>
-        SecurityCenter  = 0x22,
+        SecurityCenter = 0x22,
+        /// <summary>
+        /// 缁垮缓绉戞妧绯荤粺
+        /// </summary>
+        Acst = 0x23,
         /// <summary>
         /// 鏈烘鑷�
         /// </summary>
-        MechanicalArm=0x24,
+        MechanicalArm = 0x24,
         /// <summary>
         /// ip鎽勫儚澶�
         /// </summary>
         IpCam = 0x25,
         /// <summary>
+        /// 钀ょ煶瑙嗛闂ㄩ攣
+        /// </summary>
+        VideoDoorLock = 0x26,
+        /// <summary>
         /// 璺戦┈鐏紙搴忓垪锛�
         /// </summary>
         Series = 0x27,

--
Gitblit v1.8.0