ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs
@@ -264,6 +264,7 @@ { if (logicId != 0) { ///有可能只有常开模式,没有时效性自动化 Send.DelLogic(logicId); } @@ -403,6 +404,8 @@ timeValue = int.Parse(str); Send.CurrentDoorLock.IsDoorLockNormallyMode = true; ModeView(); ///添加APP开启常开模式的历史记录 UserCenter.HdlDeviceDoorLockLogic.Current.AddDoorHistoryLog(Send.CurrentDoorLock,9001,string.Empty); }