mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 05:45:10 +00:00
28 lines
649 B
JSON
28 lines
649 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "ZDT_Motor",
|
|
"name": "ZDT Motor",
|
|
"children": [],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "motor.zdt_x42",
|
|
"position": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"port": "/dev/tty.usbserial-3110",
|
|
"baudrate": 115200,
|
|
"device_id": 1,
|
|
"debug": true
|
|
},
|
|
"data": {
|
|
"position": 0,
|
|
"status": "idle"
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
} |