更新了opcuaserver节点规则

This commit is contained in:
dd 2021-12-24 18:46:18 +08:00
parent 83e1ae91cb
commit 976d1755bd
7 changed files with 2 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -5,6 +5,6 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<_PublishTargetUrl>D:\Repos\iotgateway\IoTGateway\bin\Release\net5.0\publish\</_PublishTargetUrl>
<History>True|2021-12-24T08:23:28.9214784Z;True|2021-12-24T15:20:08.6401847+08:00;True|2021-12-17T19:11:07.1655146+08:00;True|2021-12-12T14:11:08.8380502+08:00;</History>
<History>True|2021-12-24T08:46:49.1192015Z;True|2021-12-24T16:23:28.9214784+08:00;True|2021-12-24T15:20:08.6401847+08:00;True|2021-12-17T19:11:07.1655146+08:00;True|2021-12-12T14:11:08.8380502+08:00;</History>
</PropertyGroup>
</Project>

Binary file not shown.

View File

@ -82,7 +82,7 @@ namespace Plugin
_mqttClient.PublishAsync($"{TopicBase}/{device.DeviceName}/{kv.Key}", kv.Value.ToString());
//更新到UAService
_uaNodeManager.UpdateNode($"{device.DeviceName}_{kv.Key}", kv.Value);
_uaNodeManager.UpdateNode($"{device.Parent.DeviceName}_{device.DeviceName}_{kv.Key}", kv.Value);
}
}
}

Binary file not shown.