feat: add hplc registry

This commit is contained in:
wznln
2025-04-29 14:52:02 +08:00
parent ba6a43c594
commit 6b649bfdec
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
"name": "HPLC", "name": "HPLC",
"parent": null, "parent": null,
"type": "device", "type": "device",
"class": "hplc", "class": "hplc.agilent",
"position": { "position": {
"x": 620.6111111111111, "x": 620.6111111111111,
"y": 171, "y": 171,

View File

@@ -22,7 +22,7 @@ raman_home_made:
- status - status
additionalProperties: false additionalProperties: false
type: object type: object
hplc.agile: hplc.agilent:
description: HPLC device description: HPLC device
class: class:
module: unilabos.devices.hplc.AgilentHPLC:HPLCDriver module: unilabos.devices.hplc.AgilentHPLC:HPLCDriver