Skip to content

Commit

Permalink
Update command schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Dec 18, 2023
1 parent a6b688c commit 0e9cbb1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shared-data/command/schemas/8.json
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,12 @@
"$ref": "#/definitions/AddressableOffsetVector"
}
]
},
"stayAtHighestPossibleZ": {
"title": "Stayathighestpossiblez",
"description": "If `true`, the pipette will retract to its highest possible height and stay there instead of descending to the destination. `minimumZHeight` will be ignored.",
"default": false,
"type": "boolean"
}
},
"required": ["pipetteId", "addressableAreaName"]
Expand Down

0 comments on commit 0e9cbb1

Please sign in to comment.