This commit is contained in:
kong 2021-05-10 09:55:03 +07:00
parent feda304652
commit 0f894ff53b
9 changed files with 46 additions and 22 deletions

View file

@ -34,6 +34,18 @@
Var show_btn = "ROOT/taobin_project/image/bn_eng_lang.png"
EndIf
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
</EventOpen>