| | |
| | | public static final int CtlType_IDCardOpen = 8; //ID开锁
|
| | | /************************************************************************************/
|
| | |
|
| | | |
| | | /***************** 锁具告警相关 *******************************************************************/
|
| | | public static final int ALM_CommErr_ID = 119001; //通信故障
|
| | | public static final int ALM_OpenLockErr_ID = 119002; //开锁失败
|
| | | |
| | | /************************************************************************************/
|
| | | public static final int ALM_Source_PlatForm = 1; //平台触发
|
| | | public static final int ALM_Source_App = 2; //手机APP触发
|
| | | public static final int ALM_Source_Lock = 3; //锁具触发
|
| | | |
| | | /************************************************************************************/
|
| | |
|
| | | }
|