From f60b17fa18701c2cee017a5117e96510f54b44cf Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期一, 02 十二月 2024 16:05:44 +0800 Subject: [PATCH] 更新功能 --- HDL_ON/Entity/Enumerative/MyEnum.cs | 24 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Entity/Enumerative/MyEnum.cs b/HDL_ON/Entity/Enumerative/MyEnum.cs index 69dac4f..dbd81a5 100644 --- a/HDL_ON/Entity/Enumerative/MyEnum.cs +++ b/HDL_ON/Entity/Enumerative/MyEnum.cs @@ -166,17 +166,37 @@ /// </summary> SecurityMonitoring = 0x20, /// <summary> + /// 鍙瀵硅 + /// </summary> + VideoIntercom = 0x21, + /// <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, + /// <summary> + /// 褰遍煶涓帶 + /// </summary> + Aks = 0x28, } -- Gitblit v1.8.0