mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 04:51:10 +00:00
14 lines
435 B
Plaintext
14 lines
435 B
Plaintext
# Organic
|
|
string vessel # Vessel to clean.
|
|
string solvent # Solvent to clean vessel with.
|
|
float64 volume # Optional. Volume of solvent to clean vessel with.
|
|
float64 temp # Optional. Temperature to heat vessel to while cleaning.
|
|
int32 repeats # Optional. Number of cleaning cycles to perform.
|
|
---
|
|
bool success
|
|
---
|
|
string status
|
|
string current_device
|
|
builtin_interfaces/Duration time_spent
|
|
builtin_interfaces/Duration time_remaining
|