Skip to content

Commit

Permalink
取消扩展字段,调整104配置方式
Browse files Browse the repository at this point in the history
  • Loading branch information
xi3892 committed Oct 23, 2023
1 parent 293e303 commit 822b198
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions NewLife.IoT/ThingModels/PointModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,6 @@ public class PointModel : IPoint
/// <summary>写入规则。数据反解析规则,表达式或脚本</summary>
public String? WriteRule { get; set; }

/// <summary>主站地址</summary>
public String? SiteAddress { get; set; }

/// <summary>发送原因</summary>
public Int32 SReason { get; set; }

/// <summary>ASDYType</summary>
public Int32 ASDUType { get; set; }

/// <summary>已重载。友好显示</summary>
/// <returns></returns>
public override String ToString() => $"{Name} {Type} {Address}";
Expand Down

0 comments on commit 822b198

Please sign in to comment.