- 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue