This commit is contained in:
Diego
2025-06-29 22:19:53 +08:00
parent 025c699517
commit 92bca824e6
3 changed files with 4 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<PluginVersion>10.9.5</PluginVersion>
<ProPluginVersion>10.9.5</ProPluginVersion>
<PluginVersion>10.9.6</PluginVersion>
<ProPluginVersion>10.9.6</ProPluginVersion>
<AuthenticationVersion>2.9.4</AuthenticationVersion>
<SourceGeneratorVersion>10.9.4</SourceGeneratorVersion>
<NET8Version>8.0.17</NET8Version>

View File

@@ -15,7 +15,7 @@ namespace ThingsGateway.Foundation;
/// <summary>
/// 通道管理
/// </summary>
public interface IChannel : ISetupConfigObject, IDisposable, IClosableClient, IConnectableClient
public interface IChannel : ISetupConfigObject, IDisposable, IClosableClient, IConnectableClient, IOnlineClient
{
/// <summary>
/// 接收数据事件
@@ -37,10 +37,6 @@ public interface IChannel : ISetupConfigObject, IDisposable, IClosableClient, IC
/// </summary>
public ConcurrentList<IDevice> Collects { get; }
/// <summary>
/// Online
/// </summary>
public bool Online { get; }
/// <summary>
/// MaxSign

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>10.9.5</Version>
<Version>10.9.6</Version>
</PropertyGroup>
<ItemGroup>