初始提交,只保留工作区当前状态

This commit is contained in:
tt11142023
2025-08-01 16:48:48 +08:00
parent 5cd0f72fbd
commit ac198b1f79
35 changed files with 2828 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"nodes": [
{
"id": "id",
"name": "name",
"children": [
],
"parent": null,
"type": "device",
"class": "opcua_example",
"config": {
"url": "url",
"config_path": "unilabos/device_comms/opcua_client/opcua_workflow_example.json"
},
"data": {
}
}
]
}