| | |
| | | }); |
| | | } |
| | | // <summary> |
| | | /// 通过设备找到区域(房间)名称 |
| | | /// 通过设备找到区域(房间)名称 |
| | | /// </summary> |
| | | /// <param name="btnregionname">Btnregionname.</param> |
| | | /// <param name="device">Device.</param> |
| | |
| | | /// <returns></returns> |
| | | public static async System.Threading.Tasks.Task<string> WebClientAsync(int value, string url, Residential residential = null) |
| | | { |
| | | |
| | | NameValueCollection postValues = new NameValueCollection(); |
| | | |
| | | if (value == 0) |
| | |
| | | byte[] responseArray = webClient.UploadValues(url, postValues); |
| | | var s = System.Text.Encoding.UTF8.GetString(responseArray); |
| | | return s; |
| | | |
| | | } |
| | | |
| | | |
| | | public class Residential |
| | | { |
| | | /// <summary> |