Skip to content

Commit

Permalink
Fixed LED blinking during up-or-open/down-or-close for window-app (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
kiran0284 authored Oct 11, 2023
1 parent 88cb2e6 commit 94f3049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/window-app/silabs/src/WindowManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ void WindowManager::DispatchEventAttributeChange(chip::EndpointId endpoint, chip
/* ============= Positions for Position Aware ============= */
case Attributes::CurrentPositionLiftPercent100ths::Id:
case Attributes::CurrentPositionTiltPercent100ths::Id:
UpdateLEDs();
UpdateLCD();
break;
default:
Expand Down

0 comments on commit 94f3049

Please sign in to comment.