mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 18:51:28 +08:00
10.9.6
This commit is contained in:
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>10.9.5</Version>
|
||||
<Version>10.9.6</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user