From 505effa88b17ce8c3c7ac5403b76d9e5d0cfc2a5 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期一, 28 十月 2024 11:58:31 +0800
Subject: [PATCH] 谷歌版本问题修复

---
 HDL_ON/Entity/Enumerative/MyEnum.cs |   50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 1 deletions(-)

diff --git a/HDL_ON/Entity/Enumerative/MyEnum.cs b/HDL_ON/Entity/Enumerative/MyEnum.cs
index 8e4c806..cc528b4 100644
--- a/HDL_ON/Entity/Enumerative/MyEnum.cs
+++ b/HDL_ON/Entity/Enumerative/MyEnum.cs
@@ -164,7 +164,7 @@
         /// <summary>
         /// 瀹夐槻鐩戞帶
         /// </summary>
-        SecurityMonitoring = 0x20,
+        //SecurityMonitoring = 0x20,
         /// <summary>
         /// 鍙瀵硅
         /// </summary>
@@ -177,6 +177,30 @@
         /// 缁垮缓绉戞妧绯荤粺
         /// </summary>
         Acst = 0x23,
+        /// <summary>
+        /// 鏈烘鑷�
+        /// </summary>
+        MechanicalArm=0x24,
+        /// <summary>
+        /// ip鎽勫儚澶�
+        /// </summary>
+        IpCam = 0x25,
+        /// <summary>
+        /// 钀ょ煶瑙嗛闂ㄩ攣
+        /// </summary>
+        //VideoDoorLock = 0x26,
+        /// <summary>
+        /// 璺戦┈鐏紙搴忓垪锛�
+        /// </summary>
+        Series = 0x27,
+        /// <summary>
+        /// 褰遍煶涓帶
+        /// </summary>
+        //Aks = 0x28,
+        /// <summary>
+        /// 閲戣寕浠夸經鍌ㄨ兘
+        /// </summary>
+        InverterJinmao=0x29,
 
 
     }
@@ -220,4 +244,28 @@
         Right,//00024=鍙�
         Down,//00025=涓�
     }
+
+    /// <summary>
+    /// 琛ㄧず鏉ヨ嚜閭d釜鐣岄潰
+    /// </summary>
+    public enum Comerom
+    {
+        function,//鍔熻兘
+        collect,//鏀惰棌
+        room,//鎴块棿
+        push,//鎺ㄩ��
+        sanfan,//娣诲姞绗笁鏂硅澶�
+    }
+
+    /// <summary>
+    /// 寮规绫诲瀷
+    /// </summary>
+    public enum TipType
+    {
+        none,//鏃犳彁绀�
+        flicker,//闂儊妗�
+        confirmation//纭妗�
+    }
+
+
 }

--
Gitblit v1.8.0