From 6b649bfdec1cfe6585507c47059f75b5dc024658 Mon Sep 17 00:00:00 2001 From: wznln <18435084+Xuwznln@users.noreply.github.com> Date: Tue, 29 Apr 2025 14:52:02 +0800 Subject: [PATCH] feat: add hplc registry --- test/experiments/HPLC.json | 2 +- unilabos/registry/devices/characterization_optic.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/experiments/HPLC.json b/test/experiments/HPLC.json index 9e511b3c..51433f67 100644 --- a/test/experiments/HPLC.json +++ b/test/experiments/HPLC.json @@ -5,7 +5,7 @@ "name": "HPLC", "parent": null, "type": "device", - "class": "hplc", + "class": "hplc.agilent", "position": { "x": 620.6111111111111, "y": 171, diff --git a/unilabos/registry/devices/characterization_optic.yaml b/unilabos/registry/devices/characterization_optic.yaml index c2d3f496..ca5b7bd2 100644 --- a/unilabos/registry/devices/characterization_optic.yaml +++ b/unilabos/registry/devices/characterization_optic.yaml @@ -22,7 +22,7 @@ raman_home_made: - status additionalProperties: false type: object -hplc.agile: +hplc.agilent: description: HPLC device class: module: unilabos.devices.hplc.AgilentHPLC:HPLCDriver