mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 14:05:12 +00:00
33 lines
926 B
JSON
33 lines
926 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "MockPump1",
|
|
"name": "模拟泵设备",
|
|
"children": [],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "mock_pump",
|
|
"position": {
|
|
"x": 620.6111111111111,
|
|
"y": 171,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"port": "MOCK"
|
|
},
|
|
"data": {
|
|
"status": "Idle",
|
|
"power_state": "Off",
|
|
"pump_state": "Stopped",
|
|
"flow_rate": 0.0,
|
|
"target_flow_rate": 0.0,
|
|
"pressure": 0.0,
|
|
"total_volume": 0.0,
|
|
"direction": "Forward",
|
|
"max_flow_rate": 100.0,
|
|
"max_pressure": 10.0
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
} |