From 22c5c030f2262b6a9d6840bf3b5196b7ab2d4dd5 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期二, 10 三月 2020 14:31:53 +0800 Subject: [PATCH] 2020-03-10 1.替换最新控件库,增加无网络监听,Loading效果优化。 2.电能插座修复点亮统计个数问题。 3 .定时检测网关是否在线,发送CheckGateway间隔为10S,收到主题刷新该时间,重置发送次数,发送次数到达3次以上,则判定网关为离线状态。 4.远程重复增加为3次,重发后等待5s才回调结果。 5.修复去掉普通继电器读电能操作。 6.读状态间隔缩短为200ms。 --- Crabtree/ON.Ios/ON.Ios.csproj | 17 ++++++++++------- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Crabtree/ON.Ios/ON.Ios.csproj b/Crabtree/ON.Ios/ON.Ios.csproj index 455a433..ee4a8de 100644 --- a/Crabtree/ON.Ios/ON.Ios.csproj +++ b/Crabtree/ON.Ios/ON.Ios.csproj @@ -116,7 +116,7 @@ <Reference Include="System.Web.Services" /> <Reference Include="System.Net" /> <Reference Include="Newtonsoft.Json"> - <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> + <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath> <Private>False</Private> </Reference> <Reference Include="Microsoft.CSharp" /> @@ -158,15 +158,18 @@ <Reference Include="Xamarin.Essentials"> <HintPath>..\packages\Xamarin.Essentials.1.0.0\lib\xamarinios10\Xamarin.Essentials.dll</HintPath> </Reference> - <Reference Include="Shared.IOS"> - <HintPath>..\SmartHome\dll\Shared.IOS.dll</HintPath> - </Reference> - <Reference Include="Shared.IOS.TBL"> - <HintPath>..\SmartHome\dll\Shared.IOS.TBL.dll</HintPath> - </Reference> <Reference Include="MQTTnet"> <HintPath>..\packages\MQTTnet.3.0.8\lib\netstandard2.0\MQTTnet.dll</HintPath> </Reference> + <Reference Include="MJRefresh_Xamarin"> + <HintPath>..\SmartHome\dll\IOS\MJRefresh_Xamarin.dll</HintPath> + </Reference> + <Reference Include="Shared.IOS"> + <HintPath>..\SmartHome\dll\IOS\Shared.IOS.dll</HintPath> + </Reference> + <Reference Include="Shared.IOS.TBL"> + <HintPath>..\SmartHome\dll\IOS\Shared.IOS.TBL.dll</HintPath> + </Reference> </ItemGroup> <ItemGroup> <Folder Include="Resources\" /> -- Gitblit v1.8.0