| | |
| | | //处理剩下的新增功能 |
| | | foreach (var newFunction in deviceList.list) |
| | | { |
| | | MainPage.Log(newFunction.savePath); |
| | | newFunction.SaveFunctionFile(); |
| | | FunctionList.List.IniFunctionList(newFunction.savePath); |
| | | } |
| | |
| | | |
| | | //===================读取逻辑列表========================== |
| | | UI.UI2.Intelligence.Automation.MainView.GetLogicList(); |
| | | //===================读取可视对讲数据========================== |
| | | var flVideoInfo = HttpRequest.CheckFlVideo(); |
| | | if(flVideoInfo.Code == StateCode.SUCCESS) |
| | | { |
| | | FunctionList.List.videoIntercom = Newtonsoft.Json.JsonConvert.DeserializeObject<UI.UI2.FuntionControlView.Video.VideoClouds>(flVideoInfo.Data.ToString()); |
| | | } |
| | | |
| | | } |
| | | catch (Exception ex) |
| | | { |