ZigbeeApp/Shared/Phone/Device/Logic/SoneLogicList.cs
@@ -81,6 +81,12 @@ //进来更新一次值 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"]); }