mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-18 13:31:20 +00:00
* 初始提交,只保留工作区当前状态 * remove redundant arm_slider meshes --------- Co-authored-by: Junhan Chang <changjh@dp.tech>
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"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": {
|
|
}
|
|
}
|
|
]
|
|
} |