From 0dc11542fbf518977ee9fcc2307f2ccd34838344 Mon Sep 17 00:00:00 2001 From: Xuwznln <18435084+Xuwznln@users.noreply.github.com> Date: Thu, 17 Jul 2025 23:53:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=B3=A8=E5=86=8C=E8=A1=A8&?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B5=84=E6=BA=90=EF=BC=8Cparent=E5=BA=94?= =?UTF-8?q?=E4=B8=BAresources=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unilabos/registry/devices/liquid_handler.yaml | 15 +++++++++++++++ unilabos/registry/registry.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/unilabos/registry/devices/liquid_handler.yaml b/unilabos/registry/devices/liquid_handler.yaml index 3812043..99380aa 100644 --- a/unilabos/registry/devices/liquid_handler.yaml +++ b/unilabos/registry/devices/liquid_handler.yaml @@ -4469,11 +4469,17 @@ liquid_handler: properties: backend: type: string + channel_num: + default: 8 + type: integer deck: type: string + simulator: + type: boolean required: - backend - deck + - simulator type: object data: properties: {} @@ -6845,6 +6851,12 @@ liquid_handler.prcxi: init_param_schema: config: properties: + axis: + default: Left + type: string + channel_num: + default: 8 + type: string debug: default: false type: string @@ -6852,6 +6864,9 @@ liquid_handler.prcxi: type: string host: type: string + matrix_id: + default: '' + type: string port: type: integer setup: diff --git a/unilabos/registry/registry.py b/unilabos/registry/registry.py index a62351c..5fedfdb 100644 --- a/unilabos/registry/registry.py +++ b/unilabos/registry/registry.py @@ -105,7 +105,7 @@ class Registry: "placeholder_keys": { "res_id": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择 "device_id": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择 - "parent": "unilabos_devices", # 将当前实验室的全部设备id作为下拉框可选择 + "parent": "unilabos_resources", # 将当前实验室的全部物料id作为下拉框可选择 }, }, "test_latency": {