old mode 100644
new mode 100755
| | |
| | | public static Action<bool> LogicAction = null; |
| | | /// <summary> |
| | | /// 更新当前门锁涉及的状态【主要用于门锁操作常开模式的回调】 |
| | | /// string=mac |
| | | /// </summary> |
| | | public static Action<string, bool> UpdateCurrentDoorlockAction = null; |
| | | /// <summary> |
| | |
| | | if (haveLogic) |
| | | { |
| | | //此处删除温居城的常开模式特殊逻辑 |
| | | var resTemp1 = await Shared.Phone.Device.Logic.SkipView.GetLogicAll(doorLock); |
| | | var resTemp1 = await Shared.Phone.Device.Logic.SkipView.DelAllLogic(doorLock); |
| | | } |
| | | } |
| | | else |
| | |
| | | if (haveLogic) |
| | | { |
| | | //此处删除温居城的常开模式特殊逻辑 |
| | | var resTemp1 = await Shared.Phone.Device.Logic.SkipView.GetLogicAll(doorLock); |
| | | var resTemp1 = await Shared.Phone.Device.Logic.SkipView.DelAllLogic(doorLock); |
| | | } |
| | | } |
| | | else |
| | |
| | | if (haveLogic) |
| | | { |
| | | //此处删除温居城的常开模式特殊逻辑 |
| | | var resTemp1 = await Shared.Phone.Device.Logic.SkipView.GetLogicAll(doorLock); |
| | | var resTemp1 = await Shared.Phone.Device.Logic.SkipView.DelAllLogic(doorLock); |
| | | } |
| | | Application.RunOnMainThread(() => |
| | | { |