From 8fec9c2162b900fb59a3a3433bbcbc87c5e86777 Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期四, 13 六月 2024 17:52:14 +0800 Subject: [PATCH] 更新了iOS扫码sdk,兼容最新手机系统(17.5.1);增加了阿里云日志服务 --- HDL_ON/Entity/Enumerative/MyEnum.cs | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/HDL_ON/Entity/Enumerative/MyEnum.cs b/HDL_ON/Entity/Enumerative/MyEnum.cs index 1282a71..a14796c 100644 --- a/HDL_ON/Entity/Enumerative/MyEnum.cs +++ b/HDL_ON/Entity/Enumerative/MyEnum.cs @@ -173,6 +173,30 @@ /// 瀹夐槻涓績 /// </summary> SecurityCenter = 0x22, + /// <summary> + /// 缁垮缓绉戞妧绯荤粺 + /// </summary> + Acst = 0x23, + /// <summary> + /// 鏈烘鑷� + /// </summary> + MechanicalArm=0x24, + /// <summary> + /// ip鎽勫儚澶� + /// </summary> + IpCam = 0x25, + /// <summary> + /// 钀ょ煶瑙嗛闂ㄩ攣 + /// </summary> + VideoDoorLock = 0x26, + /// <summary> + /// 璺戦┈鐏紙搴忓垪锛� + /// </summary> + Series = 0x27, + /// <summary> + /// 褰遍煶涓帶 + /// </summary> + Aks = 0x28, } -- Gitblit v1.8.0