Move release lid and straw to brewing3..xml

This commit is contained in:
kong 2021-06-09 14:27:45 +07:00
parent 1d4ce56f23
commit 743b298694
7 changed files with 346 additions and 41 deletions

View file

@ -6,6 +6,19 @@
<Volume> SoundVolume </Volume>
<Sound> "ROOT/sounds/Ding-dong.wav" </Sound>
<EventOpen>
DEBUGVAR StarwState
DEBUGVAR LidState
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
; On open
Var LidState = "Enable"
Var StarwState = "Enable"
@ -24,6 +37,7 @@
Var VideoPlayFile = VideoPlayFile + VideoFileEnd
Var Timeout = 0
If TNumberTaobinMember = "" Then
Else