This commit is contained in:
kong 2023-04-27 22:20:59 +07:00
parent 5e91f42848
commit 4abbb1bb4e
25 changed files with 873 additions and 58 deletions

View file

@ -700,10 +700,18 @@
If BoxID = 200434 Then
Var SongkranEnable = 0
EndIf
If BoxID = 172644 Then
Var SongkranEnable = 0
EndIf
If BoxID = 172102 Then
Var SongkranEnable = 0
EndIf
TRY "/mnt/sdcard/coffeevending/taobin_project/xml/event/backToSchool.ev"
If BoxID = 200001 Then
Var OreoDueEnable = 0
EndIf
DEBUGVAR SoundThaiIndex
@ -884,9 +892,18 @@
;Var CupOnArm = "true"
If CupOnArm = "true" Then
Var buttonRemoveCup = "Enable"
If CheckCupStateDoorCupClose = "" Then
Var buttonRemoveCup = "Enable"
EndIf
If CheckCupStateDoorCupClose = "done" Then
Var buttonRemoveCup = "Enable"
EndIf
Else
Var buttonRemoveCup = "Invisible"
If buttonRemoveCup = "Enable" Then
Var buttonRemoveCup = "Invisible"
EndIf
EndIf
@ -924,6 +941,7 @@
EndIf
Refresh
TimerReset
@ -1136,6 +1154,9 @@
<EventClick>
Machine RemoveCup
Machine DoorLidOpen
Var CheckCupStateDoorCupClose = "reset"
Var buttonRemoveCup = "Invisible"
</EventClick>
</Button>