mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-14 13:14:39 +00:00
30 lines
802 B
JSON
30 lines
802 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "MockChiller1",
|
|
"name": "模拟冷却器",
|
|
"children": [],
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "mock_chiller",
|
|
"position": {
|
|
"x": 620.6111111111111,
|
|
"y": 171,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"port": "MOCK"
|
|
},
|
|
"data": {
|
|
"current_temperature": 25.0,
|
|
"target_temperature": 25.0,
|
|
"status": "Idle",
|
|
"is_cooling": false,
|
|
"is_heating": false,
|
|
"vessel": "",
|
|
"purpose": ""
|
|
}
|
|
}
|
|
],
|
|
"links": []
|
|
} |