ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs
@@ -79,8 +79,14 @@ try { //进来更新一次值 logicId = logic.LogicId; logicId = logic.LogicId; timeValue = int.Parse(logic.Conditions[0]["DoorLockOpenDelayTime"]); if (UserCenter.UserCenterResourse.HideOption.DoorLockNomallyOpenTimeMode == 1) { //强制变更时间模式为分钟 timeValue = timeValue / 60; } timeLong = int.Parse(logic.Conditions[0]["TriggerTime"]); }