LEDv4: migrate to brew app instead (Only brewing part)

This commit is contained in:
Pakin 2025-07-16 14:38:24 +07:00
parent bbc9525c35
commit f1ae82df4d
18 changed files with 57 additions and 57 deletions

View file

@ -2,7 +2,7 @@ DEBUGVAR FrontDoorVersionInt
If FrontDoorVersionInt > 19999 Then
DEBUGVAR StartLEDBrewingAnimation
If StartLEDBrewingAnimation = 0 Then
LEDv4Playlist "new" Seeker.selected_a_drink CountDownBrewing
;LEDv4Playlist "new" Seeker.selected_a_drink CountDownBrewing
Var StartLEDBrewingAnimation = 1
EndIf
@ -17,7 +17,7 @@ If FrontDoorVersionInt > 19999 Then
Else
;
If LEDv4PlaylistStatus = "Running" Then
LEDv2 GEN4_POS On 100 20 0 LED_TIMES LED_DIM_TIMES
;LEDv2 GEN4_POS On 100 20 0 LED_TIMES LED_DIM_TIMES
Else
LEDv4Playlist "pause" "processEv" "_notReady"
EndIf