Skip to content

Commit

Permalink
added pump enums
Browse files Browse the repository at this point in the history
  • Loading branch information
bdeadman committed Jul 10, 2024
1 parent 0e55df9 commit f71ad24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/reaction.proto
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ message ReactionInput {
ADDITION_FUNNEL = 5;
PIPETTE = 6;
POSITIVE_DISPLACEMENT_PIPETTE = 7;
PISTON_PUMP = 8;
SYRINGE_PUMP = 9;
PERISTALTIC_PUMP = 10;
OTHER_PUMP;
}
AdditionDeviceType type = 1;
// Specify, e.g., "gas-tight" for SYRINGE or cannula material.
Expand Down

0 comments on commit f71ad24

Please sign in to comment.