Add button

This commit is contained in:
kong 2021-11-15 15:48:46 +07:00
parent 44d5916a25
commit db96998de7
3 changed files with 37 additions and 7 deletions

View file

@ -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