mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
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": {
|
|
}
|
|
}
|
|
]
|
|
} |