longshot icon indicating copy to clipboard operation
longshot copied to clipboard

CleanKnob alarm (and certain other alarms) should be changed to warnings

Open mmastrac opened this issue 2 years ago • 0 comments

Right now the code is intentionally ignoring some alarms that are non-fatal (currently just CleanKnob, but we'd probably want to add descaling):

https://github.com/mmastrac/longshot/blob/995bf7309336e24e060565527058c0445dec2349/src/ecam/ecam_wrapper.rs#L88

We should likely include certain alarms as a warning bitset for the ready state to alert the user that they may wish to take action on something before or after brewing.

mmastrac avatar Jan 12 '23 15:01 mmastrac