Add registry to 电化学工作站 & 奥谱天成拉曼

This commit is contained in:
Junhan Chang
2025-05-12 13:25:21 +08:00
parent a909e169fa
commit e5980c670e
11 changed files with 110 additions and 55 deletions

View File

@@ -0,0 +1,44 @@
# 色谱表征设备
hplc.agilent:
description: HPLC device
class:
module: unilabos.devices.hplc.AgilentHPLC:HPLCDriver
type: python
status_types:
device_status: String
could_run: Bool
driver_init_ok: Bool
is_running: Bool
finish_status: String
status_text: String
action_value_mappings:
execute_command_from_outer:
type: SendCmd
goal:
command: command
feedback: {}
result:
success: success
schema:
properties:
device_status:
type: string
could_run:
type: boolean
driver_init_ok:
type: boolean
is_running:
type: boolean
finish_status:
type: string
status_text:
type: string
required:
- device_status
- could_run
- driver_init_ok
- is_running
- finish_status
- status_text
additionalProperties: false
type: object