feat(api): add StopVacuum command#21111
Conversation
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21112 |
sfoster1
left a comment
There was a problem hiding this comment.
Could things outside the control of the engine change the pump-engaged state? Like is the engine in control of that, or is it observing it?
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21112 |
sfoster1
left a comment
There was a problem hiding this comment.
oh we need to do a schema update!
sfoster1
left a comment
There was a problem hiding this comment.
all those analysis snapshots seem to be going from working to failing, since they have -100k lines each
| @@ -1,7 +1,7 @@ | |||
| { | |||
There was a problem hiding this comment.
hey uhhhhh what's goin on here
There was a problem hiding this comment.
I have no idea, that was in some automated fix
2a2ed4d to
c7247a3
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## edge #21111 +/- ##
=======================================
Coverage 57.06% 57.06%
=======================================
Files 3970 3970
Lines 325506 325506
Branches 46350 46350
=======================================
Hits 185743 185743
Misses 139544 139544
Partials 219 219
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21123 |
c7247a3 to
dfac9cc
Compare
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21123 |
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21123 |
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21143 |
270c54f to
ecd2fae
Compare
|
A PR has been opened to address analyses snapshot changes. Please review the changes here: #21143 |
ecd2fae to
d106478
Compare
fixed analysis errors + removed analysis result changes
Overview
First Vacuum Module protocol engine command WOO
This implements the
StopVacuumcommand, and completes the backend wiring necessary to run it.Review Requests
I figured a natural
state_updatethat might result from this command is specifying to the protocol engine whether the pump is running, but this doesn’t need to be used yet so I’m not sure if it’s necessary. lmk if I should take it out.