-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(api): Port location-clearing commands to
StateUpdate
(#16279)
## Overview Still more incremental work towards EXEC-652. ## Changelog The following commands clear the current pipette location, sometimes conditionally. This can be surprising and sneaky, but they need to do this because they do things like home implicitly. * `home` * `retractAxis` * `thermocycler/openLid` * `thermocycler/closeLid` * `heaterShaker/openLabwareLatch` * `heaterShaker/setAndWaitForShakeSpeed` They now use the `StateUpdate` mechanism to do this instead of `PipetteStore` having to mirror their logic. This continues the pattern started in #16160. This completes the location update part of EXEC-652. What remains after this PR is volume updates and pipette loads.
- Loading branch information
1 parent
6657575
commit 47b14a5
Showing
17 changed files
with
288 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.