mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 21:11:12 +00:00
更新transfer_biomek的msg
This commit is contained in:
@@ -340,6 +340,17 @@ liquid_handler.biomek:
|
|||||||
none_keys: none_keys
|
none_keys: none_keys
|
||||||
feedback: {}
|
feedback: {}
|
||||||
result: {}
|
result: {}
|
||||||
|
transfer_biomek:
|
||||||
|
type: LiquidHandlerTransferBiomek
|
||||||
|
goal:
|
||||||
|
source: source,
|
||||||
|
target: target,
|
||||||
|
tip_rack: tip_rack,
|
||||||
|
volume: volume,
|
||||||
|
aspirate_techniques: aspirate_techniques,
|
||||||
|
dispense_techniques: dispense_techniques,
|
||||||
|
feedback: {}
|
||||||
|
result: {}
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type: object
|
||||||
properties: {}
|
properties: {}
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Resource source
|
string source
|
||||||
Resource target
|
string target
|
||||||
Resource tip_rack
|
string tip_rack
|
||||||
|
float volume
|
||||||
string aspirate_technique
|
string aspirate_technique
|
||||||
string dispense_technique
|
string dispense_technique
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user