From 768287335bee13527b0fa612ec3f209d3c2089e8 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 13 七月 2023 13:28:50 +0800 Subject: [PATCH] 萤石门锁功能,人脸开锁设置 --- HDL_ON/Common/R.cs | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index b8e65b0..2b4727a 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -6,6 +6,18 @@ { /// <summary> + /// 闇�瑕佽Е鎽搁棬閿佹暟瀛楁寜閿紝鍞ら啋闂ㄩ攣鍚庤瘑鍒汉鑴稿苟寮�閿� + /// </summary> + public const int FaceManualUnlockTip = 672; + /// <summary> + /// 娉細璇嗗埆浜鸿劯鐨勮窛绂伙紝浼氬彈瑙﹀彂鐏垫晱搴﹀奖鍝嶏紝鐏垫晱搴﹁秺楂橈紝璇嗗埆璺濈瓒婅繙銆� + /// </summary> + public const int FaceUnlockNote = 671; + /// <summary> + /// 杩涘叆妫�娴嬭寖鍥村悗锛岄棬閿佸皢鑷姩璇嗗埆浜鸿劯骞跺紑閿� + /// </summary> + public const int FaceUnlockTip = 670; + /// <summary> /// 鑷姩瑙﹀彂 /// </summary> public const int AutomaticTriggering = 669; @@ -22,9 +34,9 @@ /// </summary> public const int TriggerMode = 666; /// <summary> - /// 浜鸿劯寮�濮嬭В鏋� + /// 665=寮�鍚悗,璁惧鍙互杩涜浜鸿劯璇嗗埆寮�閿� /// </summary> - public const int FaceUnlockTip = 665; + public const int FaceUnlockOpenTip = 665; /// <summary> /// 浜鸿劯寮�閿� /// </summary> -- Gitblit v1.8.0