mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-04 13:25:13 +00:00
* TestLatency Return Value Example & gitignore update * Adjust log level & Add workbench virtual example & Add not action decorator & Add check_mode & * Add CI Check
29 lines
693 B
JSON
29 lines
693 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "workbench_1",
|
|
"name": "虚拟工作台",
|
|
"children": [],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "virtual_workbench",
|
|
"position": {
|
|
"x": 400,
|
|
"y": 300,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"arm_operation_time": 3.0,
|
|
"heating_time": 10.0,
|
|
"num_heating_stations": 3
|
|
},
|
|
"data": {
|
|
"status": "Ready",
|
|
"arm_state": "idle",
|
|
"message": "工作台就绪"
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
}
|