| | |
| | | |
| | | if (revertObj.StateCode == "SUCCESS") { |
| | | var msgList = Newtonsoft.Json.JsonConvert.DeserializeObject<List<RemoteInfoMsg>> (revertObj.ResponseData.ToString ()); |
| | | //清楚角标 |
| | | new WebClient().DownloadData ($"https://global.hdlcontrol.com/HangZhouHdlCloudApi/ZigbeeUsers/CornerClear"); |
| | | // |
| | | ////清楚角标 2020-06-05 高胜说云端已自动清空,不需要调用 |
| | | //new WebClient().DownloadData ($"https://global.hdlcontrol.com/HangZhouHdlCloudApi/ZigbeeUsers/CornerClear"); |
| | | |
| | | if (msgList == null || msgList.Count == 0) |
| | | return; |
| | | if (msgList.Count == Current.RemoteInfoList.Count && msgList [msgList.Count - 1].MsgTime == Current.RemoteInfoList [Current.RemoteInfoList.Count - 1].MsgTime) |