解决冲突
This commit is contained in:
parent
361162414b
commit
5ba73c2c90
@ -19,7 +19,6 @@ class XSConstantMacro {
|
||||
static int keyTypeOnce = 3;
|
||||
static int keyTypeLoop = 4;
|
||||
|
||||
<<<<<<< HEAD
|
||||
// "110401" 正常使用
|
||||
// "110402" 待接收
|
||||
// "110403" 待生效
|
||||
@ -55,12 +54,10 @@ class XSConstantMacro {
|
||||
return "未知";
|
||||
}
|
||||
}
|
||||
=======
|
||||
// 门锁事件类型 lockEventType 事件类型:0-全部事件;10-开门事件20-异常事件30-门铃事件40-视频事件
|
||||
static int lockEventTypeAll = 0;
|
||||
static int lockEventTypeOpenDoor = 10;
|
||||
static int lockEventTypeAbnormal = 20;
|
||||
static int lockEventTypeDoorbell = 30;
|
||||
static int lockEventTypeVideo = 40;
|
||||
>>>>>>> 3a8faadfc9fb60336af1b9ad2319bd9f1c70c714
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user