You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This coffee pot does not allow adjusting the length of brew, it works until all the water is boiled and gone.
This ticket is to open the idea of allowing the BREW_CYCLE_TIMEOUT field to be instantiated in the main ESP8266-Coffee-Pot.ino file as an integer and allowing both POST and PATCH to update the value.
I do believe this ticket will require a rework to the brewTimeout internal variable which determines when to stop a brew and is calculated on startup, this system could move to storing the time of initial brew then constantly checking if:
This coffee pot does not allow adjusting the length of brew, it works until all the water is boiled and gone.
This ticket is to open the idea of allowing the
BREW_CYCLE_TIMEOUT
field to be instantiated in the mainESP8266-Coffee-Pot.ino
file as an integer and allowing both POST and PATCH to update the value.I do believe this ticket will require a rework to the
brewTimeout
internal variable which determines when to stop a brew and is calculated on startup, this system could move to storing the time of initial brew then constantly checking if:The text was updated successfully, but these errors were encountered: