We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf298df commit 712de7aCopy full SHA for 712de7a
api/src/opentrons/protocol_api/_types.py
@@ -21,6 +21,7 @@ class OffDeckType(enum.Enum):
21
"""
22
WASTE_CHUTE: Final = OffDeckType.WASTE_CHUTE
23
24
+
25
class PlungerPositionTypes(enum.Enum):
26
PLUNGER_TOP = "top"
27
PLUNGER_BOTTOM = "bottom"
0 commit comments