feat(devices): add Zhida GC/MS pretreatment automation workstation

This commit is contained in:
Andy6M
2025-08-06 20:30:13 +08:00
parent 37d8108ec4
commit 30b0727f2a
5 changed files with 889 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"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": []
}