| | |
| | | Dictionary<string, string> deviceConditionsInfo = new Dictionary<string, string>(); |
| | | Dictionary<string, string> userdictionary = new Dictionary<string, string>(); |
| | | |
| | | public void Show(CommonDevice common, Dictionary<string, string> editdeviceConditionsInfo=null) |
| | | public async void Show(CommonDevice common, Dictionary<string, string> editdeviceConditionsInfo=null) |
| | | { |
| | | if (!edit) |
| | | { |
| | |
| | | BackgroundColor = ZigbeeColor.Current.LogicMiddleBackgroundColor, |
| | | }; |
| | | this.AddChidren(middle); |
| | | |
| | | if (Send.UserList.Count == 0) |
| | | { |
| | | var allMemberslist = await Send.AllMembers(common.DeviceAddr); |
| | | Send.UserList.AddRange(allMemberslist); |
| | | } |
| | | foreach (var user in Send.UserList) |
| | | { |
| | | |
| | |
| | | |
| | | } |
| | | } |
| | | |
| | | } |
| | | } |