old mode 100644
new mode 100755
File was renamed from Home0630/Shared/Phone/UserCenter/DoorLock/DoorLockCommonInfo.cs |
| | |
| | | public static Action<bool> LogicAction = null; |
| | | /// <summary> |
| | | /// 更新当前门锁涉及的状态【主要用于门锁操作常开模式的回调】 |
| | | /// string=mac |
| | | /// </summary> |
| | | public static Action<string, bool> UpdateCurrentDoorlockAction = null; |
| | | /// <summary> |
| | |
| | | { |
| | | var SubAccounListTemp = await ZigBee.Device.DoorLock.GetSubAccountByDistributedMark(); |
| | | var SubAccounListDictionary = new Dictionary<string, Shared.Phone.UserCenter.MemberInfoRes> { }; |
| | | |
| | | if (SubAccounListTemp != null) |
| | | { |
| | | foreach (var member in SubAccounListTemp) |