mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
27 lines
531 B
YAML
27 lines
531 B
YAML
zhida_hplc:
|
|
description: Zhida HPLC
|
|
class:
|
|
module: unilabos.devices.zhida_hplc.zhida:ZhidaClient
|
|
type: python
|
|
status_types:
|
|
status: String
|
|
action_value_mappings:
|
|
start:
|
|
type: StringSingleInput
|
|
goal:
|
|
string: string
|
|
feedback: {}
|
|
result: {}
|
|
abort:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
get_methods:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
|
|
schema:
|
|
properties: {} |