mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
76b11a7247
previously the whirlpool step has been ignored when importing from a kbh database. on creation the whirlpoolstep would only be on a hardcoded 15 minute timer. I added the optional timer as argument to create_Whirlpool_Cooldown(). And made use of it for negative hops timer imported from KBH. For KBH databases this is valid because if the hops timer value is negative it can only be the whirlpool timer and the value is the time that is set for the brewing device for getting from boil to below 80°C. I did only test the data and not the functionality, but it sucessfully replaces the hardcoded "15" timer with the value from the first whirlpool hop addition while getting rid of the sign. |
||
---|---|---|
.. | ||
api | ||
config | ||
controller | ||
extension | ||
http_endpoints | ||
job | ||
static | ||
utils | ||
__init__.py | ||
cli.py | ||
configFolder.py | ||
craftbeerpi.py | ||
eventbus.py | ||
satellite.py | ||
websocket.py |