From 5ba73c2c908f499a0cfa29eab3f6ca3eda1fdcc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=B0=91=E9=98=B3?= <786612630@qq.com> Date: Thu, 1 Feb 2024 11:25:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart b/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart index b54a6952..6d33a295 100644 --- a/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart +++ b/star_lock/lib/common/XSConstantMacro/XSConstantMacro.dart @@ -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 }