更新readme,代码整理

This commit is contained in:
2248356998 qq.com
2023-03-11 17:04:13 +08:00
parent 569a360f92
commit afd6c50bbc
8 changed files with 16 additions and 21 deletions

View File

@@ -56,7 +56,7 @@ namespace ThingsGateway.Foundation.Adapter.OPCDA
{
return this.m_server.GetServerStatus().ToJson().FormatJson();
}
public OperResult<List<BrowseElement>> GetBrowse(string itemId=null)
public OperResult<List<BrowseElement>> GetBrowse(string itemId = null)
{
return this.m_server.Browse(itemId);
}