add lid straw

This commit is contained in:
kong 2021-08-24 10:05:26 +07:00
parent 9760b4491f
commit 0990a37cbb
3 changed files with 20 additions and 2 deletions

View file

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