Skip to content

Commit

Permalink
use camel case for the client
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Jul 27, 2023
1 parent 2a0dcb5 commit a8c9ba7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion robot-server/robot_server/instruments/instrument_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,10 @@ class PipetteData(BaseModel):
class PipetteState(BaseModel):
"""State from an attached pipette."""

tip_detected: bool = Field(
tipDetected: bool = Field(
None,
description="Physical state of the tip photointerrupter on the Flex. Null for OT-2",
alias="tip_detected",
)


Expand Down

0 comments on commit a8c9ba7

Please sign in to comment.