*Pool.stop()
should reset the requests to power manager before stopping
#1124
Labels
part:❓
We need to figure out which part is affected
priority:❓
We need to figure out how soon this should be addressed
type:enhancement
New feature or enhancement visitble to users
What's needed?
Even after a battery_pool, etc is stopped, its request to the PowerManager would still remain for 60 seconds, which it shouldn't. The stop method should call
propose_power(None)
to achieve this.Proposed solution
No response
Use cases
No response
Alternatives and workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: