Add button
This commit is contained in:
parent
44d5916a25
commit
db96998de7
3 changed files with 37 additions and 7 deletions
|
|
@ -296,9 +296,14 @@
|
|||
|
||||
Var Timeout = Timeout + 1
|
||||
|
||||
If CountDownBrewing > 0 Then
|
||||
Var CountDownBrewing = CountDownBrewing - 1
|
||||
EndIf
|
||||
If BREW_COUNT_DOWN_FROM_APP = "on" Then
|
||||
Var CountDownBrewing = BREW_CNT
|
||||
Else
|
||||
|
||||
If CountDownBrewing > 0 Then
|
||||
Var CountDownBrewing = CountDownBrewing - 1
|
||||
EndIf
|
||||
Endif
|
||||
|
||||
If Simulation = "true" Then
|
||||
If CountDownBrewing = 0 Then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue