| | |
| | | middle = new VerticalRefreshLayout |
| | | { |
| | | Y = view.topRowLayout.Bottom, |
| | | Height = Application.GetRealHeight(1920 - 184), |
| | | Height = Application.GetRealHeight(Method.H - 184), |
| | | BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor, |
| | | }; |
| | | this.AddChidren(middle); |
| | |
| | | var accounts = new Dictionary<string, string>(); |
| | | accounts.Add("Type", "1"); |
| | | accounts.Add("Account", Config.Instance.Guid); |
| | | accounts.Add("AccountName",accountName); |
| | | accounts.Add("AccountName",accountName);
|
| | | ///mac+端口是为识别是那个门锁; |
| | | accounts.Add("Option4", Send.CurrentDoorLock.DeviceAddr); |
| | | accounts.Add("Option2", Send.CurrentDoorLock.DeviceEpoint.ToString()); |
| | | accounts.Add("UserId", userId); |
| | | if (SelectedDeviceStatuscondition != "") |
| | | { |