Page
This commit is contained in:
parent
feda304652
commit
0f894ff53b
9 changed files with 46 additions and 22 deletions
|
|
@ -82,14 +82,6 @@
|
|||
|
||||
If lidAndStrawOldPageIgnore = "true" Then
|
||||
Var lidAndStrawOldPageIgnore = "false"
|
||||
If StarwState = "Press" Then
|
||||
Machine Straw
|
||||
LED LedDoorLid Blink 255 255 255 255
|
||||
EndIf
|
||||
If LidState = "Press" Then
|
||||
Machine Lid
|
||||
LED LedDoorLid Blink 255 255 255 255
|
||||
EndIf
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
|
|
@ -97,11 +89,13 @@
|
|||
|
||||
DEBUGVAR BrewParam
|
||||
DEBUGVAR IgnoreLidStraw
|
||||
DEBUGVAR Service_LidStraw
|
||||
|
||||
|
||||
|
||||
If IgnoreLidStraw = "true" Then
|
||||
Var IgnoreLidStraw = "false"
|
||||
SAVELOG "Ignore lid straw because recipe disable"
|
||||
Open "ROOT/taobin_project/xml/page_brewing3.xml"
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue