解决冲突

This commit is contained in:
魏少阳 2024-02-01 11:25:57 +08:00
parent 361162414b
commit 5ba73c2c90

View File

@ -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
}