- add led v4 animations - extend timeout page test color - add elock
button for newui
This commit is contained in:
parent
3b1cda6b64
commit
05543413ec
26 changed files with 705 additions and 406 deletions
43
xml/process/ledv4_process.ev
Normal file
43
xml/process/ledv4_process.ev
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
DEBUGVAR FrontDoorVersionInt
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
DEBUGVAR StartLEDBrewingAnimation
|
||||
If StartLEDBrewingAnimation = 0 Then
|
||||
LEDv4Playlist "new" Seeker.selected_a_drink CountDownBrewing
|
||||
Var StartLEDBrewingAnimation = 1
|
||||
EndIf
|
||||
|
||||
DEBUGVAR StartLEDBrewingAnimation
|
||||
|
||||
DEBUGVAR LEDv4CountDownValue
|
||||
DEBUGVAR LEDv4PlaylistStatus
|
||||
|
||||
If CountDownBrewing < LEDv4CountDownValue Then
|
||||
If LEDv4PlaylistStatus = "Ready" Then
|
||||
LEDv4Playlist "play" "-" "-"
|
||||
Else
|
||||
;
|
||||
If LEDv4PlaylistStatus = "Running" Then
|
||||
|
||||
Else
|
||||
LEDv4Playlist "pause" "processEv" "_notReady"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
If CountDownBrewing = LEDv4CountDownValue Then
|
||||
If LEDv4PlaylistStatus = "Ready" Then
|
||||
LEDv4Playlist "play" "-" "-"
|
||||
Else
|
||||
If LEDv4PlaylistStatus = "Running" Then
|
||||
|
||||
Else
|
||||
LEDv4Playlist "pause" "processEv" "_notReady"
|
||||
EndIf
|
||||
EndIf
|
||||
Else
|
||||
; pause
|
||||
LEDv4Playlist "pause" processEv" "_GetCntDownExcMax"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
EndIf
|
||||
16
xml/process/temp_ledv4_blinkall_horizontal.ev
Normal file
16
xml/process/temp_ledv4_blinkall_horizontal.ev
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
LEDv2 LedV4#103 On 200 20 0 255 10
|
||||
LEDv2 LedV4#104 On 200 20 0 255 10
|
||||
LEDv2 LedV4#105 On 200 20 0 255 10
|
||||
LEDv2 LedV4#106 On 200 20 0 255 10
|
||||
LEDv2 LedV4#107 On 200 20 0 255 10
|
||||
LEDv2 LedV4#108 On 200 20 0 255 10
|
||||
LEDv2 LedV4#109 On 200 20 0 255 10
|
||||
LEDv2 LedV4#110 On 200 20 0 255 10
|
||||
LEDv2 LedV4#111 On 200 20 0 255 10
|
||||
LEDv2 LedV4#112 On 200 20 0 255 10
|
||||
LEDv2 LedV4#113 On 200 20 0 255 10
|
||||
|
||||
SAVELOG "LEDv4.SlowBrinkHorizontal"
|
||||
EndIf
|
||||
16
xml/process/temp_ledv4_offall_horizontal.ev
Normal file
16
xml/process/temp_ledv4_offall_horizontal.ev
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
DEBUGVAR "AllOffv4"
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
LEDv2 LedV4#103 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#104 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#105 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#106 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#107 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#108 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#109 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#110 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#111 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#112 Off 0 0 0 1 0
|
||||
LEDv2 LedV4#113 Off 0 0 0 1 0
|
||||
|
||||
SAVELOG "LEDv4.AllOffHorizontal"
|
||||
EndIf
|
||||
19
xml/process/temp_ledv4_page_drinkok.ev
Normal file
19
xml/process/temp_ledv4_page_drinkok.ev
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
|
||||
LEDv2 LedV4All On 100 20 0 255 0
|
||||
|
||||
LEDv2 LedV4#103 On 200 20 0 255 10
|
||||
LEDv2 LedV4#104 On 200 20 0 255 10
|
||||
LEDv2 LedV4#105 On 200 20 0 255 10
|
||||
LEDv2 LedV4#106 On 200 20 0 255 10
|
||||
LEDv2 LedV4#107 On 200 20 0 255 10
|
||||
LEDv2 LedV4#108 On 200 20 0 255 10
|
||||
LEDv2 LedV4#109 On 200 20 0 255 10
|
||||
LEDv2 LedV4#110 On 200 20 0 255 10
|
||||
LEDv2 LedV4#111 On 200 20 0 255 10
|
||||
LEDv2 LedV4#112 On 200 20 0 255 10
|
||||
LEDv2 LedV4#113 On 200 20 0 255 10
|
||||
|
||||
SAVELOG "LEDv4.PageDrinkOk"
|
||||
EndIf
|
||||
23
xml/process/temp_ledv4_page_thankyou.ev
Normal file
23
xml/process/temp_ledv4_page_thankyou.ev
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
|
||||
If FrontDoorVersionInt > 19999 Then
|
||||
|
||||
LEDv2 LedV4Top Blink 100 20 0 4 10
|
||||
LEDv2 LedV4Mid Blink 100 20 0 4 10
|
||||
LEDv2 LedV4Bottom On 100 20 0 255 0
|
||||
|
||||
LEDv2 LedV4#103 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#104 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#105 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#106 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#107 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#108 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#109 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#110 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#111 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#112 Blink 200 20 0 4 10
|
||||
LEDv2 LedV4#113 Blink 200 20 0 4 10
|
||||
|
||||
SAVELOG "LEDv4.PageThankYou"
|
||||
|
||||
Var
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue