Files
Uni-Lab-OS/test/experiments/test.json
Junhan Chang c78ac482d8 Initial commit
2025-04-17 15:19:47 +08:00

43 lines
912 B
JSON

{
"nodes": [
{
"id": "Gripper1",
"name": "假夹爪",
"children": [
],
"parent": null,
"type": "device",
"class": "gripper.mock",
"position": {
"x": 620.6111111111111,
"y": 171,
"z": 0
},
"config": {
},
"data": {
}
},
{
"id": "Plate1",
"name": "Plate1",
"children": [
],
"parent": null,
"type": "plate",
"class": "nest_96_wellplate_2ml_deep",
"position": {
"x": 620.6111111111111,
"y": 171,
"z": 0
},
"config": {
},
"data": {
}
}
],
"links": [
]
}