Skip to content

Commit

Permalink
add addressableAreaName to shared models
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleon95 committed Nov 9, 2023
1 parent 8c0f137 commit bb04e42
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ class Location(BaseModel):
slotName: Optional[str]
moduleId: Optional[str]
labwareId: Optional[str]
addressableAreaName: Optional[str]


class ProfileStep(BaseModel):
Expand Down

0 comments on commit bb04e42

Please sign in to comment.