Skip to content

Commit

Permalink
pyyaml is great
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Dec 7, 2023
1 parent 9730c6b commit d81f663
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ stages:
status: succeeded
params:
pipetteId: pipetteId
failOnNotHomed: true
result:
positionId: !anystr
position:
Expand Down Expand Up @@ -539,6 +540,7 @@ stages:
params:
pipetteId: pipetteId
positionId: positionId
failOnNotHomed: true
result:
positionId: positionId
position:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ stages:
status: succeeded
params:
pipetteId: pipetteId
failOnNotHomed: true
result:
positionId: !anystr
position:
Expand Down Expand Up @@ -574,6 +575,7 @@ stages:
params:
pipetteId: pipetteId
positionId: positionId
failOnNotHomed: true
result:
positionId: positionId
position:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ stages:
status: succeeded
params:
pipetteId: pipetteId
failOnNotHomed: true
result:
positionId: !anystr
position:
Expand Down Expand Up @@ -571,6 +572,7 @@ stages:
params:
pipetteId: pipetteId
positionId: positionId
failOnNotHomed: true
result:
positionId: positionId
position:
Expand Down
6 changes: 6 additions & 0 deletions shared-data/command/schemas/8.json
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,12 @@
"title": "Positionid",
"description": "An optional ID to assign to this command instance. Auto-assigned if not defined.",
"type": "string"
},
"failOnNotHomed": {
"title": "Failonnothomed",
"default": true,
"descrption": "Require all axes to be homed before saving position.",
"type": "boolean"
}
},
"required": ["pipetteId"]
Expand Down

0 comments on commit d81f663

Please sign in to comment.