mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
* feat(devices): add Zhida GC/MS pretreatment automation workstation * feat(devices): add mettler_toledo xpr balance * balance
24 lines
551 B
JSON
24 lines
551 B
JSON
{
|
|
"nodes": [
|
|
{
|
|
"id": "ZHIDA_GCMS_STATION",
|
|
"name": "ZHIDA_GCMS",
|
|
"parent": null,
|
|
"type": "device",
|
|
"class": "zhida_gcms",
|
|
"position": {
|
|
"x": 620.6111111111111,
|
|
"y": 171,
|
|
"z": 0
|
|
},
|
|
"config": {
|
|
"host": "192.168.3.184",
|
|
"port": 5792,
|
|
"timeout": 10.0
|
|
},
|
|
"data": {},
|
|
"children": []
|
|
}
|
|
],
|
|
"links": []
|
|
} |