add lid straw
This commit is contained in:
parent
9760b4491f
commit
0990a37cbb
3 changed files with 20 additions and 2 deletions
|
|
@ -577,7 +577,22 @@
|
|||
|
||||
DEBUGVAR LidState
|
||||
DEBUGVAR StarwState
|
||||
DEBUGVAR HAVE_UV_DOOR_LID
|
||||
|
||||
If HAVE_UV_DOOR_LID = "true" Then
|
||||
|
||||
If StarwState = "Press" Then
|
||||
Machine StrawOrder
|
||||
EndIf
|
||||
|
||||
If LidState = "Press" Then
|
||||
Machine LidOrder
|
||||
EndIf
|
||||
|
||||
Var StarwState = "Enable"
|
||||
Var LidState = "Enable"
|
||||
|
||||
EndIf
|
||||
|
||||
; Set drink
|
||||
Topping "Select" SelectDrink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue